Date: Sun, 27 Dec 2015 19:45:31 +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: r404587 - in head/www/nghttp2: . files Message-ID: <201512271945.tBRJjVX0071005@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 27 19:45:30 2015 New Revision: 404587 URL: https://svnweb.freebsd.org/changeset/ports/404587 Log: - Update to 1.6.0 Changes: https://github.com/tatsuhiro-t/nghttp2/releases Deleted: head/www/nghttp2/files/ Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sun Dec 27 19:45:25 2015 (r404586) +++ head/www/nghttp2/Makefile Sun Dec 27 19:45:30 2015 (r404587) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 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 Sun Dec 27 19:45:25 2015 (r404586) +++ head/www/nghttp2/distinfo Sun Dec 27 19:45:30 2015 (r404587) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-1.5.0.tar.xz) = 52e345d46d6f990dc19be8a35403a5230345182d26d04cb82abbea4a168f5987 -SIZE (nghttp2-1.5.0.tar.xz) = 1398256 +SHA256 (nghttp2-1.6.0.tar.xz) = cc569501d243c934ea980a1f68fadb8ccc4f133ae8a5b15dcd29f0de76f9bac3 +SIZE (nghttp2-1.6.0.tar.xz) = 1399524 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Sun Dec 27 19:45:25 2015 (r404586) +++ head/www/nghttp2/pkg-plist Sun Dec 27 19:45:30 2015 (r404587) @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.3.0 +lib/libnghttp2.so.14.4.0 %%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?201512271945.tBRJjVX0071005>