From owner-svn-ports-head@FreeBSD.ORG Fri Dec 5 13:05:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3718AE93; Fri, 5 Dec 2014 13:05:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23E4C994; Fri, 5 Dec 2014 13:05:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5D5RKE009048; Fri, 5 Dec 2014 13:05:27 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB5D5QVq009045; Fri, 5 Dec 2014 13:05:26 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201412051305.sB5D5QVq009045@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 5 Dec 2014 13:05:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374014 - head/www/p5-Dancer2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 13:05:27 -0000 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