aboutsummaryrefslogtreecommitdiff
path: root/www/nghttp2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-11 10:37:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-11 10:37:38 +0000
commit7bfaf7ebf7b01218218d1f5304ab466ab4f380a3 (patch)
treedfab80b218c371009782bb66c152d7abf635cc62 /www/nghttp2
parentfe6621925d2c5081bc9b6ac529c08783af00d62c (diff)
downloadports-7bfaf7ebf7b01218218d1f5304ab466ab4f380a3.tar.gz
ports-7bfaf7ebf7b01218218d1f5304ab466ab4f380a3.zip
Disable SPDY option by default
- Bump PORTREVISION for dependency and package change Upstrem no longer recommend to build nghttp2 with SPDY protocol support enabled. SPDY support will be removed soon. Reference: https://github.com/nghttp2/nghttp2/commit/6b286e0d94a3c9e446921312e9072d6ee94d78fb#diff-88b99bb28683bd5b7e3a204826ead112
Notes
Notes: svn path=/head/; revision=455949
Diffstat (limited to 'www/nghttp2')
-rw-r--r--www/nghttp2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index ce740e11aabb..d28794957624 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -4,6 +4,7 @@
PORTNAME= nghttp2
PORTVERSION= 1.28.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= www net
MAINTAINER= sunpoet@FreeBSD.org
@@ -16,7 +17,7 @@ BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2
LIB_DEPENDS= libnghttp2.so:www/libnghttp2
OPTIONS_DEFINE= APP ASIO DOCS EXAMPLES HPACK SPDY
-OPTIONS_DEFAULT=APP HPACK SPDY
+OPTIONS_DEFAULT=APP HPACK
OPTIONS_SUB= yes
APP_DESC= Build h2load, nghttp, nghttpd and nghttpx
SPDY_DESC= Enable SPDY in h2load and nghttpx