diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-23 12:18:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-23 12:18:49 +0000 |
commit | 55aeb58ad1bea15834c0a58965c38db7015d806d (patch) | |
tree | 8dd5c21e2bfc548ad34e9c13de79fbe606ac34e4 /devel | |
parent | ae32a6fde11f1a9312dabc1b07d549e4d7dfb8ef (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Harness/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Test-Harness/pkg-plist | 10 |
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile index 661a5ab405cc..794a94a0f16c 100644 --- a/devel/p5-Test-Harness/Makefile +++ b/devel/p5-Test-Harness/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Harness -PORTVERSION= 3.13 +PORTVERSION= 3.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,8 @@ PERL_CONFIGURE= yes MAN1= prove.1 MAN3= App::Prove.3 \ App::Prove::State.3 \ + App::Prove::State::Result.3 \ + App::Prove::State::Result::Test.3\ TAP::Base.3 \ TAP::Formatter::Color.3 \ TAP::Formatter::Console.3 \ diff --git a/devel/p5-Test-Harness/distinfo b/devel/p5-Test-Harness/distinfo index 57e90f789f8b..d183de91ca3a 100644 --- a/devel/p5-Test-Harness/distinfo +++ b/devel/p5-Test-Harness/distinfo @@ -1,3 +1,3 @@ -MD5 (Test-Harness-3.13.tar.gz) = afd277362cdbde6954d2481415b6f4d8 -SHA256 (Test-Harness-3.13.tar.gz) = 6820348857f716e5041071152397f2e3add13c88de6e41724da1d563e3a0810f -SIZE (Test-Harness-3.13.tar.gz) = 192673 +MD5 (Test-Harness-3.14.tar.gz) = b24d0624a359e8cff73f6541d793d391 +SHA256 (Test-Harness-3.14.tar.gz) = 0cd7e6c5f0976631cfd75428c2dfd79ebc57eeff5969784ac71c31509be57afc +SIZE (Test-Harness-3.14.tar.gz) = 199893 diff --git a/devel/p5-Test-Harness/pkg-plist b/devel/p5-Test-Harness/pkg-plist index e846ba02e513..1f5500545610 100644 --- a/devel/p5-Test-Harness/pkg-plist +++ b/devel/p5-Test-Harness/pkg-plist @@ -1,7 +1,8 @@ %%PL_FILES%%bin/prove -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness/.packlist %%SITE_PERL%%/App/Prove.pm %%SITE_PERL%%/App/Prove/State.pm +%%SITE_PERL%%/App/Prove/State/Result.pm +%%SITE_PERL%%/App/Prove/State/Result/Test.pm %%SITE_PERL%%/TAP/Base.pm %%SITE_PERL%%/TAP/Formatter/Color.pm %%SITE_PERL%%/TAP/Formatter/Console.pm @@ -38,6 +39,9 @@ %%SITE_PERL%%/TAP/Parser/YAMLish/Writer.pm %%SITE_PERL%%/Test/HACKING.pod %%SITE_PERL%%/Test/Harness.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test @dirrmtry %%SITE_PERL%%/TAP/Parser/YAMLish @dirrmtry %%SITE_PERL%%/TAP/Parser/Source @@ -48,7 +52,7 @@ @dirrmtry %%SITE_PERL%%/TAP/Formatter/Console @dirrmtry %%SITE_PERL%%/TAP/Formatter @dirrmtry %%SITE_PERL%%/TAP +@dirrmtry %%SITE_PERL%%/App/Prove/State/Result +@dirrmtry %%SITE_PERL%%/App/Prove/State @dirrmtry %%SITE_PERL%%/App/Prove @dirrmtry %%SITE_PERL%%/App -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test |