svn commit: r361750 - head/www/nghttp2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 14 09:57:00 UTC 2014
Author: sunpoet
Date: Mon Jul 14 09:56:59 2014
New Revision: 361750
URL: http://svnweb.freebsd.org/changeset/ports/361750
QAT: https://qat.redports.org/buildarchive/r361750/
Log:
- Update to 0.4.1
Changes: https://github.com/tatsuhiro-t/nghttp2/releases
Modified:
head/www/nghttp2/Makefile
head/www/nghttp2/distinfo
head/www/nghttp2/pkg-plist
Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile Mon Jul 14 09:56:52 2014 (r361749)
+++ head/www/nghttp2/Makefile Mon Jul 14 09:56:59 2014 (r361750)
@@ -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>
Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo Mon Jul 14 09:56:52 2014 (r361749)
+++ head/www/nghttp2/distinfo Mon Jul 14 09:56:59 2014 (r361750)
@@ -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
Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist Mon Jul 14 09:56:52 2014 (r361749)
+++ head/www/nghttp2/pkg-plist Mon Jul 14 09:56:59 2014 (r361750)
@@ -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
More information about the svn-ports-all
mailing list