Date: Thu, 4 Dec 2014 15:08:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373936 - head/www/nghttp2 Message-ID: <201412041508.sB4F8xDi067128@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 4 15:08:58 2014 New Revision: 373936 URL: https://svnweb.freebsd.org/changeset/ports/373936 QAT: https://qat.redports.org/buildarchive/r373936/ Log: - Update to 0.6.6 - Add ASIO option - Update WWW 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 Thu Dec 4 15:08:53 2014 (r373935) +++ head/www/nghttp2/Makefile Thu Dec 4 15:08:58 2014 (r373936) @@ -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 Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Thu Dec 4 15:08:53 2014 (r373935) +++ head/www/nghttp2/distinfo Thu Dec 4 15:08:58 2014 (r373936) @@ -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 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Thu Dec 4 15:08:53 2014 (r373935) +++ head/www/nghttp2/pkg-plist Thu Dec 4 15:08:58 2014 (r373936) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412041508.sB4F8xDi067128>