diff options
-rw-r--r-- | www/nghttp2/Makefile | 3 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 4 | ||||
-rw-r--r-- | www/nghttp2/pkg-plist | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 3af83f12112c..f836e764c684 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.7.8 +PORTVERSION= 0.7.9 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -66,6 +66,5 @@ CONFIGURE_ARGS+=--with-jemalloc post-patch: @${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|^DEFAULT_INCLUDES = |&-I${WRKSRC}/src/includes |' ${WRKSRC}/examples/Makefile.in ${WRKSRC}/src/Makefile.in .include <bsd.port.post.mk> diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index ae9c2c4b05a6..6cfeedf3d411 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.7.8.tar.xz) = e8043e054b1189d18f3ad72f3c5cd09204f887101d450d57e45cef4763353d04 -SIZE (nghttp2-0.7.8.tar.xz) = 872136 +SHA256 (nghttp2-0.7.9.tar.xz) = 5a6c26248b6bd18034da423a391f545c6f2c81fcf6a8757f53db800b2e5de84b +SIZE (nghttp2-0.7.9.tar.xz) = 873048 diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist index 8c9547aa4390..0bb06107e316 100644 --- a/www/nghttp2/pkg-plist +++ b/www/nghttp2/pkg-plist @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.5 -lib/libnghttp2.so.5.7.1 +lib/libnghttp2.so.5.7.2 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 |