1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 0.150000

Changes: http://cpansearch.perl.org/src/XSAWYERX/Dancer2-0.150000/Changes
- Add missing depends
This commit is contained in:
Wen Heping 2014-09-14 00:14:33 +00:00
parent 95ce87428b
commit a527aaa462
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368153
3 changed files with 9 additions and 7 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Dancer2
PORTVERSION= 0.141000
PORTREVISION= 1
PORTVERSION= 0.150000
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -27,12 +26,14 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-HTTP-Server-Simple-PSGI>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI \
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
p5-Moo>=0.09014:${PORTSDIR}/devel/p5-Moo \
p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \
p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-URI-Escape-XS>=0:${PORTSDIR}/www/p5-URI-Escape-XS \
@ -40,7 +41,8 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \
p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \
TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \
p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP

View File

@ -1,2 +1,2 @@
SHA256 (Dancer2-0.141000.tar.gz) = dd31b202bca61171c98db292047e7eb2fc3b99bf7f4fbd1c08e7a7a204b4e8fe
SIZE (Dancer2-0.141000.tar.gz) = 259605
SHA256 (Dancer2-0.150000.tar.gz) = 1a00a57301cd94aba961840a25ffa21423084c571e3467e9ad08398caa9eb928
SIZE (Dancer2-0.150000.tar.gz) = 269173

View File

@ -29,7 +29,6 @@ bin/dancer2
%%SITE_PERL%%/Dancer2/Cookbook.pod
%%SITE_PERL%%/Dancer2/Core.pm
%%SITE_PERL%%/Dancer2/Core/App.pm
%%SITE_PERL%%/Dancer2/Core/Context.pm
%%SITE_PERL%%/Dancer2/Core/Cookie.pm
%%SITE_PERL%%/Dancer2/Core/DSL.pm
%%SITE_PERL%%/Dancer2/Core/Dispatcher.pm
@ -45,6 +44,7 @@ bin/dancer2
%%SITE_PERL%%/Dancer2/Core/Role/DSL.pm
%%SITE_PERL%%/Dancer2/Core/Role/Engine.pm
%%SITE_PERL%%/Dancer2/Core/Role/Handler.pm
%%SITE_PERL%%/Dancer2/Core/Role/HasLocation.pm
%%SITE_PERL%%/Dancer2/Core/Role/Headers.pm
%%SITE_PERL%%/Dancer2/Core/Role/Hookable.pm
%%SITE_PERL%%/Dancer2/Core/Role/Logger.pm
@ -92,7 +92,6 @@ bin/dancer2
%%PERL5_MAN3%%/Dancer2::Cookbook.3.gz
%%PERL5_MAN3%%/Dancer2::Core.3.gz
%%PERL5_MAN3%%/Dancer2::Core::App.3.gz
%%PERL5_MAN3%%/Dancer2::Core::Context.3.gz
%%PERL5_MAN3%%/Dancer2::Core::Cookie.3.gz
%%PERL5_MAN3%%/Dancer2::Core::DSL.3.gz
%%PERL5_MAN3%%/Dancer2::Core::Dispatcher.3.gz
@ -108,6 +107,7 @@ bin/dancer2
%%PERL5_MAN3%%/Dancer2::Core::Role::DSL.3.gz
%%PERL5_MAN3%%/Dancer2::Core::Role::Engine.3.gz
%%PERL5_MAN3%%/Dancer2::Core::Role::Handler.3.gz
%%PERL5_MAN3%%/Dancer2::Core::Role::HasLocation.3.gz
%%PERL5_MAN3%%/Dancer2::Core::Role::Headers.3.gz
%%PERL5_MAN3%%/Dancer2::Core::Role::Hookable.3.gz
%%PERL5_MAN3%%/Dancer2::Core::Role::Logger.3.gz