Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2014 15:25:00 +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: r370550 - head/www/nghttp2
Message-ID:  <201410091525.s99FP0La042373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  9 15:24:59 2014
New Revision: 370550
URL: https://svnweb.freebsd.org/changeset/ports/370550
QAT: https://qat.redports.org/buildarchive/r370550/

Log:
  - Update to 0.6.2
  - Cleanup PLIST
  
  Changes:	https://github.com/tatsuhiro-t/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	Thu Oct  9 15:24:43 2014	(r370549)
+++ head/www/nghttp2/Makefile	Thu Oct  9 15:24:59 2014	(r370550)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nghttp2
-PORTVERSION=	0.6.1
+PORTVERSION=	0.6.2
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -16,8 +16,7 @@ BUILD_DEPENDS=	libevent2>=2.0.8:${PORTSD
 		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
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	HPACK
 OPTIONS_SUB=	yes
@@ -40,7 +39,8 @@ USES=		compiler:c++11-lang libtool pathf
 
 PORTDOCS=	*
 
-HPACK_CONFIGURE_ARGS=	--enable-hpack-tools
+HPACK_CONFIGURE_OFF=	--disable-hpack-tools
+HPACK_CONFIGURE_ON=	--enable-hpack-tools
 HPACK_LIB_DEPENDS=	libjansson.so:${PORTSDIR}/devel/jansson
 
 .include <bsd.port.pre.mk>

Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo	Thu Oct  9 15:24:43 2014	(r370549)
+++ head/www/nghttp2/distinfo	Thu Oct  9 15:24:59 2014	(r370550)
@@ -1,2 +1,2 @@
-SHA256 (nghttp2-0.6.1.tar.xz) = 2e774e6c7a50ca7b76d7818187fe6ede6aa1e5f25fdb12a5492cf8a5ee74d5c4
-SIZE (nghttp2-0.6.1.tar.xz) = 767404
+SHA256 (nghttp2-0.6.2.tar.xz) = b03a9a98dce841df0afa625f63f87791dc9f9b665663b3dbe3d67aa83b272a90
+SIZE (nghttp2-0.6.2.tar.xz) = 793320

Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist	Thu Oct  9 15:24:43 2014	(r370549)
+++ head/www/nghttp2/pkg-plist	Thu Oct  9 15:24:59 2014	(r370550)
@@ -4,15 +4,15 @@ bin/h2load
 bin/nghttp
 bin/nghttpd
 bin/nghttpx
+include/nghttp2/asio_http2.h
 include/nghttp2/nghttp2.h
 include/nghttp2/nghttp2ver.h
 lib/libnghttp2.a
 lib/libnghttp2.so
 lib/libnghttp2.so.5
-lib/libnghttp2.so.5.0.0
+lib/libnghttp2.so.5.1.0
 libdata/pkgconfig/libnghttp2.pc
 man/man1/h2load.1.gz
 man/man1/nghttp.1.gz
 man/man1/nghttpd.1.gz
 man/man1/nghttpx.1.gz
-@dirrm include/nghttp2



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