diff options
Diffstat (limited to 'www/R-cran-rvest/Makefile')
-rw-r--r-- | www/R-cran-rvest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/R-cran-rvest/Makefile b/www/R-cran-rvest/Makefile index 8d4e6b139457..5d0cb7e5ed23 100644 --- a/www/R-cran-rvest/Makefile +++ b/www/R-cran-rvest/Makefile @@ -1,5 +1,5 @@ PORTNAME= rvest -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -17,7 +17,7 @@ RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ R-cran-rlang>=1.1.0:devel/R-cran-rlang \ R-cran-selectr>0:www/R-cran-selectr \ R-cran-tibble>0:devel/R-cran-tibble \ - R-cran-xml2>=1.3:textproc/R-cran-xml2 + R-cran-xml2>=1.4.0:textproc/R-cran-xml2 USES= cran:auto-plist |