pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/R-httr



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.

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@localhost
@@ -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



Home | Main Index | Thread Index | Old Index