From 753aa9c0790c68a2e5be2bf26d10970f9c67ee1d Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 4 Dec 2014 15:08:58 +0000 Subject: - Update to 0.6.6 - Add ASIO option - Update WWW Changes: https://github.com/tatsuhiro-t/nghttp2/releases --- www/nghttp2/Makefile | 2 +- www/nghttp2/distinfo | 4 ++-- 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 -- cgit