git: dd4df09808b4 - main - ftp/curl: Enable LIBSSH2 option by default
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 21 18:15:09 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dd4df09808b40cac73f9bed55c8c2489bdee5f2f
commit dd4df09808b40cac73f9bed55c8c2489bdee5f2f
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-21 17:50:29 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-21 18:12:11 +0000
ftp/curl: Enable LIBSSH2 option by default
- Bump PORTREVISION for dependency change
PR: 253939
Requested by: Dennis Clarke <dclarke at blastwave.org>
---
ftp/curl/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 0e979ef5a475..fecff1337762 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -2,6 +2,7 @@
PORTNAME= curl
PORTVERSION= 7.77.0
+PORTREVISION= 1
CATEGORIES= ftp net www
MASTER_SITES= https://curl.se/download/ \
https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/
@@ -37,7 +38,7 @@ OPTIONS_GROUP_PROTOCOL= DICT FTP GOPHER HTTP HTTP2 IMAP LDAP LDAPS LIBSSH2 POP3
OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL WOLFSSL
OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
OPTIONS_SINGLE_RESOLV= CARES THREADED_RESOLVER
-OPTIONS_DEFAULT=ALTSVC CA_BUNDLE COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IMAP NTLM OPENSSL POP3 PROXY RTSP SMTP TELNET TFTP THREADED_RESOLVER TLS_SRP
+OPTIONS_DEFAULT=ALTSVC CA_BUNDLE COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IMAP LIBSSH2 NTLM OPENSSL POP3 PROXY RTSP SMTP TELNET TFTP THREADED_RESOLVER TLS_SRP
ALTSVC_DESC= HTTP Alternative Services support
CA_BUNDLE_DESC= Enable CA bundle for OpenSSL/GnuTLS/mbedTLS
COOKIES_DESC= Cookies support
More information about the dev-commits-ports-all
mailing list