Date: Tue, 25 Aug 2015 14:52:35 +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: r395276 - head/www/nghttp2 Message-ID: <201508251452.t7PEqZjv081464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Aug 25 14:52:34 2015 New Revision: 395276 URL: https://svnweb.freebsd.org/changeset/ports/395276 Log: - Update to 1.2.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 Tue Aug 25 14:52:27 2015 (r395275) +++ head/www/nghttp2/Makefile Tue Aug 25 14:52:34 2015 (r395276) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 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 Tue Aug 25 14:52:27 2015 (r395275) +++ head/www/nghttp2/distinfo Tue Aug 25 14:52:34 2015 (r395276) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-1.2.0.tar.xz) = 9e4a419c835b6cfa08ff9743f823638d32d8516aa3abfc86598272d173bc558f -SIZE (nghttp2-1.2.0.tar.xz) = 937040 +SHA256 (nghttp2-1.2.1.tar.xz) = e41bca1d99eadf004faa49bbc482067398a2550dddd4098211566b5622e9af03 +SIZE (nghttp2-1.2.1.tar.xz) = 934340 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Tue Aug 25 14:52:27 2015 (r395275) +++ head/www/nghttp2/pkg-plist Tue Aug 25 14:52:34 2015 (r395276) @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.0.7 +lib/libnghttp2.so.14.0.8 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251452.t7PEqZjv081464>