Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2016 11:35:47 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424058 - head/www/nghttp2
Message-ID:  <201610161135.u9GBZlTT052634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Oct 16 11:35:47 2016
New Revision: 424058
URL: https://svnweb.freebsd.org/changeset/ports/424058

Log:
  www/nghttp2: Update to 1.15.0
  
    - Update to 1.15.0
    - Bump shlib-version
  
  PR:		213044
  Approved by:	Maintainer timeout

Modified:
  head/www/nghttp2/Makefile
  head/www/nghttp2/distinfo
  head/www/nghttp2/pkg-plist

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Sun Oct 16 11:06:52 2016	(r424057)
+++ head/www/nghttp2/Makefile	Sun Oct 16 11:35:47 2016	(r424058)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nghttp2
-PORTVERSION=	1.14.1
+PORTVERSION=	1.15.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www net
 
@@ -21,7 +21,7 @@ USE_RC_SUBR=	nghttpx
 USE_GITHUB=	yes
 
 CONFIGURE_ARGS=	--disable-python-bindings \
-		--disable-examples 
+		--disable-examples
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \
 		ZLIB_CFLAGS="-I${INCLUDEDIR}" \

Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo	Sun Oct 16 11:06:52 2016	(r424057)
+++ head/www/nghttp2/distinfo	Sun Oct 16 11:35:47 2016	(r424058)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473580381
-SHA256 (nghttp2-nghttp2-v1.14.1_GH0.tar.gz) = f11a16d8851044926f2a3099f9033014a7024f78c08b97f8d11d4312293231cc
-SIZE (nghttp2-nghttp2-v1.14.1_GH0.tar.gz) = 1669717
+TIMESTAMP = 1475071035
+SHA256 (nghttp2-nghttp2-v1.15.0_GH0.tar.gz) = 43663f071b4976a876bb541269fdb02bba45a692e36ff09b928333b5efad84e2
+SIZE (nghttp2-nghttp2-v1.15.0_GH0.tar.gz) = 1680240

Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist	Sun Oct 16 11:06:52 2016	(r424057)
+++ head/www/nghttp2/pkg-plist	Sun Oct 16 11:35:47 2016	(r424058)
@@ -13,7 +13,7 @@ include/nghttp2/nghttp2ver.h
 lib/libnghttp2.a
 lib/libnghttp2.so
 lib/libnghttp2.so.14
-lib/libnghttp2.so.14.10.1
+lib/libnghttp2.so.14.11.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?201610161135.u9GBZlTT052634>