Index: head/www/nghttp2/Makefile =================================================================== --- head/www/nghttp2/Makefile (revision 362824) +++ head/www/nghttp2/Makefile (revision 362825) @@ -1,58 +1,58 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 PORTREVISION= 1 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library LICENSE= MIT LIB_DEPENDS= libevent_openssl.so:${PORTSDIR}/devel/libevent2 \ libspdylay.so:${PORTSDIR}/www/spdylay OPTIONS_DEFINE= HPACK OPTIONS_SUB= yes CONFIGURE_ARGS= --disable-python-bindings \ --enable-app \ --enable-examples \ --with-spdylay CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ZLIB_CFLAGS="-I${INCLUDEDIR}" \ ZLIB_LIBS="-L${LIBDIR} -lz" GNU_CONFIGURE= yes USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz PORTDOCS= * HPACK_CONFIGURE_ARGS= --enable-hpack-tools HPACK_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson .include .if ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT) IGNORE= nghttp2 requires OpenSSL 1.0.1+ .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 CONFIGURE_ARGS+=--with-jemalloc .endif post-patch: @${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.4.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.4.0.1 .include Index: head/www/nghttp2/distinfo =================================================================== --- head/www/nghttp2/distinfo (revision 362824) +++ head/www/nghttp2/distinfo (revision 362825) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.5.0.tar.xz) = 31a8dbe845084ff4af28fb8d6c8bf9284f9d12258a81a89a077e8d237cd61890 -SIZE (nghttp2-0.5.0.tar.xz) = 761948 +SHA256 (nghttp2-0.5.1.tar.xz) = a3ace4a966e6d70fa1e76c03274692d2c0efa9c51666cb89145db62daa6d439e +SIZE (nghttp2-0.5.1.tar.xz) = 753896 Index: head/www/nghttp2/pkg-plist =================================================================== --- head/www/nghttp2/pkg-plist (revision 362824) +++ head/www/nghttp2/pkg-plist (revision 362825) @@ -1,18 +1,18 @@ %%HPACK%%bin/deflatehd bin/h2load %%HPACK%%bin/inflatehd bin/nghttp bin/nghttpd bin/nghttpx include/nghttp2/nghttp2.h include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.4 -lib/libnghttp2.so.4.0.0 +lib/libnghttp2.so.4.0.1 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