diff options
author | Zsolt Udvari <uzsolt@FreeBSD.org> | 2024-03-17 06:18:59 +0000 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2024-03-17 06:18:59 +0000 |
commit | 58b87343e177e867c255434b611e208074b22f75 (patch) | |
tree | c6c7a1343ce68d7f39f260e9b54de051af7b9622 /ftp/R-cran-curl | |
parent | 1264f80827c65c5e12f3b69053cc376ab458ed03 (diff) | |
download | ports-58b87343e177e867c255434b611e208074b22f75.tar.gz ports-58b87343e177e867c255434b611e208074b22f75.zip |
Diffstat (limited to 'ftp/R-cran-curl')
-rw-r--r-- | ftp/R-cran-curl/Makefile | 12 | ||||
-rw-r--r-- | ftp/R-cran-curl/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile index 43de6540f6f7..a39e19ad5d0c 100644 --- a/ftp/R-cran-curl/Makefile +++ b/ftp/R-cran-curl/Makefile @@ -1,5 +1,5 @@ PORTNAME= curl -DISTVERSION= 5.2.0 +DISTVERSION= 5.2.1 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,17 +11,17 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/include/curl/curl.h:ftp/curl LIB_DEPENDS= libcurl.so:ftp/curl -TEST_DEPENDS= R-cran-spelling>0:textproc/R-cran-spelling \ - R-cran-testthat>0:devel/R-cran-testthat \ - R-cran-httpuv>0:www/R-cran-httpuv \ +TEST_DEPENDS= R-cran-httpuv>0:www/R-cran-httpuv \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-rmarkdown>0:textproc/R-cran-rmarkdown + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-spelling>0:textproc/R-cran-spelling \ + R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist,compiles pre-test: - # R-cran-webutils package does not exist yet +# R-cran-webutils package does not exist yet @${LOCALBASE}/bin/Rscript -e 'install.packages("webutils", \ repos = "https://cloud.r-project.org")' diff --git a/ftp/R-cran-curl/distinfo b/ftp/R-cran-curl/distinfo index 8985772be4be..aa3bc8c2daa0 100644 --- a/ftp/R-cran-curl/distinfo +++ b/ftp/R-cran-curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702219599 -SHA256 (curl_5.2.0.tar.gz) = bfdba4115f9fc6bc92e5287cee38ae33317c5996372c0aa0a9bc4d375b6bf489 -SIZE (curl_5.2.0.tar.gz) = 715878 +TIMESTAMP = 1710423234 +SHA256 (curl_5.2.1.tar.gz) = 4a7a4d8c08aa1bca2fcd9c58ade7b4b0ea2ed9076d0521071be29baac8adfa90 +SIZE (curl_5.2.1.tar.gz) = 716695 |