Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2024 18:40:05 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: a9f6c0a72767 - main - ftp/R-cran-curl: Update to 0.6.1
Message-ID:  <202411221840.4AMIe5CW076185@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=a9f6c0a72767470037d813017f4b113036585b07

commit a9f6c0a72767470037d813017f4b113036585b07
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2024-11-22 18:36:01 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-11-22 18:39:54 +0000

    ftp/R-cran-curl: Update to 0.6.1
    
    Remove R-cran-magrittr from TEST_DEPENDS.
    Add TESTING_UNSAFE=yes:
    * checking running R code from vignettes ...
      'intro.Rmd' using 'UTF-8'... failed
      'windows.Rmd' using 'UTF-8'... OK
     ERROR
    Errors in running code in vignettes:
    when running code in 'intro.Rmd'
      ...
    
    > mirros <- read.csv("mirrors.csv")
    
    > unlink("mirrors.csv")
    
    > close(con)
    
      When sourcing 'intro.R':
    Error: invalid connection
    Execution halted
    
    PR:             282908
---
 ftp/R-cran-curl/Makefile | 11 +++++++----
 ftp/R-cran-curl/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile
index 4d0d69c9651d..b08760fbc5c6 100644
--- a/ftp/R-cran-curl/Makefile
+++ b/ftp/R-cran-curl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	curl
-DISTVERSION=	5.2.3
+DISTVERSION=	6.0.1
 CATEGORIES=	ftp
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,15 +11,18 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	${LOCALBASE}/include/curl/curl.h:ftp/curl
 LIB_DEPENDS=	libcurl.so:ftp/curl
-TEST_DEPENDS=	R-cran-httpuv>0:www/R-cran-httpuv \
+TEST_DEPENDS=	R-cran-httpuv>=1.4.4:www/R-cran-httpuv \
+		R-cran-jsonlite>0:converters/R-cran-jsonlite \
 		R-cran-knitr>0:print/R-cran-knitr \
-		R-cran-magrittr>0:devel/R-cran-magrittr \
+		R-cran-later>0:devel/R-cran-later \
 		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
 		R-cran-spelling>0:textproc/R-cran-spelling \
-		R-cran-testthat>0:devel/R-cran-testthat
+		R-cran-testthat>=1.0.0:devel/R-cran-testthat
 
 USES=		cran:auto-plist,compiles
 
+TESTING_UNSAFE=	yes
+
 pre-test:
 # R-cran-webutils package does not exist yet
 	@${LOCALBASE}/bin/Rscript -e 'install.packages("webutils", \
diff --git a/ftp/R-cran-curl/distinfo b/ftp/R-cran-curl/distinfo
index 2b8e9a724561..0028e2c2c578 100644
--- a/ftp/R-cran-curl/distinfo
+++ b/ftp/R-cran-curl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727026213
-SHA256 (curl_5.2.3.tar.gz) = bbe090fced6035fa5189a62a96cd2288067bf5bb4b2b17f1832ed287861707bf
-SIZE (curl_5.2.3.tar.gz) = 717168
+TIMESTAMP = 1732267476
+SHA256 (curl_6.0.1.tar.gz) = 841c90bed7745f972ab524e542b1f5c3632767e3d521c163d483e436f3d42362
+SIZE (curl_6.0.1.tar.gz) = 932716



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411221840.4AMIe5CW076185>