Received: by mail.netbsd.org (Postfix, from userid 605) id 280F084F84; Sun, 22 Aug 2021 01:50:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6351484F73 for ; Sun, 22 Aug 2021 01:50:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NERwsV12NMXm for ; Sun, 22 Aug 2021 01:50:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CDAD584CE9 for ; Sun, 22 Aug 2021 01:50:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7195FA97; Sun, 22 Aug 2021 01:50:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162959700489660" MIME-Version: 1.0 Date: Sun, 22 Aug 2021 01:50:04 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/R-RCurl To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210822015004.C7195FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162959700489660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Aug 22 01:50:04 UTC 2021 Modified Files: pkgsrc/www/R-RCurl: Makefile distinfo Log Message: (www/R-RCurl) Updated 1.98.1.1 to 1.98.1.4 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-RCurl/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-RCurl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162959700489660 Content-Disposition: inline Content-Length: 1930 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/R-RCurl/Makefile diff -u pkgsrc/www/R-RCurl/Makefile:1.2 pkgsrc/www/R-RCurl/Makefile:1.3 --- pkgsrc/www/R-RCurl/Makefile:1.2 Wed Apr 21 13:25:28 2021 +++ pkgsrc/www/R-RCurl/Makefile Sun Aug 22 01:50:04 2021 @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2021/04/21 13:25:28 adam Exp $ +# $NetBSD: Makefile,v 1.3 2021/08/22 01:50:04 mef Exp $ R_PKGNAME= RCurl -R_PKGVER= 1.98-1.1 -PKGREVISION= 1 +R_PKGVER= 1.98-1.4 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= General Network (HTTP/FTP/...) Client Interface for R LICENSE= modified-bsd +TEST_DEPENDS+= R-XML-[0-9]*:../../math/R-XML + USE_LANGUAGES= c .include "../../math/R/Makefile.extension" Index: pkgsrc/www/R-RCurl/distinfo diff -u pkgsrc/www/R-RCurl/distinfo:1.1 pkgsrc/www/R-RCurl/distinfo:1.2 --- pkgsrc/www/R-RCurl/distinfo:1.1 Fri Aug 7 01:54:20 2020 +++ pkgsrc/www/R-RCurl/distinfo Sun Aug 22 01:50:04 2021 @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/08/07 01:54:20 brook Exp $ +$NetBSD: distinfo,v 1.2 2021/08/22 01:50:04 mef Exp $ -SHA1 (R/RCurl_1.98-1.1.tar.gz) = c889ff5224630a184da1f6b49c9d2561dfcf4d40 -RMD160 (R/RCurl_1.98-1.1.tar.gz) = cf46f295abf57c2f9d87611150acb14e5b1406c0 -SHA512 (R/RCurl_1.98-1.1.tar.gz) = e9567628d71dec0abd04f55c3a52b79de1c1c383a8883a5381adc9e192c22bf5710efb598125e547f44a8ce793974d43a70e9b8c696df31998f27f90907e8d21 -Size (R/RCurl_1.98-1.1.tar.gz) = 699474 bytes -SHA1 (patch-configure) = b241c2321c378966b25495c573275566c03c84f7 -SHA1 (patch-configure.ac) = a998c68186989b4e8eb29c14530f972d744d3fa7 +SHA1 (R/RCurl_1.98-1.4.tar.gz) = d500947ae12100e08dd09c93f5b8d58f6e57c5e5 +RMD160 (R/RCurl_1.98-1.4.tar.gz) = ec492c9e88040fc7a76704cd845dcec00cb5cbd3 +SHA512 (R/RCurl_1.98-1.4.tar.gz) = 93f4802fce7fd030f3d6d048ceab0d90f493cf2e3a07069d66f6f76647aa2d4f011ecdb31e0e3831c8fff909c64364d298ea9eb1d77b7809d8ea009222671cd7 +Size (R/RCurl_1.98-1.4.tar.gz) = 728818 bytes --_----------=_162959700489660--