Received: by mail.netbsd.org (Postfix, from userid 605) id 8944B84FE8; Wed, 24 Jan 2024 12:24:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA95A84D17 for ; Wed, 24 Jan 2024 12:24:40 +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 5In7FlEhHRGb for ; Wed, 24 Jan 2024 12:24:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3176A84CE3 for ; Wed, 24 Jan 2024 12:24:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2788EFA42; Wed, 24 Jan 2024 12:24:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170609908029880" MIME-Version: 1.0 Date: Wed, 24 Jan 2024 12:24:40 +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: <20240124122440.2788EFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170609908029880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jan 24 12:24:40 UTC 2024 Modified Files: pkgsrc/www/R-RCurl: Makefile distinfo Log Message: (www/R-RCurl) Updated 1.98.1.5 to 1.98.1.14, make test passed. ChangeLog unknown, inst/doc/Changes.html is outdated To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/R-RCurl/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/R-RCurl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170609908029880 Content-Disposition: inline Content-Length: 1942 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.10 pkgsrc/www/R-RCurl/Makefile:1.11 --- pkgsrc/www/R-RCurl/Makefile:1.10 Wed Nov 8 13:21:14 2023 +++ pkgsrc/www/R-RCurl/Makefile Wed Jan 24 12:24:39 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2023/11/08 13:21:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2024/01/24 12:24:39 mef Exp $ R_PKGNAME= RCurl -R_PKGVER= 1.98-1.5 -PKGREVISION= 6 +R_PKGVER= 1.98-1.14 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,6 +10,12 @@ LICENSE= modified-bsd TEST_DEPENDS+= R-XML-[0-9]*:../../math/R-XML +TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata +TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url + USE_LANGUAGES= c .include "../../math/R/Makefile.extension" Index: pkgsrc/www/R-RCurl/distinfo diff -u pkgsrc/www/R-RCurl/distinfo:1.5 pkgsrc/www/R-RCurl/distinfo:1.6 --- pkgsrc/www/R-RCurl/distinfo:1.5 Tue Oct 26 11:29:14 2021 +++ pkgsrc/www/R-RCurl/distinfo Wed Jan 24 12:24:39 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:29:14 nia Exp $ +$NetBSD: distinfo,v 1.6 2024/01/24 12:24:39 mef Exp $ -BLAKE2s (R/RCurl_1.98-1.5.tar.gz) = d1edb4a28345a678869d0d2c7f5ec280d0a6395a6c8fc0a4dcc7042e543d8781 -SHA512 (R/RCurl_1.98-1.5.tar.gz) = ff20d5f1e3e964484f37f3999825707497d32cc316c807706d097b38ad336968828c706c61246291ce314aa736e57a8d32991705686d8a76e67ec0de79990907 -Size (R/RCurl_1.98-1.5.tar.gz) = 731359 bytes +BLAKE2s (R/RCurl_1.98-1.14.tar.gz) = 98e3f4a2f8e20537880115e4daa55d18879821bbba16bb2f18cea0d1e352f8a2 +SHA512 (R/RCurl_1.98-1.14.tar.gz) = 79b45f5379a818549935d0b0476b04aae058db0f0b2b4178f1506520a3132fb37b76ff7d88e274eeb3135ba0b2997fe7dc9e2b43e1a4816b64fbe0d83c036d93 +Size (R/RCurl_1.98-1.14.tar.gz) = 731307 bytes --_----------=_170609908029880--