1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Update to 5.90002

Changes:	http://search.cpan.org/dist/Catalyst-Runtime/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-08-27 11:53:21 +00:00
parent 8ecb6b1c82
commit c93da06e32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280580
3 changed files with 14 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Catalyst-Runtime
PORTVERSION= 5.80033
PORTVERSION= 5.90002
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BOBTFISH
@ -31,20 +31,26 @@ RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope
p5-MooseX-MethodAttributes>=0.24:${PORTSDIR}/devel/p5-MooseX-MethodAttributes \
p5-MooseX-Role-WithOverloading>=0.09:${PORTSDIR}/devel/p5-MooseX-Role-WithOverloading \
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
p5-MooseX-Types-LoadableClass>=0.003:${PORTSDIR}/devel/p5-MooseX-Types-LoadableClass \
p5-MooseX-Types-Common>=0:${PORTSDIR}/devel/p5-MooseX-Types-Common \
p5-Path-Class>=0.09:${PORTSDIR}/devel/p5-Path-Class \
p5-Plack>=0.9974:${PORTSDIR}/www/p5-Plack \
p5-Plack-Middleware-ReverseProxy>=0.04:${PORTSDIR}/www/p5-Plack-Middleware-ReverseProxy \
p5-Plack-Test-ExternalServer>=0:${PORTSDIR}/www/p5-Plack-Test-ExternalServer \
p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
p5-Text-SimpleTable>=0.03:${PORTSDIR}/textproc/p5-Text-SimpleTable \
p5-Tree-Simple>=1.15:${PORTSDIR}/devel/p5-Tree-Simple \
p5-Tree-Simple-VisitorFactory>=0:${PORTSDIR}/devel/p5-Tree-Simple-VisitorFactory \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-URI>=1.35:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean \
p5-namespace-clean>=0.13:${PORTSDIR}/devel/p5-namespace-clean
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
BUILD_DEPENDS+= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
@ -70,9 +76,7 @@ MAN3= Catalyst.3 \
Catalyst::DispatchType::Regex.3 \
Catalyst::Dispatcher.3 \
Catalyst::Engine.3 \
Catalyst::Engine::CGI.3 \
Catalyst::Engine::FastCGI.3 \
Catalyst::Engine::HTTP.3 \
Catalyst::EngineLoader.3 \
Catalyst::Exception.3 \
Catalyst::Exception::Basic.3 \
Catalyst::Exception::Detach.3 \
@ -80,6 +84,7 @@ MAN3= Catalyst.3 \
Catalyst::Exception::Interface.3 \
Catalyst::Log.3 \
Catalyst::Model.3 \
Catalyst::PSGI.3 \
Catalyst::Request.3 \
Catalyst::Request::Upload.3 \
Catalyst::Response.3 \

View File

@ -1,2 +1,2 @@
SHA256 (Catalyst-Runtime-5.80033.tar.gz) = 82425e03f288b603fe816ccdf69172fd7fec429990ab2152080ab06d3315a4e0
SIZE (Catalyst-Runtime-5.80033.tar.gz) = 257177
SHA256 (Catalyst-Runtime-5.90002.tar.gz) = 165c6bd51c295b139740aa6fa0c39f1421bfca25158c268e92cd142301f5b6a3
SIZE (Catalyst-Runtime-5.90002.tar.gz) = 258574

View File

@ -18,9 +18,7 @@ bin/catalyst.pl
%%SITE_PERL%%/Catalyst/DispatchType/Regex.pm
%%SITE_PERL%%/Catalyst/Dispatcher.pm
%%SITE_PERL%%/Catalyst/Engine.pm
%%SITE_PERL%%/Catalyst/Engine/CGI.pm
%%SITE_PERL%%/Catalyst/Engine/FastCGI.pm
%%SITE_PERL%%/Catalyst/Engine/HTTP.pm
%%SITE_PERL%%/Catalyst/EngineLoader.pm
%%SITE_PERL%%/Catalyst/Exception.pm
%%SITE_PERL%%/Catalyst/Exception/Basic.pm
%%SITE_PERL%%/Catalyst/Exception/Detach.pm
@ -28,6 +26,7 @@ bin/catalyst.pl
%%SITE_PERL%%/Catalyst/Exception/Interface.pm
%%SITE_PERL%%/Catalyst/Log.pm
%%SITE_PERL%%/Catalyst/Model.pm
%%SITE_PERL%%/Catalyst/PSGI.pod
%%SITE_PERL%%/Catalyst/Request.pm
%%SITE_PERL%%/Catalyst/Request/Upload.pm
%%SITE_PERL%%/Catalyst/Response.pm