Date: Sat, 24 Nov 2018 22:28:51 +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: r485805 - head/www/libnghttp2 Message-ID: <201811242228.wAOMSpFQ076900@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 24 22:28:51 2018 New Revision: 485805 URL: https://svnweb.freebsd.org/changeset/ports/485805 Log: Update to 1.35.0 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/libnghttp2/Makefile head/www/libnghttp2/distinfo Modified: head/www/libnghttp2/Makefile ============================================================================== --- head/www/libnghttp2/Makefile Sat Nov 24 22:28:42 2018 (r485804) +++ head/www/libnghttp2/Makefile Sat Nov 24 22:28:51 2018 (r485805) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.34.0 +PORTVERSION= 1.35.0 DISTVERSIONPREFIX= v CATEGORIES= www net PKGNAMEPREFIX= lib @@ -13,11 +13,13 @@ COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig + CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_CXXSTD= c++14 USE_LDCONFIG= yes -USES= autoreconf libtool pathfix pkgconfig USE_GITHUB= yes Modified: head/www/libnghttp2/distinfo ============================================================================== --- head/www/libnghttp2/distinfo Sat Nov 24 22:28:42 2018 (r485804) +++ head/www/libnghttp2/distinfo Sat Nov 24 22:28:51 2018 (r485805) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538662894 -SHA256 (nghttp2-nghttp2-v1.34.0_GH0.tar.gz) = a0ca4071e59cb1a08cbc40e86127f42c6c7f5ae98d121094d917f81fc6fa0728 -SIZE (nghttp2-nghttp2-v1.34.0_GH0.tar.gz) = 1760930 +TIMESTAMP = 1543058280 +SHA256 (nghttp2-nghttp2-v1.35.0_GH0.tar.gz) = 9a5900205dbdd41c9d4b686ace17cd77e092f187c471f80c491dad7e5855d08a +SIZE (nghttp2-nghttp2-v1.35.0_GH0.tar.gz) = 1765628
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811242228.wAOMSpFQ076900>