diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-20 01:27:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-20 01:27:32 +0800 |
commit | ba6d34c118988bf69212c6227d84a28f64ed34e9 (patch) | |
tree | 3fc31232b37fcb08067c890dd72ee7dea857c213 /devel | |
parent | d954a717cdc8ae1e07580ce631dc813b21b73361 (diff) | |
download | freebsd-ports-gnome-ba6d34c118988bf69212c6227d84a28f64ed34e9.tar.gz freebsd-ports-gnome-ba6d34c118988bf69212c6227d84a28f64ed34e9.tar.zst freebsd-ports-gnome-ba6d34c118988bf69212c6227d84a28f64ed34e9.zip |
- Update to 0.040
- Add more TEST_DEPENDS
Changes: http://search.cpan.org/dist/Type-Tiny/Changes
http://search.cpan.org/dist/Type-Tiny/NEWS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Type-Tiny/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Type-Tiny/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Type-Tiny/pkg-plist | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Type-Tiny/Makefile b/devel/p5-Type-Tiny/Makefile index 34f9c9ebc20e..495068b30d55 100644 --- a/devel/p5-Type-Tiny/Makefile +++ b/devel/p5-Type-Tiny/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Type-Tiny -PORTVERSION= 0.038 -PORTREVISION= 1 +PORTVERSION= 0.040 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -30,7 +29,10 @@ TEST_DEPENDS= p5-Class-InsideOut>=0:${PORTSDIR}/devel/p5-Class-InsideOut \ p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \ p5-Sub-Exporter-Lexical>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Lexical \ p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ - p5-Validation-Class>=0:${PORTSDIR}/devel/p5-Validation-Class + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-Tester>=0.10.9:${PORTSDIR}/devel/p5-Test-Tester \ + p5-Validation-Class>=0:${PORTSDIR}/devel/p5-Validation-Class \ + p5-match-simple>=0:${PORTSDIR}/devel/p5-match-simple PORTSCOUT= limit:[^_]* diff --git a/devel/p5-Type-Tiny/distinfo b/devel/p5-Type-Tiny/distinfo index 8e3eafeb13e7..9545eb9381d1 100644 --- a/devel/p5-Type-Tiny/distinfo +++ b/devel/p5-Type-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (Type-Tiny-0.038.tar.gz) = 1968b36cb76f6b05e674a57324b8e39700d92da05ae98c625259132765d503f2 -SIZE (Type-Tiny-0.038.tar.gz) = 181636 +SHA256 (Type-Tiny-0.040.tar.gz) = 6d9221c5e9c9b22bab5bfbe7c31ae9b033dc5a55680a4d237ed75866bdb5765e +SIZE (Type-Tiny-0.040.tar.gz) = 201158 diff --git a/devel/p5-Type-Tiny/pkg-plist b/devel/p5-Type-Tiny/pkg-plist index ace9e32e09a3..016660d4a4c0 100644 --- a/devel/p5-Type-Tiny/pkg-plist +++ b/devel/p5-Type-Tiny/pkg-plist @@ -5,7 +5,6 @@ %%SITE_PERL%%/Error/TypeTiny/Compilation.pm %%SITE_PERL%%/Error/TypeTiny/WrongNumberOfParameters.pm %%SITE_PERL%%/Eval/TypeTiny.pm -%%SITE_PERL%%/Exporter/TypeTiny.pm %%SITE_PERL%%/Reply/Plugin/TypeTiny.pm %%SITE_PERL%%/Test/TypeTiny.pm %%SITE_PERL%%/Type/Coercion.pm @@ -31,6 +30,7 @@ %%SITE_PERL%%/Type/Tiny/Manual/UsingWithOther.pod %%SITE_PERL%%/Type/Tiny/Role.pm %%SITE_PERL%%/Type/Tiny/Union.pm +%%SITE_PERL%%/Type/Tiny/_HalfOp.pm %%SITE_PERL%%/Type/Utils.pm %%SITE_PERL%%/Types/Common/Numeric.pm %%SITE_PERL%%/Types/Common/String.pm @@ -75,6 +75,7 @@ %%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithOther.3.gz %%PERL5_MAN3%%/Type::Tiny::Role.3.gz %%PERL5_MAN3%%/Type::Tiny::Union.3.gz +%%PERL5_MAN3%%/Type::Tiny::_HalfOp.3.gz %%PERL5_MAN3%%/Type::Utils.3.gz %%PERL5_MAN3%%/Types::Common::Numeric.3.gz %%PERL5_MAN3%%/Types::Common::String.3.gz @@ -98,7 +99,6 @@ @dirrmtry %%SITE_PERL%%/Test @dirrmtry %%SITE_PERL%%/Reply/Plugin @dirrmtry %%SITE_PERL%%/Reply -@dirrmtry %%SITE_PERL%%/Exporter @dirrmtry %%SITE_PERL%%/Eval @dirrmtry %%SITE_PERL%%/Error/TypeTiny @dirrmtry %%SITE_PERL%%/Error |