Date: Fri, 5 Dec 2014 13:05:26 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374014 - head/www/p5-Dancer2 Message-ID: <201412051305.sB5D5QVq009045@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Fri Dec 5 13:05:25 2014 New Revision: 374014 URL: https://svnweb.freebsd.org/changeset/ports/374014 QAT: https://qat.redports.org/buildarchive/r374014/ Log: - Update to 0.155004 Changes: http://cpansearch.perl.org/src/XSAWYERX/Dancer2-0.155004/Changes - Add missing DEPENDS Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/distinfo head/www/p5-Dancer2/pkg-plist Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Fri Dec 5 12:40:06 2014 (r374013) +++ head/www/p5-Dancer2/Makefile Fri Dec 5 13:05:25 2014 (r374014) @@ -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}/d 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 Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Fri Dec 5 12:40:06 2014 (r374013) +++ head/www/p5-Dancer2/distinfo Fri Dec 5 13:05:25 2014 (r374014) @@ -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 Modified: head/www/p5-Dancer2/pkg-plist ============================================================================== --- head/www/p5-Dancer2/pkg-plist Fri Dec 5 12:40:06 2014 (r374013) +++ head/www/p5-Dancer2/pkg-plist Fri Dec 5 13:05:25 2014 (r374014) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412051305.sB5D5QVq009045>