Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 18:15:55 +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: r429637 - head/www/nghttp2
Message-ID:  <201612271815.uBRIFtnx024139@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 27 18:15:55 2016
New Revision: 429637
URL: https://svnweb.freebsd.org/changeset/ports/429637

Log:
  - Update to 1.18.0
  - Add BUILD_DEPENDS: make sure using same version libnghttp2
  - Remove ASIO_RUN_DEPENDS: BUILD_DEPENDS is sufficient to block unqualified version
  
  Changes:	https://github.com/nghttp2/nghttp2/releases

Modified:
  head/www/nghttp2/Makefile
  head/www/nghttp2/distinfo

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Tue Dec 27 18:15:50 2016	(r429636)
+++ head/www/nghttp2/Makefile	Tue Dec 27 18:15:55 2016	(r429637)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	nghttp2
-PORTVERSION=	1.17.0
+PORTVERSION=	1.18.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
 CATEGORIES=	www net
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -13,6 +12,7 @@ COMMENT=	HTTP/2.0 C Library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	libnghttp2>=${PORTVERSION}:www/libnghttp2
 LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
 
 OPTIONS_DEFINE=	APP ASIO DOCS EXAMPLES HPACK SPDY
@@ -40,17 +40,18 @@ PORTEXAMPLES=	*
 
 USE_GITHUB=	yes
 
-APP_BUILD_DEPENDS=	libev>=4.11:devel/libev
+APP_BUILD_DEPENDS=	c-ares>=1.7.5:dns/c-ares \
+			libev>=4.11:devel/libev
 APP_CONFIGURE_ENABLE=	app
 APP_CONFIGURE_OFF=	--without-libxml2
-APP_LIB_DEPENDS=	libev.so:devel/libev
+APP_LIB_DEPENDS=	libcares.so:dns/c-ares \
+			libev.so:devel/libev
 APP_USE=		GNOME=libxml2
 APP_USES=		gnome
 ASIO_BUILD_DEPENDS=	boost-libs>=1.54.0:devel/boost-libs
 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
 EXAMPLES_CONFIGURE_ENABLE=	examples
 EXAMPLES_BUILD_DEPENDS=	libevent2>=2.0.8:devel/libevent2
 EXAMPLES_LIB_DEPENDS=	libevent_openssl.so:devel/libevent2

Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo	Tue Dec 27 18:15:50 2016	(r429636)
+++ head/www/nghttp2/distinfo	Tue Dec 27 18:15:55 2016	(r429637)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480231536
-SHA256 (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = dd6cee9dcc583dd5cac2d6652ca28f519f885dac2a3451e340fd72566adcf499
-SIZE (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = 1694346
+TIMESTAMP = 1482859673
+SHA256 (nghttp2-nghttp2-v1.18.0_GH0.tar.gz) = 224664e2271c569439311690f4cbd4a6bec5ac366d965fcd018e0693d7baebf6
+SIZE (nghttp2-nghttp2-v1.18.0_GH0.tar.gz) = 1700089



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612271815.uBRIFtnx024139>