pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-curl



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 12 10:18:46 UTC 2025

Modified Files:
        pkgsrc/www/R-curl: Makefile distinfo

Log Message:
(www/R-curl) Updated 6.0.1 to 6.1.0

6.1.0
 - Fix a rchk bug
 - Enable CURLOPT_PIPEWAIT by default to prefer multiplex when possible
 - Enable setting max_streams in multi_set(), default to 10
 - Allow open(curl::curl()) to be interrupted
 - Interrupting a download no longer causes an error (#365)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/R-curl/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/R-curl/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-curl/Makefile
diff -u pkgsrc/www/R-curl/Makefile:1.36 pkgsrc/www/R-curl/Makefile:1.37
--- pkgsrc/www/R-curl/Makefile:1.36     Thu Dec  5 12:51:01 2024
+++ pkgsrc/www/R-curl/Makefile  Sun Jan 12 10:18:46 2025
@@ -1,14 +1,23 @@
-# $NetBSD: Makefile,v 1.36 2024/12/05 12:51:01 bacon Exp $
+# $NetBSD: Makefile,v 1.37 2025/01/12 10:18:46 mef Exp $
 
 R_PKGNAME=     curl
-R_PKGVER=      6.0.1
+R_PKGVER=      6.1.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Modern and flexible web client for R
 LICENSE=       mit
 
-#TEST_DEPENDS+=        R-webutils[0-9]*:../../www/R-webutils
+# Package suggested but not available: 'webutils'
+
+TEST_DEPENDS+= R-httpuv-[0-9]*:../../www/R-httpuv
+TEST_DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-later-[0-9]*:../../sysutils/R-later
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+#TEST_DEPENDS+=        R-webutils-[0-9]*:../../www/R-webutils
 
 USE_LANGUAGES= c
 USE_TOOLS+=    pkg-config

Index: pkgsrc/www/R-curl/distinfo
diff -u pkgsrc/www/R-curl/distinfo:1.12 pkgsrc/www/R-curl/distinfo:1.13
--- pkgsrc/www/R-curl/distinfo:1.12     Thu Dec  5 12:51:01 2024
+++ pkgsrc/www/R-curl/distinfo  Sun Jan 12 10:18:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/12/05 12:51:01 bacon Exp $
+$NetBSD: distinfo,v 1.13 2025/01/12 10:18:46 mef Exp $
 
-BLAKE2s (R/curl_6.0.1.tar.gz) = 7a8be354f1f62528674d757b32dcec34dbb950e9176c79a647b313793da7efa2
-SHA512 (R/curl_6.0.1.tar.gz) = ad55ffdd6020534211cf12253749b2d3f97cac34c1ce27288cf7741cafc73192df6d4b27581268a1bbf3b988a24ec379c25d1b048708240d01bcb4ef9ef895dd
-Size (R/curl_6.0.1.tar.gz) = 932716 bytes
+BLAKE2s (R/curl_6.1.0.tar.gz) = b0e67386069683594def8f37b4d34c657e10b8f10fa7730b5a51e29920fd3f18
+SHA512 (R/curl_6.1.0.tar.gz) = baf6246a4697ebe787d5407199da73e70c9c2e18406197da2725dca0a38af2bb04c1421021b13e2c51d382ee8ad4015c9e46345d2eae0c4a46644c7cefd015a7
+Size (R/curl_6.1.0.tar.gz) = 932957 bytes



Home | Main Index | Thread Index | Old Index