pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-httr2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec  1 18:55:26 UTC 2024

Modified Files:
        pkgsrc/www/R-httr2: Makefile

Log Message:
R-httr2: allow any R-curl version, since pkgsrc doesn't have >=6 yet

and this breaks pbulk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-httr2/Makefile

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-httr2/Makefile
diff -u pkgsrc/www/R-httr2/Makefile:1.1 pkgsrc/www/R-httr2/Makefile:1.2
--- pkgsrc/www/R-httr2/Makefile:1.1     Fri Nov 29 13:33:23 2024
+++ pkgsrc/www/R-httr2/Makefile Sun Dec  1 18:55:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/11/29 13:33:23 mef Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/01 18:55:25 wiz Exp $
 
 R_PKGNAME=     httr2
 R_PKGVER=      1.0.7
@@ -17,7 +17,8 @@ DEPENDS+=     R-rlang>=1.1.0:../../devel/R-r
 DEPENDS+=      R-withr>=3.0.1:../../devel/R-withr
 DEPENDS+=      R-vctrs>=0.6.3:../../math/R-vctrs
 DEPENDS+=      R-openssl>=2.0.5nb1:../../security/R-openssl
-DEPENDS+=      R-curl>=6.0.1:../../www/R-curl
+#DEPENDS+=     R-curl>=6.0.1:../../www/R-curl
+DEPENDS+=      R-curl-[0-9]*:../../www/R-curl
 
 # Packages suggested but not available: 'docopt', 'paws.common'
 #



Home | Main Index | Thread Index | Old Index