mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
PR: 52216
Submitted by: Mathieu Arnold <m@absolight.net> Reviewed by: maintainer Update devel/p5-Test-Harness to 2.28. Add WWW too.
This commit is contained in:
parent
b968cad3b1
commit
a3ac3f22c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83389
4 changed files with 13 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Test-Harness
|
||||
PORTVERSION= 2.26
|
||||
PORTVERSION= 2.28
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
|
@ -19,7 +19,6 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN3= Test::Harness.3 Test::Harness::Assert.3 \
|
||||
Test::Harness::Iterator.3 Test::Harness::Straps.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Test-Harness-2.26.tar.gz) = ec1b1ebc715614a5b06fe7ff5d355f25
|
||||
MD5 (Test-Harness-2.28.tar.gz) = 90d027dda8c88db36acfc858554a19fa
|
||||
|
|
|
@ -2,3 +2,5 @@ You can write test scripts without knowing the exact output this
|
|||
module expects by using "Test" modules. However, by using this
|
||||
module, you can know the specifics, and you can prints some
|
||||
performance statistics that are computed by the Benchmark module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Harness/
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Test/Harness.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Test/Harness/Assert.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Test/Harness/Iterator.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Test/Harness/Straps.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Harness/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Harness
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Test/Harness
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
|
||||
%%SITE_PERL%%/Test/Harness.pm
|
||||
%%SITE_PERL%%/Test/Harness/Assert.pm
|
||||
%%SITE_PERL%%/Test/Harness/Iterator.pm
|
||||
%%SITE_PERL%%/Test/Harness/Straps.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness
|
||||
@dirrm %%SITE_PERL%%/Test/Harness
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue