From owner-svn-ports-head@FreeBSD.ORG Fri Sep 12 16:00:43 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 CC3F1B12; Fri, 12 Sep 2014 16:00:43 +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 9E1081FC; Fri, 12 Sep 2014 16:00:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8CG0hvm014159; Fri, 12 Sep 2014 16:00:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8CG0hsu014155; Fri, 12 Sep 2014 16:00:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409121600.s8CG0hsu014155@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 12 Sep 2014 16:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368036 - 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: Fri, 12 Sep 2014 16:00:43 -0000 Author: sunpoet Date: Fri Sep 12 16:00:42 2014 New Revision: 368036 URL: http://svnweb.freebsd.org/changeset/ports/368036 QAT: https://qat.redports.org/buildarchive/r368036/ Log: - Update to 0.6.0 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 Fri Sep 12 16:00:37 2014 (r368035) +++ head/www/nghttp2/Makefile Fri Sep 12 16:00:42 2014 (r368036) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -52,5 +51,6 @@ 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 Fri Sep 12 16:00:37 2014 (r368035) +++ head/www/nghttp2/distinfo Fri Sep 12 16:00:42 2014 (r368036) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.5.1.tar.xz) = a3ace4a966e6d70fa1e76c03274692d2c0efa9c51666cb89145db62daa6d439e -SIZE (nghttp2-0.5.1.tar.xz) = 753896 +SHA256 (nghttp2-0.6.0.tar.xz) = 71bb05e4cb8636eef617ed97d733f78bb0214fcb4ffc5b59338b510291f73035 +SIZE (nghttp2-0.6.0.tar.xz) = 776804 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Fri Sep 12 16:00:37 2014 (r368035) +++ head/www/nghttp2/pkg-plist Fri Sep 12 16:00:42 2014 (r368036) @@ -8,8 +8,8 @@ include/nghttp2/nghttp2.h include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so -lib/libnghttp2.so.4 -lib/libnghttp2.so.4.0.1 +lib/libnghttp2.so.5 +lib/libnghttp2.so.5.0.0 libdata/pkgconfig/libnghttp2.pc man/man1/h2load.1.gz man/man1/nghttp.1.gz