mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- update to 3.11
This commit is contained in:
parent
e5852451af
commit
05f728931e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214609
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Test-Harness
|
||||
PORTVERSION= 3.10
|
||||
PORTVERSION= 3.11
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -42,6 +42,9 @@ MAN3= App::Prove.3 \
|
||||
TAP::Parser::Result::Unknown.3 \
|
||||
TAP::Parser::Result::Version.3 \
|
||||
TAP::Parser::Result::YAML.3 \
|
||||
TAP::Parser::Scheduler.3 \
|
||||
TAP::Parser::Scheduler::Job.3 \
|
||||
TAP::Parser::Scheduler::Spinner.3 \
|
||||
TAP::Parser::Source.3 \
|
||||
TAP::Parser::Source::Perl.3 \
|
||||
TAP::Parser::Utils.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Test-Harness-3.10.tar.gz) = 69b6f90a01448583f0f9bf484daceed8
|
||||
SHA256 (Test-Harness-3.10.tar.gz) = 908bdca2041f81f897f1d9a454d52de8431c2dda06780be5da41defbfd09a2e1
|
||||
SIZE (Test-Harness-3.10.tar.gz) = 177033
|
||||
MD5 (Test-Harness-3.11.tar.gz) = 841ea0ec85fff9e1e682654437865a9c
|
||||
SHA256 (Test-Harness-3.11.tar.gz) = 1bc16e50d2df5c48a8021963b1f6e011ad3e85fc4b6e12ca2e345a80dfde2de2
|
||||
SIZE (Test-Harness-3.11.tar.gz) = 182174
|
||||
|
@ -25,6 +25,9 @@
|
||||
%%SITE_PERL%%/TAP/Parser/Result/Unknown.pm
|
||||
%%SITE_PERL%%/TAP/Parser/Result/Version.pm
|
||||
%%SITE_PERL%%/TAP/Parser/Result/YAML.pm
|
||||
%%SITE_PERL%%/TAP/Parser/Scheduler.pm
|
||||
%%SITE_PERL%%/TAP/Parser/Scheduler/Job.pm
|
||||
%%SITE_PERL%%/TAP/Parser/Scheduler/Spinner.pm
|
||||
%%SITE_PERL%%/TAP/Parser/Source.pm
|
||||
%%SITE_PERL%%/TAP/Parser/Source/Perl.pm
|
||||
%%SITE_PERL%%/TAP/Parser/Utils.pm
|
||||
@ -35,6 +38,7 @@
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
@dirrmtry %%SITE_PERL%%/TAP/Parser/YAMLish
|
||||
@dirrmtry %%SITE_PERL%%/TAP/Parser/Source
|
||||
@dirrmtry %%SITE_PERL%%/TAP/Parser/Scheduler
|
||||
@dirrmtry %%SITE_PERL%%/TAP/Parser/Result
|
||||
@dirrmtry %%SITE_PERL%%/TAP/Parser/Iterator
|
||||
@dirrmtry %%SITE_PERL%%/TAP/Parser
|
||||
|
Loading…
Reference in New Issue
Block a user