aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-tidyselect/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2020-05-13 11:48:24 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2020-05-13 11:48:24 +0000
commite320d53dff8d18f7e5e619193799b1c5e401b03a (patch)
tree4dc810dcd79d21e08d4bd47010e891fce154c2fe /devel/R-cran-tidyselect/Makefile
parentc6946dd2330f92e367e10d984cf1402e70c3a0c9 (diff)
downloadports-e320d53dff8d18f7e5e619193799b1c5e401b03a.tar.gz
ports-e320d53dff8d18f7e5e619193799b1c5e401b03a.zip
- Update to 1.1.0
Notes
Notes: svn path=/head/; revision=535104
Diffstat (limited to 'devel/R-cran-tidyselect/Makefile')
-rw-r--r--devel/R-cran-tidyselect/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/R-cran-tidyselect/Makefile b/devel/R-cran-tidyselect/Makefile
index 6e5bbb2a0e75..79f11ed261f9 100644
--- a/devel/R-cran-tidyselect/Makefile
+++ b/devel/R-cran-tidyselect/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tidyselect
-PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTVERSION= 1.1.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -15,7 +14,7 @@ LICENSE= GPLv3
CRAN_DEPENDS= R-cran-ellipsis>0:devel/R-cran-ellipsis \
R-cran-glue>=1.3.0:devel/R-cran-glue \
R-cran-purrr>=0.3.2:devel/R-cran-purrr \
- R-cran-rlang>=0.4.3:devel/R-cran-rlang \
+ R-cran-rlang>=0.4.6:devel/R-cran-rlang \
R-cran-vctrs>=0.2.2:devel/R-cran-vctrs
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}