diff options
-rw-r--r-- | www/nghttp2/Makefile | 5 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 4 | ||||
-rw-r--r-- | www/nghttp2/pkg-plist | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 808f341aa9ee..7aa74dd1b81e 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.4.1 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -53,6 +52,6 @@ post-patch: @${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.3.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.3.0.1 .include <bsd.port.post.mk> diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 45c9c57057d1..7a995c64c475 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.4.0.tar.xz) = e83dcd19f07c349fe0f10f62278852be480c61501ba40235dc01bab14f192991 -SIZE (nghttp2-0.4.0.tar.xz) = 760012 +SHA256 (nghttp2-0.4.1.tar.xz) = 24d54b8045c2e88109f6f28b610f7571aae963913b18fd6c5ccf0db02bdb5c1b +SIZE (nghttp2-0.4.1.tar.xz) = 744024 diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist index d8b8d8fd0964..91e9bcae94c9 100644 --- a/www/nghttp2/pkg-plist +++ b/www/nghttp2/pkg-plist @@ -9,7 +9,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.3 -lib/libnghttp2.so.3.0.0 +lib/libnghttp2.so.3.0.1 libdata/pkgconfig/libnghttp2.pc man/man1/h2load.1.gz man/man1/nghttp.1.gz |