From owner-svn-ports-all@FreeBSD.ORG Fri Mar 14 15:20:36 2014 Return-Path: Delivered-To: svn-ports-all@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 E881EAE4; Fri, 14 Mar 2014 15:20:36 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCCB383E; Fri, 14 Mar 2014 15:20:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2EFKaE6046649; Fri, 14 Mar 2014 15:20:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2EFKaDS046578; Fri, 14 Mar 2014 15:20:36 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403141520.s2EFKaDS046578@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Mar 2014 15:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348253 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 15:20:37 -0000 Author: sunpoet Date: Fri Mar 14 15:20:35 2014 New Revision: 348253 URL: http://svnweb.freebsd.org/changeset/ports/348253 QAT: https://qat.redports.org/buildarchive/r348253/ Log: - Update to 0.3.2 - Add my LOCAL to MASTER_SITES - Use USES=tar:xz 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 Mar 14 15:20:29 2014 (r348252) +++ head/www/nghttp2/Makefile Fri Mar 14 15:20:35 2014 (r348253) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= www net -MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ +MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library @@ -29,8 +30,7 @@ USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes -USE_XZ= yes -USES= compiler:c++11-lang pathfix pkgconfig +USES= compiler:c++11-lang pathfix pkgconfig tar:xz PORTDOCS= * Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Fri Mar 14 15:20:29 2014 (r348252) +++ head/www/nghttp2/distinfo Fri Mar 14 15:20:35 2014 (r348253) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.3.1.tar.xz) = 3ee03cc6fe9f01fd0e95dccca14158ab7fecb9ff623fe4f436bdd8d9eb91de60 -SIZE (nghttp2-0.3.1.tar.xz) = 699464 +SHA256 (nghttp2-0.3.2.tar.xz) = 74a2865139558d2c8abaceb9961c7812575d472e5ec2eb7655fd553588587718 +SIZE (nghttp2-0.3.2.tar.xz) = 699148 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Fri Mar 14 15:20:29 2014 (r348252) +++ head/www/nghttp2/pkg-plist Fri Mar 14 15:20:35 2014 (r348253) @@ -10,4 +10,7 @@ lib/libnghttp2.la lib/libnghttp2.so lib/libnghttp2.so.2 libdata/pkgconfig/libnghttp2.pc +man/man1/nghttp.1.gz +man/man1/nghttpd.1.gz +man/man1/nghttpx.1.gz @dirrm include/nghttp2