Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2016 16:43:11 +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: r427241 - head/www/nghttp2
Message-ID:  <201611271643.uARGhBFm081740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 27 16:43:11 2016
New Revision: 427241
URL: https://svnweb.freebsd.org/changeset/ports/427241

Log:
  - Update to 1.17.0
  
  Changes:	https://github.com/nghttp2/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	Sun Nov 27 16:43:06 2016	(r427240)
+++ head/www/nghttp2/Makefile	Sun Nov 27 16:43:11 2016	(r427241)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	nghttp2
-PORTVERSION=	1.16.1
+PORTVERSION=	1.17.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	www net
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -38,7 +37,7 @@ PORTDOCS=	*
 
 USE_GITHUB=	yes
 
-APP_BUILD_DEPENDS=	libev>=4.15:devel/libev
+APP_BUILD_DEPENDS=	libev>=4.11:devel/libev
 APP_CONFIGURE_OFF=	--without-libxml2
 APP_CONFIGURE_ENABLE=	app
 APP_LIB_DEPENDS=	libev.so:devel/libev
@@ -48,9 +47,10 @@ ASIO_CONFIGURE_OFF=	--with-boost=no
 ASIO_CONFIGURE_ON=	--enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread
 ASIO_LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 ASIO_RUN_DEPENDS=	boost-libs>=1.54.0:devel/boost-libs
+HPACK_BUILD_DEPENDS=	jansson>=2.5:devel/jansson
 HPACK_CONFIGURE_ENABLE=	hpack-tools
 HPACK_LIB_DEPENDS=	libjansson.so:devel/jansson
-SPDY_BUILD_DEPENDS=	spdylay>=1.3.0:www/spdylay
+SPDY_BUILD_DEPENDS=	spdylay>=1.3.2:www/spdylay
 SPDY_CONFIGURE_WITH=	spdylay
 SPDY_LIB_DEPENDS=	libspdylay.so:www/spdylay
 

Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo	Sun Nov 27 16:43:06 2016	(r427240)
+++ head/www/nghttp2/distinfo	Sun Nov 27 16:43:11 2016	(r427241)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479405356
-SHA256 (nghttp2-nghttp2-v1.16.1_GH0.tar.gz) = 535a6017a7624a7d37a0d721bfe1b14341c963b38fa22540515533516b81e83b
-SIZE (nghttp2-nghttp2-v1.16.1_GH0.tar.gz) = 1692484
+TIMESTAMP = 1480231536
+SHA256 (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = dd6cee9dcc583dd5cac2d6652ca28f519f885dac2a3451e340fd72566adcf499
+SIZE (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = 1694346

Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist	Sun Nov 27 16:43:06 2016	(r427240)
+++ head/www/nghttp2/pkg-plist	Sun Nov 27 16:43:11 2016	(r427241)
@@ -13,7 +13,7 @@ include/nghttp2/nghttp2ver.h
 lib/libnghttp2.a
 lib/libnghttp2.so
 lib/libnghttp2.so.14
-lib/libnghttp2.so.14.12.1
+lib/libnghttp2.so.14.12.2
 %%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?201611271643.uARGhBFm081740>