diff options
Diffstat (limited to 'devel/R-cran-tibble/Makefile')
-rw-r--r-- | devel/R-cran-tibble/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/R-cran-tibble/Makefile b/devel/R-cran-tibble/Makefile index 7f7d52b8604b..39acae8bd860 100644 --- a/devel/R-cran-tibble/Makefile +++ b/devel/R-cran-tibble/Makefile @@ -1,6 +1,5 @@ PORTNAME= tibble -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -10,15 +9,13 @@ WWW= https://cran.r-project.org/web/packages/tibble/ LICENSE= MIT -CRAN_DEPENDS= R-cran-fansi>=0.4.0:devel/R-cran-fansi \ +RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ R-cran-lifecycle>=1.0.0:devel/R-cran-lifecycle \ R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-pillar>=1.7.0:devel/R-cran-pillar \ + R-cran-pillar>=1.8.1:devel/R-cran-pillar \ R-cran-pkgconfig>0:devel/R-cran-pkgconfig \ R-cran-rlang>=1.0.2:devel/R-cran-rlang \ - R-cran-vctrs>=0.3.8:devel/R-cran-vctrs -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} + R-cran-vctrs>=0.5.0:devel/R-cran-vctrs USES= cran:auto-plist,compiles |