svn commit: r428858 - head/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 18 15:20:52 UTC 2016
Author: sunpoet
Date: Sun Dec 18 15:20:50 2016
New Revision: 428858
URL: https://svnweb.freebsd.org/changeset/ports/428858
Log:
- Change HTTP2 dependency from www/nghttp2 to www/libnghttp2
- Enable HTTP2 option by default
- Bump PORTREVISION for dependency and package change
Modified:
head/ftp/curl/Makefile
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Sun Dec 18 15:20:42 2016 (r428857)
+++ head/ftp/curl/Makefile Sun Dec 18 15:20:50 2016 (r428858)
@@ -3,7 +3,7 @@
PORTNAME= curl
PORTVERSION= 7.51.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= ftp net www
MASTER_SITES= http://curl.haxx.se/download/ \
LOCAL/sunpoet
@@ -20,7 +20,7 @@ OPTIONS_SINGLE= GSSAPI
OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER
OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL POLARSSL WOLFSSL
OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
-OPTIONS_DEFAULT= CA_BUNDLE COOKIES OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP
+OPTIONS_DEFAULT= CA_BUNDLE COOKIES HTTP2 OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP
CA_BUNDLE_DESC= Install CA bundle for OpenSSL
CA_BUNDLE_IMPLIES= OPENSSL
COOKIES_DESC= Cookies support
@@ -95,10 +95,10 @@ GSSAPI_MIT_LDFLAGS= ${GSSAPILDFLAGS}
GSSAPI_MIT_LIBS= ${GSSAPILIBS}
GSSAPI_MIT_USES= gssapi:mit
GSSAPI_NONE_CONFIGURE_ON= --without-gssapi
-HTTP2_BUILD_DEPENDS= nghttp2>=1.0.0:www/nghttp2
-HTTP2_CONFIGURE_WITH= nghttp2
-HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2
-HTTP2_RUN_DEPENDS= nghttp2>=1.0.0:www/nghttp2
+HTTP2_BUILD_DEPENDS= libnghttp2>=1.0.0:www/libnghttp2
+HTTP2_CONFIGURE_WITH= libnghttp2
+HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2
+HTTP2_RUN_DEPENDS= libnghttp2>=1.0.0:www/libnghttp2
HTTP2_USES= pkgconfig
IDN_CONFIGURE_WITH= libidn2
IDN_LIB_DEPENDS= libidn2.so:dns/libidn2
More information about the svn-ports-all
mailing list