From 3bb84bba2a996c7729bdc2bf0fad8ae8c8479769 Mon Sep 17 00:00:00 2001
From: Zsolt Udvari <uzsolt@uzsolt.hu>
Date: Sat, 9 Dec 2023 19:17:36 +0100
Subject: [PATCH] ftp/R-cran-curl: update version 5.1.0 => 5.2.0

Changelog:
- The CURL_CA_BUNDLE envvar is now also used on non-Windows.
- curl_echo() now uses a random available port to run httpuv
- Add workaround for slowness in curl_echo() on Linux
- Fix a few printf format warnings
---
 ftp/R-cran-curl/Makefile | 2 +-
 ftp/R-cran-curl/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile
index 0a19a6dd9..be167519f 100644
--- a/ftp/R-cran-curl/Makefile
+++ b/ftp/R-cran-curl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	curl
-DISTVERSION=	5.1.0
+DISTVERSION=	5.2.0
 CATEGORIES=	ftp
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
diff --git a/ftp/R-cran-curl/distinfo b/ftp/R-cran-curl/distinfo
index c487582e2..b0cb54e4d 100644
--- a/ftp/R-cran-curl/distinfo
+++ b/ftp/R-cran-curl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698822677
-SHA256 (curl_5.1.0.tar.gz) = 57218da84b85bd01ce7daa4bca3e271eda1bf688e0cdb211c397ccb272ecba97
-SIZE (curl_5.1.0.tar.gz) = 714157
+TIMESTAMP = 1702127983
+SHA256 (curl_5.2.0.tar.gz) = bfdba4115f9fc6bc92e5287cee38ae33317c5996372c0aa0a9bc4d375b6bf489
+SIZE (curl_5.2.0.tar.gz) = 715878
-- 
2.42.0

