From owner-svn-ports-head@FreeBSD.ORG Sat Sep 13 15:18:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7969BFE; Sat, 13 Sep 2014 15:18:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A87E32E4; Sat, 13 Sep 2014 15:18:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8DFIKOv074761; Sat, 13 Sep 2014 15:18:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8DFIKa5074757; Sat, 13 Sep 2014 15:18:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409131518.s8DFIKa5074757@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Sep 2014 15:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368111 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 15:18:21 -0000 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 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