diff options
-rw-r--r-- | www/p5-Dancer2/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Dancer2/pkg-plist | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 68b2780add8a..c811bc1d177e 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.153002 -PORTREVISION= 1 +PORTVERSION= 0.155004 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,6 +33,8 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ 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-Plack-Middleware-FixMissingBodyInRedirect>=0:${PORTSDIR}/www/p5-Plack-Middleware-FixMissingBodyInRedirect \ + p5-Plack-Middleware-RemoveRedundantBody>=0:${PORTSDIR}/www/p5-Plack-Middleware-RemoveRedundantBody \ p5-Return-MultiLevel>=0:${PORTSDIR}/devel/p5-Return-MultiLevel \ p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \ @@ -46,7 +47,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} 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 + p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ + p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https USES= perl5 USE_PERL5= configure diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index 2a92b2f57e17..04f8aec1612b 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.153002.tar.gz) = 9b9803df29e7c853a3df4602a80452927a9e58921b223431e484e9e39bc92772 -SIZE (Dancer2-0.153002.tar.gz) = 285909 +SHA256 (Dancer2-0.155004.tar.gz) = 0a2a3613a0e2793e5bc0a5d17b2b41fb432b19c85c3e4e413f6b5cbd4a4f94f7 +SIZE (Dancer2-0.155004.tar.gz) = 287322 diff --git a/www/p5-Dancer2/pkg-plist b/www/p5-Dancer2/pkg-plist index 7a30fc89c9b1..a8370c5e032b 100644 --- a/www/p5-Dancer2/pkg-plist +++ b/www/p5-Dancer2/pkg-plist @@ -69,8 +69,8 @@ bin/dancer2 %%SITE_PERL%%/Dancer2/Logger/Null.pm %%SITE_PERL%%/Dancer2/Manual.pod %%SITE_PERL%%/Dancer2/Manual/Migration.pod +%%SITE_PERL%%/Dancer2/Manual/Testing.pod %%SITE_PERL%%/Dancer2/Plugin.pm -%%SITE_PERL%%/Dancer2/Plugin/Ajax.pm %%SITE_PERL%%/Dancer2/Plugins.pod %%SITE_PERL%%/Dancer2/Policy.pod %%SITE_PERL%%/Dancer2/Serializer/Dumper.pm @@ -134,8 +134,8 @@ bin/dancer2 %%PERL5_MAN3%%/Dancer2::Logger::Null.3.gz %%PERL5_MAN3%%/Dancer2::Manual.3.gz %%PERL5_MAN3%%/Dancer2::Manual::Migration.3.gz +%%PERL5_MAN3%%/Dancer2::Manual::Testing.3.gz %%PERL5_MAN3%%/Dancer2::Plugin.3.gz -%%PERL5_MAN3%%/Dancer2::Plugin::Ajax.3.gz %%PERL5_MAN3%%/Dancer2::Plugins.3.gz %%PERL5_MAN3%%/Dancer2::Policy.3.gz %%PERL5_MAN3%%/Dancer2::Serializer::Dumper.3.gz |