From owner-svn-ports-head@FreeBSD.ORG Tue Jun 23 12:21:18 2015 Return-Path: Delivered-To: svn-ports-head@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40C8E499; Tue, 23 Jun 2015 12:21:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 2F33BCD8; Tue, 23 Jun 2015 12:21:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5NCLINb097685; Tue, 23 Jun 2015 12:21:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5NCLHfn097683; Tue, 23 Jun 2015 12:21:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506231221.t5NCLHfn097683@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 23 Jun 2015 12:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390373 - head/www/p5-Protocol-HTTP2 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.20 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: Tue, 23 Jun 2015 12:21:18 -0000 Author: sunpoet Date: Tue Jun 23 12:21:17 2015 New Revision: 390373 URL: https://svnweb.freebsd.org/changeset/ports/390373 Log: - Update to 1.01 - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Protocol-HTTP2/Changes Modified: head/www/p5-Protocol-HTTP2/Makefile head/www/p5-Protocol-HTTP2/distinfo Modified: head/www/p5-Protocol-HTTP2/Makefile ============================================================================== --- head/www/p5-Protocol-HTTP2/Makefile Tue Jun 23 12:21:12 2015 (r390372) +++ head/www/p5-Protocol-HTTP2/Makefile Tue Jun 23 12:21:17 2015 (r390373) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Protocol-HTTP2 -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CRUX @@ -17,8 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-Net-SSLeay>=1.45:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +NO_ARCH= yes USE_PERL5= modbuildtiny USES= perl5 Modified: head/www/p5-Protocol-HTTP2/distinfo ============================================================================== --- head/www/p5-Protocol-HTTP2/distinfo Tue Jun 23 12:21:12 2015 (r390372) +++ head/www/p5-Protocol-HTTP2/distinfo Tue Jun 23 12:21:17 2015 (r390373) @@ -1,2 +1,2 @@ -SHA256 (Protocol-HTTP2-1.00.tar.gz) = b077f8c9a1ae09d9153e7c743a99e74b3ebdc790662eb0aa810c6e21d83e70b7 -SIZE (Protocol-HTTP2-1.00.tar.gz) = 45464 +SHA256 (Protocol-HTTP2-1.01.tar.gz) = 9dfbf107d6efb106a3ea2d4fe5b04026e5e00b6e033e883cad559adad4a68a52 +SIZE (Protocol-HTTP2-1.01.tar.gz) = 45912