Date: Sun, 17 Mar 2024 06:20:44 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 58b87343e177 - main - ftp/R-cran-curl: update to 5.2.1 Message-ID: <202403170620.42H6Kigd091430@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=58b87343e177e867c255434b611e208074b22f75 commit 58b87343e177e867c255434b611e208074b22f75 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-03-17 06:18:59 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-03-17 06:18:59 +0000 ftp/R-cran-curl: update to 5.2.1 Changelog: https://cran.r-project.org/web/packages/curl/NEWS Approved by: bofh (mentor) Differential Revision: https://reviews.freebsd.org/D44363 --- ftp/R-cran-curl/Makefile | 12 ++++++------ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403170620.42H6Kigd091430>