From owner-svn-ports-all@freebsd.org Mon Dec 11 10:37:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D260E8CC1F; Mon, 11 Dec 2017 10:37:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE03C7B966; Mon, 11 Dec 2017 10:37:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBBAbcxG074481; Mon, 11 Dec 2017 10:37:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBAbchG074480; Mon, 11 Dec 2017 10:37:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712111037.vBBAbchG074480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 11 Dec 2017 10:37:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455949 - head/www/nghttp2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/nghttp2 X-SVN-Commit-Revision: 455949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 10:37:40 -0000 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