svn commit: r455949 - head/www/nghttp2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 11 10:37:40 UTC 2017


Author: sunpoet
Date: Mon Dec 11 10:37:38 2017
New Revision: 455949
URL: https://svnweb.freebsd.org/changeset/ports/455949

Log:
  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

Modified:
  head/www/nghttp2/Makefile

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Mon Dec 11 10:37:33 2017	(r455948)
+++ head/www/nghttp2/Makefile	Mon Dec 11 10:37:38 2017	(r455949)
@@ -4,6 +4,7 @@
 PORTNAME=	nghttp2
 PORTVERSION=	1.28.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www net
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -16,7 +17,7 @@ BUILD_DEPENDS=	libnghttp2>=${PORTVERSION}:www/libnghtt
 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


More information about the svn-ports-head mailing list