From 288d49a07e1144db6170d1e10c3958e79644552a Mon Sep 17 00:00:00 2001 From: jase Date: Mon, 21 Oct 2013 18:43:00 +0000 Subject: - Update to 1.354 - Add STAGE support Changes: https://metacpan.org/source/RCAPUTO/POE-Test-Loops-1.354/CHANGES --- devel/p5-POE-Test-Loops/Makefile | 14 +++++++++----- devel/p5-POE-Test-Loops/distinfo | 4 ++-- devel/p5-POE-Test-Loops/pkg-plist | 2 ++ 3 files changed, 13 insertions(+), 7 deletions(-) (limited to 'devel') diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile index 00a177c2a1ec..a56ff63aaa7d 100644 --- a/devel/p5-POE-Test-Loops/Makefile +++ b/devel/p5-POE-Test-Loops/Makefile @@ -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 diff --git a/devel/p5-POE-Test-Loops/distinfo b/devel/p5-POE-Test-Loops/distinfo index 27b5ffd331d9..1954c6104dc0 100644 --- a/devel/p5-POE-Test-Loops/distinfo +++ b/devel/p5-POE-Test-Loops/distinfo @@ -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 diff --git a/devel/p5-POE-Test-Loops/pkg-plist b/devel/p5-POE-Test-Loops/pkg-plist index 45b61d5900a5..e5aa448e844a 100644 --- a/devel/p5-POE-Test-Loops/pkg-plist +++ b/devel/p5-POE-Test-Loops/pkg-plist @@ -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 -- cgit