aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-tidyselect/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-10-13 04:34:50 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-10-13 04:34:50 +0000
commit65467694419beb8059e5fcb8f3a38c4a8be6bead (patch)
treeb78c1a7beebd195bb400f277205fe131a8799401 /devel/R-cran-tidyselect/Makefile
parent660b7840b9f387875a62be52d59ae773c05b9de5 (diff)
downloadports-65467694419beb8059e5fcb8f3a38c4a8be6bead.tar.gz
ports-65467694419beb8059e5fcb8f3a38c4a8be6bead.zip
- Update to 0.2.5
Notes
Notes: svn path=/head/; revision=481954
Diffstat (limited to 'devel/R-cran-tidyselect/Makefile')
-rw-r--r--devel/R-cran-tidyselect/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/R-cran-tidyselect/Makefile b/devel/R-cran-tidyselect/Makefile
index b6f169414dbe..dfa2bd2b75de 100644
--- a/devel/R-cran-tidyselect/Makefile
+++ b/devel/R-cran-tidyselect/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tidyselect
-PORTVERSION= 0.2.4
+PORTVERSION= 0.2.5
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -11,9 +11,9 @@ COMMENT= Select from a Set of Strings
LICENSE= GPLv3
-CRAN_DEPENDS= R-cran-glue>0:devel/R-cran-glue \
+CRAN_DEPENDS= R-cran-glue>=1.3.0:devel/R-cran-glue \
R-cran-purrr>0:devel/R-cran-purrr \
- R-cran-rlang>=0.2.0:devel/R-cran-rlang \
+ R-cran-rlang>=0.2.2:devel/R-cran-rlang \
R-cran-Rcpp>=0.12.0:devel/R-cran-Rcpp
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}