From owner-svn-ports-all@FreeBSD.ORG Mon Oct 21 18:43:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 707E6929; Mon, 21 Oct 2013 18:43:01 +0000 (UTC) (envelope-from jase@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 435272C78; Mon, 21 Oct 2013 18:43:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LIh1fs077443; Mon, 21 Oct 2013 18:43:01 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9LIh089077429; Mon, 21 Oct 2013 18:43:00 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201310211843.r9LIh089077429@svn.freebsd.org> From: Jase Thew Date: Mon, 21 Oct 2013 18:43:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331173 - head/devel/p5-POE-Test-Loops 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.14 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: Mon, 21 Oct 2013 18:43:01 -0000 Author: jase Date: Mon Oct 21 18:43:00 2013 New Revision: 331173 URL: http://svnweb.freebsd.org/changeset/ports/331173 Log: - Update to 1.354 - Add STAGE support Changes: https://metacpan.org/source/RCAPUTO/POE-Test-Loops-1.354/CHANGES Modified: head/devel/p5-POE-Test-Loops/Makefile head/devel/p5-POE-Test-Loops/distinfo head/devel/p5-POE-Test-Loops/pkg-plist (contents, props changed) Modified: head/devel/p5-POE-Test-Loops/Makefile ============================================================================== --- head/devel/p5-POE-Test-Loops/Makefile Mon Oct 21 18:26:14 2013 (r331172) +++ head/devel/p5-POE-Test-Loops/Makefile Mon Oct 21 18:43:00 2013 (r331173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Test-Loops -PORTVERSION= 1.353 +PORTVERSION= 1.354 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RCAPUTO @@ -17,8 +17,12 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN1= poe-gen-tests.1 -MAN3= POE::Test::Loops.3 +.include -NO_STAGE= yes -.include +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Modified: head/devel/p5-POE-Test-Loops/distinfo ============================================================================== --- head/devel/p5-POE-Test-Loops/distinfo Mon Oct 21 18:26:14 2013 (r331172) +++ head/devel/p5-POE-Test-Loops/distinfo Mon Oct 21 18:43:00 2013 (r331173) @@ -1,2 +1,2 @@ -SHA256 (POE-Test-Loops-1.353.tar.gz) = 9f4d0c2431393889dba7fd9a66c8ab412b17a38d95c939e309cbf7d5cfead4a9 -SIZE (POE-Test-Loops-1.353.tar.gz) = 70248 +SHA256 (POE-Test-Loops-1.354.tar.gz) = 666f2dff9f3471f098d10f4fcd6f15a4c908ffda5b43a246d562aa705e2841eb +SIZE (POE-Test-Loops-1.354.tar.gz) = 70397 Modified: head/devel/p5-POE-Test-Loops/pkg-plist ============================================================================== --- head/devel/p5-POE-Test-Loops/pkg-plist Mon Oct 21 18:26:14 2013 (r331172) +++ head/devel/p5-POE-Test-Loops/pkg-plist Mon Oct 21 18:43:00 2013 (r331173) @@ -1,4 +1,6 @@ bin/poe-gen-tests +man/man1/poe-gen-tests.1.gz +%%PERL5_MAN3%%/POE::Test::Loops.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Test/Loops/.packlist %%SITE_PERL%%/POE/Test/DondeEstan.pm %%SITE_PERL%%/POE/Test/Loops.pm