git: 9aa076b8b3af - main - ftp/curl: Update to 8.15.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 24 Jul 2025 11:25:21 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9aa076b8b3af02004e0b9d06459e063d27e09c26

commit 9aa076b8b3af02004e0b9d06459e063d27e09c26
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-24 11:10:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-24 11:18:53 +0000

    ftp/curl: Update to 8.15.0
    
    - Adjust default options: enable MQTT and SMB by default
    
    Changes:        https://curl.se/changes.html
---
 ftp/curl/Makefile  | 9 ++++-----
 ftp/curl/distinfo  | 6 +++---
 ftp/curl/pkg-plist | 2 ++
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 9781ec2fbcbf..ab70abcb307a 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	curl
-PORTVERSION=	8.14.1
+PORTVERSION=	8.15.0
 CATEGORIES=	ftp net www
 MASTER_SITES=	https://curl.se/download/ \
 		https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/
@@ -15,8 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		cpe libtool localbase:ldflags pathfix perl5 shebangfix tar:xz
 USE_PERL5=	build
 
-CONFIGURE_ARGS=	--disable-test-bundles \
-		--disable-unity \
+CONFIGURE_ARGS=	--disable-unity \
 		--disable-werror \
 		--enable-dateparse \
 		--enable-dnsshuffle \
@@ -53,7 +52,7 @@ OPTIONS_GROUP_PROTOCOL=	DICT FTP GOPHER HTTP HTTP2 IMAP IPFS LDAP LDAPS LIBSSH L
 OPTIONS_RADIO_SSL=	GNUTLS OPENSSL WOLFSSL
 OPTIONS_SINGLE_GSSAPI=	GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
 OPTIONS_SINGLE_RESOLV=	CARES THREADED_RESOLVER
-OPTIONS_DEFAULT=ALTSVC BROTLI COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IDN IMAP IPFS LIBSSH2 NTLM OPENSSL POP3 PROXY PSL RTSP SMTP STATIC TELNET TFTP THREADED_RESOLVER TLS_SRP WEBSOCKET ZSTD
+OPTIONS_DEFAULT=ALTSVC BROTLI COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IDN IMAP IPFS LIBSSH2 MQTT NTLM OPENSSL POP3 PROXY PSL RTSP SMB SMTP STATIC TELNET TFTP THREADED_RESOLVER TLS_SRP WEBSOCKET ZSTD
 OPTIONS_SUB=	yes
 ALTSVC_DESC=	HTTP Alternative Services support
 COOKIES_DESC=	Cookies support
@@ -90,7 +89,7 @@ CARES_LIB_DEPENDS=	libcares.so:dns/c-ares
 CARES_USES=		pkgconfig
 COOKIES_CONFIGURE_ENABLE=	cookies
 CURL_DEBUG_CONFIGURE_ENABLE=	curldebug
-DEBUG_CONFIGURE_ENABLE=	debug server-debug
+DEBUG_CONFIGURE_ENABLE=	debug
 DICT_CONFIGURE_ENABLE=	dict
 FTP_CONFIGURE_ENABLE=	ftp
 GNUTLS_CONFIGURE_ON=	--with-ca-fallback
diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo
index 8691b101a8be..9c77b812f353 100644
--- a/ftp/curl/distinfo
+++ b/ftp/curl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749665711
-SHA256 (curl-8.14.1.tar.xz) = f4619a1e2474c4bbfedc88a7c2191209c8334b48fa1f4e53fd584cc12e9120dd
-SIZE (curl-8.14.1.tar.xz) = 2817248
+TIMESTAMP = 1753265702
+SHA256 (curl-8.15.0.tar.xz) = 6cd0a8a5b126ddfda61c94dc2c3fc53481ba7a35461cf7c5ab66aa9d6775b609
+SIZE (curl-8.15.0.tar.xz) = 2773156
diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist
index 00724812f070..118ad32a83f4 100644
--- a/ftp/curl/pkg-plist
+++ b/ftp/curl/pkg-plist
@@ -86,6 +86,7 @@ share/aclocal/libcurl.m4
 %%PORTDOCS%%%%DOCSDIR%%/internals/NEW-PROTOCOL.md
 %%PORTDOCS%%%%DOCSDIR%%/internals/PORTING.md
 %%PORTDOCS%%%%DOCSDIR%%/internals/README.md
+%%PORTDOCS%%%%DOCSDIR%%/internals/SCORECARD.md
 %%PORTDOCS%%%%DOCSDIR%%/internals/SPLAY.md
 %%PORTDOCS%%%%DOCSDIR%%/internals/STRPARSE.md
 %%PORTDOCS%%%%DOCSDIR%%/internals/TLS-SESSIONS.md
@@ -120,6 +121,7 @@ share/aclocal/libcurl.m4
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/evhiperfifo.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalsocket.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileupload.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp-delete.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp-wildcard.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpget.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpgetinfo.c