mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Update to 0.6.2
- Cleanup PLIST Changes: https://github.com/tatsuhiro-t/nghttp2/releases
This commit is contained in:
parent
265a43e434
commit
4db11c392d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370550
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user