Received: by mail.netbsd.org (Postfix, from userid 605) id 8F5F684D61; Sun, 20 Sep 2020 15:23:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12CAD84D54 for ; Sun, 20 Sep 2020 15:23:57 +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 kTDIAdm2jizL for ; Sun, 20 Sep 2020 15:23:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6C68584CDA for ; Sun, 20 Sep 2020 15:23:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 586BFFB28; Sun, 20 Sep 2020 15:23:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160061543617660" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 15:23:56 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/R-httr To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200920152356.586BFFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160061543617660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 20 15:23:56 UTC 2020 Modified Files: pkgsrc/www/R-httr: Makefile distinfo Log Message: (www/R-httr) Updated 1.4.1.to 1.4.2 # httr 1.4.2 * Fix failing test. * `parse_url()` now refers to RFC3986 for the parsing of the URL's scheme, with a bit more permissive syntax (@ymarcon, #615). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-httr/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-httr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160061543617660 Content-Disposition: inline Content-Length: 1921 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/R-httr/Makefile diff -u pkgsrc/www/R-httr/Makefile:1.2 pkgsrc/www/R-httr/Makefile:1.3 --- pkgsrc/www/R-httr/Makefile:1.2 Wed Dec 18 12:45:55 2019 +++ pkgsrc/www/R-httr/Makefile Sun Sep 20 15:23:56 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2019/12/18 12:45:55 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2020/09/20 15:23:56 mef Exp $ R_PKGNAME= httr -R_PKGVER= 1.4.1 +R_PKGVER= 1.4.2 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -14,6 +14,11 @@ DEPENDS+= R-openssl>=0.8:../../security/ DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite DEPENDS+= R-curl>=3.0.0:../../www/R-curl +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr +TEST_DEPENDS+= R-readr-[0-9]*:../../textproc/R-readr +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown + + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" Index: pkgsrc/www/R-httr/distinfo diff -u pkgsrc/www/R-httr/distinfo:1.1 pkgsrc/www/R-httr/distinfo:1.2 --- pkgsrc/www/R-httr/distinfo:1.1 Fri Aug 9 19:07:43 2019 +++ pkgsrc/www/R-httr/distinfo Sun Sep 20 15:23:56 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/08/09 19:07:43 brook Exp $ +$NetBSD: distinfo,v 1.2 2020/09/20 15:23:56 mef Exp $ -SHA1 (R/httr_1.4.1.tar.gz) = f457d46f87b61a399ee0b72e19e5d169f76289f8 -RMD160 (R/httr_1.4.1.tar.gz) = 34e3d10b37b21368dc8fe932268ad4d2fc932bdf -SHA512 (R/httr_1.4.1.tar.gz) = 708984effcec7603ebcbc2a2f81b57500887084a5144855921119e32bc1bb3a01c1871d3144fd34850bc771ef5fddc1ce9d40dd4bdc4325e01c7a4315a463641 -Size (R/httr_1.4.1.tar.gz) = 158465 bytes +SHA1 (R/httr_1.4.2.tar.gz) = 3839ca4012f901cd81871d40f9f39bf62bc9df62 +RMD160 (R/httr_1.4.2.tar.gz) = 44d5fbc042c14a91630d728f75fc7a49a01a86f1 +SHA512 (R/httr_1.4.2.tar.gz) = cbfb0569e7d61298645ce1cd569fdc3a25ef8ab07654523d001cd7b6292600c0baaf45be0b30fb2f692caed8e58367c4b6095914f5333ea5fb7c131df8931371 +Size (R/httr_1.4.2.tar.gz) = 159950 bytes --_----------=_160061543617660--