mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- update to 0.11
This commit is contained in:
parent
f343b3f795
commit
e0431cfc47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216762
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user