diff options
Diffstat (limited to 'devel/R-cran-googledrive/Makefile')
-rw-r--r-- | devel/R-cran-googledrive/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/R-cran-googledrive/Makefile b/devel/R-cran-googledrive/Makefile index 77e8ebaa762c..bbe0912e0acf 100644 --- a/devel/R-cran-googledrive/Makefile +++ b/devel/R-cran-googledrive/Makefile @@ -1,5 +1,5 @@ PORTNAME= googledrive -DISTVERSION= 2.1.1 +DISTVERSION= 2.1.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,8 +9,8 @@ WWW= https://googledrive.tidyverse.org/ LICENSE= MIT -CRAN_DEPENDS= R-cran-cli>=3.0.0:devel/R-cran-cli \ - R-cran-gargle>=1.5.0:devel/R-cran-gargle \ +RUN_DEPENDS= R-cran-cli>=3.0.0:devel/R-cran-cli \ + R-cran-gargle>=1.6.0:devel/R-cran-gargle \ R-cran-glue>=1.4.2:devel/R-cran-glue \ R-cran-httr>0:www/R-cran-httr \ R-cran-jsonlite>0:converters/R-cran-jsonlite \ @@ -23,10 +23,12 @@ CRAN_DEPENDS= R-cran-cli>=3.0.0:devel/R-cran-cli \ R-cran-uuid>0:devel/R-cran-uuid \ 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} -TEST_DEPENDS= R-cran-mockr>0:devel/R-cran-mockr \ - R-cran-testthat>0:devel/R-cran-testthat +TEST_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \ + R-cran-dplyr>=1.0.0:math/R-cran-dplyr \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-spelling>0:textproc/R-cran-spelling \ + R-cran-testthat>=3.1.5:devel/R-cran-testthat USES= cran:auto-plist |