summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-08-28 02:15:59 +0000
committermef <mef@pkgsrc.org>2021-08-28 02:15:59 +0000
commit5a0163c1e84d4a614ecc4e8b63219b37cf3ade0a (patch)
tree0c953f8fc8c55efeeab077a696ae8310e833c917
parent1f83866613a7133abf166daaea82807f56916449 (diff)
downloadpkgsrc-5a0163c1e84d4a614ecc4e8b63219b37cf3ade0a.tar.gz
(www/R-rvest) Add missing DEPEDNDS, update REQ. version
-rw-r--r--www/R-rvest/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/R-rvest/Makefile b/www/R-rvest/Makefile
index 22819e4457e..e2e4e897950 100644
--- a/www/R-rvest/Makefile
+++ b/www/R-rvest/Makefile
@@ -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