From owner-svn-ports-head@FreeBSD.ORG Thu Oct 9 15:25:01 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5826CADF; Thu, 9 Oct 2014 15:25:01 +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 2A15DDFB; Thu, 9 Oct 2014 15:25:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s99FP1o3042380; Thu, 9 Oct 2014 15:25:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s99FP0La042373; Thu, 9 Oct 2014 15:25:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410091525.s99FP0La042373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Oct 2014 15:25:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370550 - 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: Thu, 09 Oct 2014 15:25:01 -0000 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 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