Received: by mail.netbsd.org (Postfix, from userid 605) id 8CC5084D5D; Thu, 19 Aug 2021 14:06:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C670784D2F for ; Thu, 19 Aug 2021 14:06:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pfiHwWprSl4O for ; Thu, 19 Aug 2021 14:06:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC5B184CE2 for ; Thu, 19 Aug 2021 14:06:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C071BFA97; Thu, 19 Aug 2021 14:06:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629382007169240" MIME-Version: 1.0 Date: Thu, 19 Aug 2021 14:06:47 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-gert To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210819140647.C071BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629382007169240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Aug 19 14:06:47 UTC 2021 Modified Files: pkgsrc/devel/R-gert: Makefile distinfo Log Message: (devel/R-gert) Updated 1.3.0 to 1.3.2 1.3.2 - Fix unit test because GitHub has disabled user/pass auth 1.3.1 - Windows: fix build for ucrt toolchains - Solaris: disable https cert verfication To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-gert/Makefile \ pkgsrc/devel/R-gert/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629382007169240 Content-Disposition: inline Content-Length: 1802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-gert/Makefile diff -u pkgsrc/devel/R-gert/Makefile:1.2 pkgsrc/devel/R-gert/Makefile:1.3 --- pkgsrc/devel/R-gert/Makefile:1.2 Sun Jun 6 12:29:26 2021 +++ pkgsrc/devel/R-gert/Makefile Thu Aug 19 14:06:47 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2021/06/06 12:29:26 mef Exp $ +# $NetBSD: Makefile,v 1.3 2021/08/19 14:06:47 mef Exp $ R_PKGNAME= gert -R_PKGVER= 1.3.0 +R_PKGVER= 1.3.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -15,6 +15,7 @@ DEPENDS+= R-openssl>=1.4.1:../../securit DEPENDS+= R-credentials-[0-9]*:../../security/R-credentials TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat +TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling USE_LANGUAGES= c Index: pkgsrc/devel/R-gert/distinfo diff -u pkgsrc/devel/R-gert/distinfo:1.2 pkgsrc/devel/R-gert/distinfo:1.3 --- pkgsrc/devel/R-gert/distinfo:1.2 Sun Jun 6 12:29:26 2021 +++ pkgsrc/devel/R-gert/distinfo Thu Aug 19 14:06:47 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2021/06/06 12:29:26 mef Exp $ +$NetBSD: distinfo,v 1.3 2021/08/19 14:06:47 mef Exp $ -SHA1 (R/gert_1.3.0.tar.gz) = 8921effc5072a3d723a19b912405a1a02f8239d3 -RMD160 (R/gert_1.3.0.tar.gz) = 21cd04558c7e4763be9a8981e269a65e6d719f8f -SHA512 (R/gert_1.3.0.tar.gz) = 50dc087f8cbe70d81996368c908100480f98903da7ed496aa69a47eac02cc90fa40bede5033f21f5e148fa61afd459297de556b59791f602703815e4ead9b768 -Size (R/gert_1.3.0.tar.gz) = 66410 bytes +SHA1 (R/gert_1.3.2.tar.gz) = 877ba652c9d416062b10fc5597d34112deafffed +RMD160 (R/gert_1.3.2.tar.gz) = a889b406108630f82385fb74ae54db6f10c2c6f3 +SHA512 (R/gert_1.3.2.tar.gz) = 0c67a8d6f844622fdbd1d264bd04b9ef40cfc41c9ee3c66009653ea5a0d435903e983ae1dbced43572cd1d137cb0c9aa95adc1d4ed60ec356cda5a00ba9b0093 +Size (R/gert_1.3.2.tar.gz) = 66688 bytes --_----------=_1629382007169240--