Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 15:18:20 +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: r368111 - head/www/nghttp2
Message-ID:  <201409131518.s8DFIKa5074757@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 13 15:18:19 2014
New Revision: 368111
URL: http://svnweb.freebsd.org/changeset/ports/368111
QAT: https://qat.redports.org/buildarchive/r368111/

Log:
  - Update to 0.6.1
  - Add BUILD_DEPENDS and RUN_DEPENDS to check version requirement
  
  Changes:	https://github.com/tatsuhiro-t/nghttp2/releases

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

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Sat Sep 13 15:18:15 2014	(r368110)
+++ head/www/nghttp2/Makefile	Sat Sep 13 15:18:19 2014	(r368111)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nghttp2
-PORTVERSION=	0.6.0
+PORTVERSION=	0.6.1
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -12,8 +12,12 @@ COMMENT=	HTTP/2.0 C Library
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \
+		spdylay>=1.3.0:${PORTSDIR}/www/spdylay
 LIB_DEPENDS=	libevent_openssl.so:${PORTSDIR}/devel/libevent2 \
 		libspdylay.so:${PORTSDIR}/www/spdylay
+RUN_DEPENDS=	libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \
+		spdylay>=1.3.0:${PORTSDIR}/www/spdylay
 
 OPTIONS_DEFINE=	HPACK
 OPTIONS_SUB=	yes
@@ -51,6 +55,5 @@ CONFIGURE_ARGS+=--with-jemalloc
 
 post-patch:
 	@${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e '/ENONET/d' ${WRKSRC}/src/shrpx_listen_handler.cc
 
 .include <bsd.port.post.mk>

Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo	Sat Sep 13 15:18:15 2014	(r368110)
+++ head/www/nghttp2/distinfo	Sat Sep 13 15:18:19 2014	(r368111)
@@ -1,2 +1,2 @@
-SHA256 (nghttp2-0.6.0.tar.xz) = 71bb05e4cb8636eef617ed97d733f78bb0214fcb4ffc5b59338b510291f73035
-SIZE (nghttp2-0.6.0.tar.xz) = 776804
+SHA256 (nghttp2-0.6.1.tar.xz) = 2e774e6c7a50ca7b76d7818187fe6ede6aa1e5f25fdb12a5492cf8a5ee74d5c4
+SIZE (nghttp2-0.6.1.tar.xz) = 767404



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