diff options
author | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-02-21 08:20:50 +0100 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-02-21 08:22:38 +0100 |
commit | 8882d94f497bb7e7ad1b82a03dce2d8d60f1b242 (patch) | |
tree | 0ad93ea7cdab3c4ca5c5e00c079898a39f8a29d8 | |
parent | lang/dotnet: Get rid of security/openssl dependency (diff) |
converters/R-cran-jsonlite: Update to 1.9.0
Add textproc/R-cran-R.rsp to TEST_DEPENDS.
Changelog: https://cran.r-project.org/web/packages/jsonlite/NEWS
Reported by: portscout
-rw-r--r-- | converters/R-cran-jsonlite/Makefile | 4 | ||||
-rw-r--r-- | converters/R-cran-jsonlite/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/R-cran-jsonlite/Makefile b/converters/R-cran-jsonlite/Makefile index 283cd1903658..beaa7da00609 100644 --- a/converters/R-cran-jsonlite/Makefile +++ b/converters/R-cran-jsonlite/Makefile @@ -1,5 +1,5 @@ PORTNAME= jsonlite -DISTVERSION= 1.8.9 +DISTVERSION= 1.9.0 CATEGORIES= converters DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -9,9 +9,9 @@ WWW= https://cran.r-project.org/web/packages/jsonlite/ LICENSE= MIT -# More TEST_DEPENDS: R.rsp TEST_DEPENDS= R-cran-httr>0:www/R-cran-httr \ R-cran-knitr>0:print/R-cran-knitr \ + R-cran-R.rsp>0:textproc/R-cran-R.rsp \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-sf>0:math/R-cran-sf \ R-cran-testthat>0:devel/R-cran-testthat \ diff --git a/converters/R-cran-jsonlite/distinfo b/converters/R-cran-jsonlite/distinfo index 491a5db25901..61d8d7f9c633 100644 --- a/converters/R-cran-jsonlite/distinfo +++ b/converters/R-cran-jsonlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726980896 -SHA256 (jsonlite_1.8.9.tar.gz) = 89f130e0e1163328c01decd54e7712b5ebf3d0a667da0052833722cb9a6e90b0 -SIZE (jsonlite_1.8.9.tar.gz) = 1055633 +TIMESTAMP = 1740120182 +SHA256 (jsonlite_1.9.0.tar.gz) = 02da3e3be655ef8b36b9ee009411bb86a3139eaf3b193416039675e054fabb91 +SIZE (jsonlite_1.9.0.tar.gz) = 1055532 |