pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-rvest



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Aug 28 02:15:59 UTC 2021

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

Log Message:
(www/R-rvest) Add missing DEPEDNDS, update REQ. version


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-rvest/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-rvest/Makefile
diff -u pkgsrc/www/R-rvest/Makefile:1.2 pkgsrc/www/R-rvest/Makefile:1.3
--- pkgsrc/www/R-rvest/Makefile:1.2     Tue Aug 24 11:27:50 2021
+++ pkgsrc/www/R-rvest/Makefile Sat Aug 28 02:15:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/08/24 11:27:50 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/28 02:15:59 mef Exp $
 
 R_PKGNAME=     rvest
 R_PKGVER=      1.0.1
@@ -10,8 +10,11 @@ LICENSE=     gnu-gpl-v3
 
 DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
 DEPENDS+=      R-selectr>=0.4.2:../../textproc/R-selectr
-DEPENDS+=      R-xml2>=1.2.2nb1:../../textproc/R-xml2
+DEPENDS+=      R-xml2>=1.3:../../textproc/R-xml2
 DEPENDS+=      R-httr>=0.5:../../www/R-httr
+DEPENDS+=      R-lifecycle>=1.0.0:../../devel/R-lifecycle
+DEPENDS+=      R-rlang>=0.4.10:../../devel/R-rlang
+DEPENDS+=      R-tibble-[0-9]*:../../math/R-tibble
 
 # Packages suggested but not available: 'repurrrsive', 'webfakes'
 TEST_DEPENDS+= R-readr-[0-9]*:../../textproc/R-readr



Home | Main Index | Thread Index | Old Index