From owner-svn-ports-all@freebsd.org Tue Apr 25 14:23:22 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 48834D4E712; Tue, 25 Apr 2017 14:23:22 +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 F34D2AD8; Tue, 25 Apr 2017 14:23:21 +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 v3PENK5n015758; Tue, 25 Apr 2017 14:23:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3PENKkh015756; Tue, 25 Apr 2017 14:23:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704251423.v3PENKkh015756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 25 Apr 2017 14:23:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439387 - head/www/nghttp2 X-SVN-Group: ports-head 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.23 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: Tue, 25 Apr 2017 14:23:22 -0000 Author: sunpoet Date: Tue Apr 25 14:23:20 2017 New Revision: 439387 URL: https://svnweb.freebsd.org/changeset/ports/439387 Log: Update to 1.22.0 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Tue Apr 25 14:23:04 2017 (r439386) +++ head/www/nghttp2/Makefile Tue Apr 25 14:23:20 2017 (r439387) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.21.1 +PORTVERSION= 1.22.0 DISTVERSIONPREFIX= v CATEGORIES= www net @@ -22,7 +22,7 @@ APP_DESC= Build h2load, nghttp, nghttpd SPDY_DESC= Enable SPDY in h2load and nghttpx SPDY_IMPLIES= APP -CONFIGURE_ARGS= --disable-python-bindings +CONFIGURE_ARGS= --disable-python-bindings --with-jemalloc CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" GNU_CONFIGURE= yes @@ -60,15 +60,12 @@ SPDY_BUILD_DEPENDS= spdylay>=1.3.2:www/s SPDY_CONFIGURE_WITH= spdylay SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay -.include - -.if ${OPSYS} == FreeBSD -CONFIGURE_ARGS+=--with-jemalloc -.endif +.include post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s| lib||' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|$$[({]top_builddir[})]/lib/libnghttp2.la|-lnghttp2|' ${WRKSRC}/*/Makefile.am + @${REINPLACE_CMD} -e '1d' ${WRKSRC}/script/fetch-ocsp-response # lib/libnghttp2.* are not available until configure phase post-configure: @@ -90,4 +87,4 @@ post-install-EXAMPLES-on: ${INSTALL_DATA} ${WRKSRC}/examples/*.c* ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/examples/ && ${INSTALL_PROGRAM} client deflate libevent-client libevent-server ${STAGEDIR}${EXAMPLESDIR}/ -.include +.include Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Tue Apr 25 14:23:04 2017 (r439386) +++ head/www/nghttp2/distinfo Tue Apr 25 14:23:20 2017 (r439387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491848909 -SHA256 (nghttp2-nghttp2-v1.21.1_GH0.tar.gz) = 5de24bb3c2d3d37294f8f6ffa7f506769401d76a01c0f19b1a3e508550bf6bd9 -SIZE (nghttp2-nghttp2-v1.21.1_GH0.tar.gz) = 1734678 +TIMESTAMP = 1493122831 +SHA256 (nghttp2-nghttp2-v1.22.0_GH0.tar.gz) = f869dff2b0f46895e2079da1b7107e94208400d2488e6709595fedfe5774ce53 +SIZE (nghttp2-nghttp2-v1.22.0_GH0.tar.gz) = 1739006