Date: Tue, 21 Apr 2015 18:39:26 +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: r384440 - head/www/nghttp2 Message-ID: <201504211839.t3LIdQdJ083869@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 21 18:39:25 2015 New Revision: 384440 URL: https://svnweb.freebsd.org/changeset/ports/384440 Log: - Update to 0.7.12 - Add DOCS to OPTIONS_DEFINE Changes: https://github.com/tatsuhiro-t/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Tue Apr 21 18:24:18 2015 (r384439) +++ head/www/nghttp2/Makefile Tue Apr 21 18:39:25 2015 (r384440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.7.9 +PORTVERSION= 0.7.12 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -20,7 +20,7 @@ LIB_DEPENDS= libev.so:${PORTSDIR}/devel/ libspdylay.so:${PORTSDIR}/www/spdylay RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS_DEFINE= ASIO HPACK +OPTIONS_DEFINE= ASIO DOCS HPACK OPTIONS_DEFAULT=HPACK OPTIONS_SUB= yes @@ -44,6 +44,7 @@ USE_LDCONFIG= yes USE_OPENSSL= yes USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz +PORTDATA= fetch-ocsp-response PORTDOCS= * ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:${PORTSDIR}/devel/boost-libs Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Tue Apr 21 18:24:18 2015 (r384439) +++ head/www/nghttp2/distinfo Tue Apr 21 18:39:25 2015 (r384440) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.7.9.tar.xz) = 5a6c26248b6bd18034da423a391f545c6f2c81fcf6a8757f53db800b2e5de84b -SIZE (nghttp2-0.7.9.tar.xz) = 873048 +SHA256 (nghttp2-0.7.12.tar.xz) = e7189b5bf07062eee58dd7b66243cbbd7b186069c33218cb1d7e0a2b6510e630 +SIZE (nghttp2-0.7.12.tar.xz) = 897764 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Tue Apr 21 18:24:18 2015 (r384439) +++ head/www/nghttp2/pkg-plist Tue Apr 21 18:39:25 2015 (r384440) @@ -4,15 +4,15 @@ bin/h2load bin/nghttp bin/nghttpd bin/nghttpx -include/nghttp2/asio_http2.h -include/nghttp2/asio_http2_client.h -include/nghttp2/asio_http2_server.h +%%ASIO%%include/nghttp2/asio_http2.h +%%ASIO%%include/nghttp2/asio_http2_client.h +%%ASIO%%include/nghttp2/asio_http2_server.h include/nghttp2/nghttp2.h include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.5 -lib/libnghttp2.so.5.7.2 +lib/libnghttp2.so.5.8.1 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504211839.t3LIdQdJ083869>