Date: Mon, 24 Nov 2014 18:29:40 +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: r373298 - head/www/nghttp2 Message-ID: <201411241829.sAOITeCW000857@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 24 18:29:40 2014 New Revision: 373298 URL: https://svnweb.freebsd.org/changeset/ports/373298 QAT: https://qat.redports.org/buildarchive/r373298/ Log: - Update to 0.6.6 - Add ASIO option - Update WWW Changes: https://github.com/tatsuhiro-t/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-descr head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Mon Nov 24 18:29:35 2014 (r373297) +++ head/www/nghttp2/Makefile Mon Nov 24 18:29:40 2014 (r373298) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.6 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -18,7 +18,8 @@ LIB_DEPENDS= libevent_openssl.so:${PORTS libspdylay.so:${PORTSDIR}/www/spdylay RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS_DEFINE= HPACK +OPTIONS_DEFINE= ASIO HPACK +OPTIONS_DEFAULT=HPACK OPTIONS_SUB= yes CONFIGURE_ARGS= --disable-python-bindings \ @@ -39,8 +40,12 @@ USES= compiler:c++11-lang libtool pathf PORTDOCS= * -HPACK_CONFIGURE_OFF= --disable-hpack-tools -HPACK_CONFIGURE_ON= --enable-hpack-tools +ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:${PORTSDIR}/devel/boost-libs +ASIO_CONFIGURE_OFF= --with-boost=no +ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost=${LOCALBASE} --with-boost-asio --with-boost-system --with-boost-thread +ASIO_LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs +ASIO_RUN_DEPENDS= boost-libs>=1.54.0:${PORTSDIR}/devel/boost-libs +HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson .include <bsd.port.pre.mk> Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Mon Nov 24 18:29:35 2014 (r373297) +++ head/www/nghttp2/distinfo Mon Nov 24 18:29:40 2014 (r373298) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.6.2.tar.xz) = b03a9a98dce841df0afa625f63f87791dc9f9b665663b3dbe3d67aa83b272a90 -SIZE (nghttp2-0.6.2.tar.xz) = 793320 +SHA256 (nghttp2-0.6.6.tar.xz) = 3636ead6820e153990a61308d1bdbdb970a0980dd109fe73a710fbabcc0015b0 +SIZE (nghttp2-0.6.6.tar.xz) = 799492 Modified: head/www/nghttp2/pkg-descr ============================================================================== --- head/www/nghttp2/pkg-descr Mon Nov 24 18:29:35 2014 (r373297) +++ head/www/nghttp2/pkg-descr Mon Nov 24 18:29:40 2014 (r373298) @@ -3,4 +3,4 @@ nghttp2 - HTTP/2.0 C Library This is an experimental implementation of Hypertext Transfer Protocol version 2.0. -WWW: http://tatsuhiro-t.github.io/nghttp2/ +WWW: https://nghttp2.org/ Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Mon Nov 24 18:29:35 2014 (r373297) +++ head/www/nghttp2/pkg-plist Mon Nov 24 18:29:40 2014 (r373298) @@ -10,8 +10,13 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.5 -lib/libnghttp2.so.5.1.0 +lib/libnghttp2.so.5.2.1 +%%ASIO%%lib/libnghttp2_asio.a +%%ASIO%%lib/libnghttp2_asio.so +%%ASIO%%lib/libnghttp2_asio.so.0 +%%ASIO%%lib/libnghttp2_asio.so.0.0.0 libdata/pkgconfig/libnghttp2.pc +%%ASIO%%libdata/pkgconfig/libnghttp2_asio.pc man/man1/h2load.1.gz man/man1/nghttp.1.gz man/man1/nghttpd.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241829.sAOITeCW000857>