diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-07-13 07:58:25 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-07-13 07:58:25 +0000 |
commit | e0431cfc47f9a12091957e475ac6ead120dc3cda (patch) | |
tree | 782f3b9a749b908cd490fff4e72e53b8fbe0b372 | |
parent | f343b3f795907c441de60d3694a29a622d6ad604 (diff) | |
download | ports-e0431cfc47f9a12091957e475ac6ead120dc3cda.tar.gz ports-e0431cfc47f9a12091957e475ac6ead120dc3cda.zip |
Notes
-rw-r--r-- | devel/p5-Test-Warn/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Test-Warn/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Test-Warn/pkg-plist | 3 |
3 files changed, 9 insertions, 12 deletions
diff --git a/devel/p5-Test-Warn/Makefile b/devel/p5-Test-Warn/Makefile index b4fc04d54d08..5f0972b8c849 100644 --- a/devel/p5-Test-Warn/Makefile +++ b/devel/p5-Test-Warn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Warn -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to test methods for warnings -BUILD_DEPENDS= ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ - ${SITE_PERL}/Array/Compare.pm:${PORTSDIR}/misc/p5-Array-Compare \ - ${SITE_PERL}/Sub/Uplevel.pm:${PORTSDIR}/devel/p5-Sub-Uplevel \ - ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Array-Compare>=0:${PORTSDIR}/misc/p5-Array-Compare \ + p5-Sub-Uplevel>=0.12:${PORTSDIR}/devel/p5-Sub-Uplevel \ + p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node PERL_CONFIGURE= yes -INSTALL_TARGET= pure_install MAN3= Test::Warn.3 diff --git a/devel/p5-Test-Warn/distinfo b/devel/p5-Test-Warn/distinfo index 395549bdae0b..8ce7823d306a 100644 --- a/devel/p5-Test-Warn/distinfo +++ b/devel/p5-Test-Warn/distinfo @@ -1,3 +1,3 @@ -MD5 (Test-Warn-0.10.tar.gz) = 17557bbc8eefadf9f088ae4ab73e9976 -SHA256 (Test-Warn-0.10.tar.gz) = 52f8bf1cd3f23fffeabd6619e95dda81484b099ef2c8a0d3cd77a4960e6caac1 -SIZE (Test-Warn-0.10.tar.gz) = 9624 +MD5 (Test-Warn-0.11.tar.gz) = 1000ef6d94b54ca9eb75fb994a7e8bec +SHA256 (Test-Warn-0.11.tar.gz) = d1afcee7021a9d39d823dac1431420581604f8a1f99752767955cbfdd7082ff9 +SIZE (Test-Warn-0.11.tar.gz) = 9661 diff --git a/devel/p5-Test-Warn/pkg-plist b/devel/p5-Test-Warn/pkg-plist index 358e28e58d4e..42ec23484717 100644 --- a/devel/p5-Test-Warn/pkg-plist +++ b/devel/p5-Test-Warn/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Warn/.packlist %%SITE_PERL%%/Test/Warn.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Warn @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Warn +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test/Warn +@dirrmtry %%SITE_PERL%%/Test |