diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-04 23:08:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-04 23:08:58 +0800 |
commit | 753aa9c0790c68a2e5be2bf26d10970f9c67ee1d (patch) | |
tree | a67a3a77e767976fe4cc92d4d56507cde5374380 | |
parent | fcb5df29ef865bc943e580954f293ce1f3e076b7 (diff) | |
download | freebsd-ports-gnome-753aa9c0790c68a2e5be2bf26d10970f9c67ee1d.tar.gz freebsd-ports-gnome-753aa9c0790c68a2e5be2bf26d10970f9c67ee1d.tar.zst freebsd-ports-gnome-753aa9c0790c68a2e5be2bf26d10970f9c67ee1d.zip |
- Update to 0.6.6
- Add ASIO option
- Update WWW
Changes: https://github.com/tatsuhiro-t/nghttp2/releases
-rw-r--r-- | www/nghttp2/Makefile | 2 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 4 | ||||
-rw-r--r-- | www/nghttp2/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 58dccac59c84..56305fbc54b5 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.7 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 25d9e024ec72..7ef39a3bc6c7 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.6.6.tar.xz) = 3636ead6820e153990a61308d1bdbdb970a0980dd109fe73a710fbabcc0015b0 -SIZE (nghttp2-0.6.6.tar.xz) = 799492 +SHA256 (nghttp2-0.6.7.tar.xz) = 6cd748982f03c0039072c6a61c8dd88fe270ec34b826fb4591e5ed93f1a8376c +SIZE (nghttp2-0.6.7.tar.xz) = 813524 diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist index 9f4e450bb56d..947f553fe5c6 100644 --- a/www/nghttp2/pkg-plist +++ b/www/nghttp2/pkg-plist @@ -10,7 +10,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.5 -lib/libnghttp2.so.5.2.1 +lib/libnghttp2.so.5.2.2 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.0 |