diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-20 17:53:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-20 17:53:16 +0800 |
commit | a7f0cab538789da5594047362ef4c6119d05ec9e (patch) | |
tree | 86bcbddb1f28f80fe574930ef4836058f517e4fe /devel | |
parent | 7c30c93d0070cb8a6a6d2bda32eeb4bfef84f677 (diff) | |
download | freebsd-ports-gnome-a7f0cab538789da5594047362ef4c6119d05ec9e.tar.gz freebsd-ports-gnome-a7f0cab538789da5594047362ef4c6119d05ec9e.tar.zst freebsd-ports-gnome-a7f0cab538789da5594047362ef4c6119d05ec9e.zip |
- Update to 0.030
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 | 5 | ||||
-rw-r--r-- | devel/p5-Type-Tiny/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Type-Tiny/pkg-plist | 22 |
3 files changed, 16 insertions, 15 deletions
diff --git a/devel/p5-Type-Tiny/Makefile b/devel/p5-Type-Tiny/Makefile index 569fb2d7270e..d5c317ca8a4f 100644 --- a/devel/p5-Type-Tiny/Makefile +++ b/devel/p5-Type-Tiny/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Type-Tiny -PORTVERSION= 0.028 -PORTREVISION= 1 +PORTVERSION= 0.030 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -15,6 +14,8 @@ COMMENT= Tiny, yet Moo(se)-compatible type constraint LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Exporter-Tiny>=0.026:${PORTSDIR}/devel/p5-Exporter-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Class-InsideOut>=0:${PORTSDIR}/devel/p5-Class-InsideOut \ p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Function-Parameters>=0:${PORTSDIR}/devel/p5-Function-Parameters \ diff --git a/devel/p5-Type-Tiny/distinfo b/devel/p5-Type-Tiny/distinfo index c0d3760d1c39..71f6f58bf4e0 100644 --- a/devel/p5-Type-Tiny/distinfo +++ b/devel/p5-Type-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (Type-Tiny-0.028.tar.gz) = 95649743da4cb83a38cfbc5b8768d54eb9cd9d3a937a589e05530e958e590d47 -SIZE (Type-Tiny-0.028.tar.gz) = 171874 +SHA256 (Type-Tiny-0.030.tar.gz) = a05ebf3e7550b4dab91be1e0c725ac9e0c85231153587d1d9cee4d3216b59b4e +SIZE (Type-Tiny-0.030.tar.gz) = 168947 diff --git a/devel/p5-Type-Tiny/pkg-plist b/devel/p5-Type-Tiny/pkg-plist index 5b64abf9ca9f..696e183a8c51 100644 --- a/devel/p5-Type-Tiny/pkg-plist +++ b/devel/p5-Type-Tiny/pkg-plist @@ -1,5 +1,9 @@ %%SITE_PERL%%/Devel/TypeTiny/Perl56Compat.pm %%SITE_PERL%%/Devel/TypeTiny/Perl58Compat.pm +%%SITE_PERL%%/Error/TypeTiny.pm +%%SITE_PERL%%/Error/TypeTiny/Assertion.pm +%%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 @@ -7,10 +11,6 @@ %%SITE_PERL%%/Type/Coercion.pm %%SITE_PERL%%/Type/Coercion/FromMoose.pm %%SITE_PERL%%/Type/Coercion/Union.pm -%%SITE_PERL%%/Type/Exception.pm -%%SITE_PERL%%/Type/Exception/Assertion.pm -%%SITE_PERL%%/Type/Exception/Compilation.pm -%%SITE_PERL%%/Type/Exception/WrongNumberOfParameters.pm %%SITE_PERL%%/Type/Library.pm %%SITE_PERL%%/Type/Params.pm %%SITE_PERL%%/Type/Parser.pm @@ -36,17 +36,16 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Type/Tiny/.packlist %%PERL5_MAN3%%/Devel::TypeTiny::Perl56Compat.3.gz %%PERL5_MAN3%%/Devel::TypeTiny::Perl58Compat.3.gz +%%PERL5_MAN3%%/Error::TypeTiny.3.gz +%%PERL5_MAN3%%/Error::TypeTiny::Assertion.3.gz +%%PERL5_MAN3%%/Error::TypeTiny::Compilation.3.gz +%%PERL5_MAN3%%/Error::TypeTiny::WrongNumberOfParameters.3.gz %%PERL5_MAN3%%/Eval::TypeTiny.3.gz -%%PERL5_MAN3%%/Exporter::TypeTiny.3.gz %%PERL5_MAN3%%/Reply::Plugin::TypeTiny.3.gz %%PERL5_MAN3%%/Test::TypeTiny.3.gz %%PERL5_MAN3%%/Type::Coercion.3.gz %%PERL5_MAN3%%/Type::Coercion::FromMoose.3.gz %%PERL5_MAN3%%/Type::Coercion::Union.3.gz -%%PERL5_MAN3%%/Type::Exception.3.gz -%%PERL5_MAN3%%/Type::Exception::Assertion.3.gz -%%PERL5_MAN3%%/Type::Exception::Compilation.3.gz -%%PERL5_MAN3%%/Type::Exception::WrongNumberOfParameters.3.gz %%PERL5_MAN3%%/Type::Library.3.gz %%PERL5_MAN3%%/Type::Params.3.gz %%PERL5_MAN3%%/Type::Parser.3.gz @@ -74,7 +73,6 @@ @dirrmtry %%SITE_PERL%%/Types @dirrmtry %%SITE_PERL%%/Type/Tiny/Manual @dirrmtry %%SITE_PERL%%/Type/Tiny -@dirrmtry %%SITE_PERL%%/Type/Exception @dirrmtry %%SITE_PERL%%/Type/Coercion @dirrmtry %%SITE_PERL%%/Type @dirrmtry %%SITE_PERL%%/Test @@ -82,5 +80,7 @@ @dirrmtry %%SITE_PERL%%/Reply @dirrmtry %%SITE_PERL%%/Exporter @dirrmtry %%SITE_PERL%%/Eval -@dirrm %%SITE_PERL%%/Devel/TypeTiny +@dirrmtry %%SITE_PERL%%/Error/TypeTiny +@dirrmtry %%SITE_PERL%%/Error +@dirrmtry %%SITE_PERL%%/Devel/TypeTiny @dirrmtry %%SITE_PERL%%/Devel |