Date: Mon, 11 Dec 2017 10:37:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455949 - head/www/nghttp2 Message-ID: <201712111037.vBBAbchG074480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712111037.vBBAbchG074480>