diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-10-09 23:24:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-10-09 23:24:59 +0800 |
commit | fb013805acaed3758b6b049d2f7ee96c29ce2756 (patch) | |
tree | ab9f98144528e10f6e72117b7ba2ac7312372e66 /www | |
parent | a4bc9306322d6c6d0b0807fd1ba48f4f5e0eb6dd (diff) | |
download | freebsd-ports-gnome-fb013805acaed3758b6b049d2f7ee96c29ce2756.tar.gz freebsd-ports-gnome-fb013805acaed3758b6b049d2f7ee96c29ce2756.tar.zst freebsd-ports-gnome-fb013805acaed3758b6b049d2f7ee96c29ce2756.zip |
- Update to 0.6.2
- Cleanup PLIST
Changes: https://github.com/tatsuhiro-t/nghttp2/releases
Diffstat (limited to 'www')
-rw-r--r-- | www/nghttp2/Makefile | 8 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 4 | ||||
-rw-r--r-- | www/nghttp2/pkg-plist | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 60c001791cd0..ecd3e9a329a6 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -16,8 +16,7 @@ BUILD_DEPENDS= libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \ spdylay>=1.3.0:${PORTSDIR}/www/spdylay LIB_DEPENDS= libevent_openssl.so:${PORTSDIR}/devel/libevent2 \ libspdylay.so:${PORTSDIR}/www/spdylay -RUN_DEPENDS= libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \ - spdylay>=1.3.0:${PORTSDIR}/www/spdylay +RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= HPACK OPTIONS_SUB= yes @@ -40,7 +39,8 @@ USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz PORTDOCS= * -HPACK_CONFIGURE_ARGS= --enable-hpack-tools +HPACK_CONFIGURE_OFF= --disable-hpack-tools +HPACK_CONFIGURE_ON= --enable-hpack-tools HPACK_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson .include <bsd.port.pre.mk> diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 1fd73999ef58..a146508bcd6c 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.6.1.tar.xz) = 2e774e6c7a50ca7b76d7818187fe6ede6aa1e5f25fdb12a5492cf8a5ee74d5c4 -SIZE (nghttp2-0.6.1.tar.xz) = 767404 +SHA256 (nghttp2-0.6.2.tar.xz) = b03a9a98dce841df0afa625f63f87791dc9f9b665663b3dbe3d67aa83b272a90 +SIZE (nghttp2-0.6.2.tar.xz) = 793320 diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist index 4db967a09461..55b80ee0df36 100644 --- a/www/nghttp2/pkg-plist +++ b/www/nghttp2/pkg-plist @@ -4,15 +4,15 @@ bin/h2load bin/nghttp bin/nghttpd bin/nghttpx +include/nghttp2/asio_http2.h include/nghttp2/nghttp2.h include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.5 -lib/libnghttp2.so.5.0.0 +lib/libnghttp2.so.5.1.0 libdata/pkgconfig/libnghttp2.pc man/man1/h2load.1.gz man/man1/nghttp.1.gz man/man1/nghttpd.1.gz man/man1/nghttpx.1.gz -@dirrm include/nghttp2 |