diff options
author | tobez <tobez@FreeBSD.org> | 2013-02-25 20:21:38 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-02-25 20:21:38 +0800 |
commit | 2bb59add2c84778a372eefb2c1f51cbf9977a107 (patch) | |
tree | da107aafc1393ccf182d2243d9f2ffefafc3970c /www | |
parent | 5d91df24779772eb56bb2cfc55dfbe411aac9caf (diff) | |
download | freebsd-ports-gnome-2bb59add2c84778a372eefb2c1f51cbf9977a107.tar.gz freebsd-ports-gnome-2bb59add2c84778a372eefb2c1f51cbf9977a107.tar.zst freebsd-ports-gnome-2bb59add2c84778a372eefb2c1f51cbf9977a107.zip |
Update to 5.90020.
Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Runtime/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Catalyst-Runtime/pkg-plist | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index b4d518baaab4..61b6194dda84 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90018 +PORTVERSION= 5.90020 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JJNAPIORK @@ -62,6 +62,7 @@ MAN3= Catalyst.3 \ Catalyst::Action.3 \ Catalyst::ActionChain.3 \ Catalyst::ActionContainer.3 \ + Catalyst::ActionRole::HTTPMethods.3 \ Catalyst::Base.3 \ Catalyst::ClassData.3 \ Catalyst::Component.3 \ diff --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo index b1042898d32e..37307536d090 100644 --- a/www/p5-Catalyst-Runtime/distinfo +++ b/www/p5-Catalyst-Runtime/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.90018.tar.gz) = 68af791d04daa8e500ec84a00fb43082994677a37c1ee4b46a78592e7b517e2b -SIZE (Catalyst-Runtime-5.90018.tar.gz) = 275349 +SHA256 (Catalyst-Runtime-5.90020.tar.gz) = 50cbdb5c71b51963c3366a422e8e0f70d64e0789b4a2d16ef0d10ce9aebf1549 +SIZE (Catalyst-Runtime-5.90020.tar.gz) = 279648 diff --git a/www/p5-Catalyst-Runtime/pkg-plist b/www/p5-Catalyst-Runtime/pkg-plist index 1240da140c50..93a599bea4ff 100644 --- a/www/p5-Catalyst-Runtime/pkg-plist +++ b/www/p5-Catalyst-Runtime/pkg-plist @@ -3,6 +3,7 @@ bin/catalyst.pl %%SITE_PERL%%/Catalyst/Action.pm %%SITE_PERL%%/Catalyst/ActionChain.pm %%SITE_PERL%%/Catalyst/ActionContainer.pm +%%SITE_PERL%%/Catalyst/ActionRole/HTTPMethods.pm %%SITE_PERL%%/Catalyst/Base.pm %%SITE_PERL%%/Catalyst/ClassData.pm %%SITE_PERL%%/Catalyst/Component.pm @@ -53,4 +54,5 @@ bin/catalyst.pl @dirrmtry %%SITE_PERL%%/Catalyst/Engine @dirrmtry %%SITE_PERL%%/Catalyst/DispatchType @dirrmtry %%SITE_PERL%%/Catalyst/Component +@dirrmtry %%SITE_PERL%%/Catalyst/ActionRole @dirrmtry %%SITE_PERL%%/Catalyst |