diff options
author | Einar Bjarni Halldórsson <einar@isnic.is> | 2025-09-05 20:36:39 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-09-05 20:38:07 +0100 |
commit | c58c9cbad7900dd069ec7d650daf8eecf3eef311 (patch) | |
tree | c9e5b6a8d2fbaca3bc5e61fe0ff396611c7bdb1a | |
parent | sysutils/lsof: Fix build with FreeBSD 16 (diff) |
devel/R-cran-googlesheets4: Update to 1.1.2
- Doesn't need compilation, so remove BUILD_DEPENDS
- Update RUN_DEPENDS and add more TEST_DEPENDS
ChangeLog: https://github.com/tidyverse/googlesheets4/releases/tag/v1.1.2
PR: 289313
-rw-r--r-- | devel/R-cran-googlesheets4/Makefile | 13 | ||||
-rw-r--r-- | devel/R-cran-googlesheets4/distinfo | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/devel/R-cran-googlesheets4/Makefile b/devel/R-cran-googlesheets4/Makefile index 2bc88805bb05..5514d64dc0de 100644 --- a/devel/R-cran-googlesheets4/Makefile +++ b/devel/R-cran-googlesheets4/Makefile @@ -1,5 +1,5 @@ PORTNAME= googlesheets4 -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,10 +9,10 @@ WWW= https://googlesheets4.tidyverse.org/ LICENSE= MIT -CRAN_DEPENDS= R-cran-cellranger>0:textproc/R-cran-cellranger \ +RUN_DEPENDS= R-cran-cellranger>0:textproc/R-cran-cellranger \ R-cran-cli>=3.0.0:devel/R-cran-cli \ R-cran-curl>0:ftp/R-cran-curl \ - R-cran-gargle>=1.5.0:devel/R-cran-gargle \ + R-cran-gargle>=1.6.0:devel/R-cran-gargle \ R-cran-glue>=1.3.0:devel/R-cran-glue \ R-cran-googledrive>=2.1.0:devel/R-cran-googledrive \ R-cran-httr>0:www/R-cran-httr \ @@ -25,9 +25,10 @@ CRAN_DEPENDS= R-cran-cellranger>0:textproc/R-cran-cellranger \ R-cran-tibble>=2.1.1:devel/R-cran-tibble \ R-cran-vctrs>=0.2.3:devel/R-cran-vctrs \ R-cran-withr>0:devel/R-cran-withr -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} -TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat +TEST_DEPENDS= R-cran-readr>0:textproc/R-cran-readr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-spelling>0:textproc/R-cran-spelling \ + R-cran-testthat>=3.1.7:devel/R-cran-testthat USES= cran:auto-plist diff --git a/devel/R-cran-googlesheets4/distinfo b/devel/R-cran-googlesheets4/distinfo index 01094fac05be..1d6e6fba3517 100644 --- a/devel/R-cran-googlesheets4/distinfo +++ b/devel/R-cran-googlesheets4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706919190 -SHA256 (googlesheets4_1.1.1.tar.gz) = c5cc63348c54b9de8492e7b12b249245746ea1ff33e306f12431f4fc9386fccf -SIZE (googlesheets4_1.1.1.tar.gz) = 232584 +TIMESTAMP = 1757059849 +SHA256 (googlesheets4_1.1.2.tar.gz) = 7ba9d5dd051a405a7af6d41d5fc12bdec8474f9fb1482ef32eb79aa6914fadd9 +SIZE (googlesheets4_1.1.2.tar.gz) = 231280 |