diff options
author | Wen Heping <wen@FreeBSD.org> | 2023-03-18 22:08:22 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2023-03-18 22:14:53 +0000 |
commit | 50606da588e432abca52e442e901bb97d255a9bd (patch) | |
tree | 5531bd6c276615f5d406e68a20cd7374a2b653ab | |
parent | e52fb961bb1c3b5a3d07e5f3547dffc2343166ab (diff) | |
download | ports-50606da588e432abca52e442e901bb97d255a9bd.tar.gz ports-50606da588e432abca52e442e901bb97d255a9bd.zip |
devel/R-cran-tidyselect: Update to 1.2.0
PR: 269969
Reported by: wen@
Approved by: maintainer(timeout, >= 14 days)
-rw-r--r-- | devel/R-cran-tidyselect/Makefile | 5 | ||||
-rw-r--r-- | devel/R-cran-tidyselect/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/R-cran-tidyselect/Makefile b/devel/R-cran-tidyselect/Makefile index 4f0db9ab0298..3a466b801d94 100644 --- a/devel/R-cran-tidyselect/Makefile +++ b/devel/R-cran-tidyselect/Makefile @@ -1,5 +1,5 @@ PORTNAME= tidyselect -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,7 +13,8 @@ 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>=1.0.1:devel/R-cran-rlang \ - R-cran-vctrs>=0.3.0:devel/R-cran-vctrs + R-cran-vctrs>=0.3.0:devel/R-cran-vctrs \ + R-cran-withr>=0:devel/R-cran-withr BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/devel/R-cran-tidyselect/distinfo b/devel/R-cran-tidyselect/distinfo index a06c20bc37d0..6a1bbbd333ce 100644 --- a/devel/R-cran-tidyselect/distinfo +++ b/devel/R-cran-tidyselect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645576359 -SHA256 (tidyselect_1.1.2.tar.gz) = 0389a3b15417954a30d6d692f6ebdd3d0f318cb94a5c9b05365df2f4ea1d8270 -SIZE (tidyselect_1.1.2.tar.gz) = 92085 +TIMESTAMP = 1679176859 +SHA256 (tidyselect_1.2.0.tar.gz) = 538d26b727e37d618e2efd3b00836048f103112a03e6994bf07a02392e269e3b +SIZE (tidyselect_1.2.0.tar.gz) = 101498 |