From owner-svn-ports-head@FreeBSD.ORG Sun Nov 9 10:41:54 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 282EFE42; Sun, 9 Nov 2014 10:41:54 +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 161F7A54; Sun, 9 Nov 2014 10:41:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA9AfrO3097387; Sun, 9 Nov 2014 10:41:53 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA9AfroL097312; Sun, 9 Nov 2014 10:41:53 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201411091041.sA9AfroL097312@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 9 Nov 2014 10:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372354 - 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: Sun, 09 Nov 2014 10:41:54 -0000 Author: wen Date: Sun Nov 9 10:41:52 2014 New Revision: 372354 URL: https://svnweb.freebsd.org/changeset/ports/372354 QAT: https://qat.redports.org/buildarchive/r372354/ Log: - Update to 0.153002 Changes: http://search.cpan.org/src/XSAWYERX/Dancer2-0.153002/Changes 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 Sun Nov 9 10:18:04 2014 (r372353) +++ head/www/p5-Dancer2/Makefile Sun Nov 9 10:41:52 2014 (r372354) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.151000 +PORTVERSION= 0.153002 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Sun Nov 9 10:18:04 2014 (r372353) +++ head/www/p5-Dancer2/distinfo Sun Nov 9 10:41:52 2014 (r372354) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.151000.tar.gz) = 62d33ffe52a335dbe366594c25c03b67642665ebb76a83efbf653b232734cb1d -SIZE (Dancer2-0.151000.tar.gz) = 274625 +SHA256 (Dancer2-0.153002.tar.gz) = 9b9803df29e7c853a3df4602a80452927a9e58921b223431e484e9e39bc92772 +SIZE (Dancer2-0.153002.tar.gz) = 285909 Modified: head/www/p5-Dancer2/pkg-plist ============================================================================== --- head/www/p5-Dancer2/pkg-plist Sun Nov 9 10:18:04 2014 (r372353) +++ head/www/p5-Dancer2/pkg-plist Sun Nov 9 10:41:52 2014 (r372354) @@ -73,6 +73,7 @@ bin/dancer2 %%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 %%SITE_PERL%%/Dancer2/Serializer/JSON.pm %%SITE_PERL%%/Dancer2/Serializer/Mutable.pm @@ -137,6 +138,7 @@ bin/dancer2 %%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 %%PERL5_MAN3%%/Dancer2::Serializer::JSON.3.gz %%PERL5_MAN3%%/Dancer2::Serializer::Mutable.3.gz @@ -150,35 +152,3 @@ bin/dancer2 %%PERL5_MAN3%%/Dancer2::Test.3.gz %%PERL5_MAN3%%/Dancer2::Tutorial.3.gz man/man1/dancer2.1.gz -@dir %%SITE_PERL%%/Dancer2/Core/Role/SessionFactory -@dir %%SITE_PERL%%/Dancer2/Core/Role -@dir %%SITE_PERL%%/Dancer2/Core/Request -@dir %%SITE_PERL%%/Dancer2/Core -@dir %%SITE_PERL%%/Dancer2/CLI/Command -@dir %%SITE_PERL%%/Dancer2/CLI -@dir %%SITE_PERL%%/Dancer2/Handler -@dir %%SITE_PERL%%/Dancer2/Logger/Capture -@dir %%SITE_PERL%%/Dancer2/Logger -@dir %%SITE_PERL%%/Dancer2/Manual -@dir %%SITE_PERL%%/Dancer2/Plugin -@dir %%SITE_PERL%%/Dancer2/Serializer -@dir %%SITE_PERL%%/Dancer2/Session -@dir %%SITE_PERL%%/Dancer2/Template/Implementation -@dir %%SITE_PERL%%/Dancer2/Template -@dir %%SITE_PERL%%/Dancer2 -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/views/layouts -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/views -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/t -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/javascripts -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/images -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/css -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/public -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/lib -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/environments -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel/bin -@dir %%SITE_PERL%%/auto/share/dist/Dancer2/skel -@dir %%SITE_PERL%%/auto/share/dist/Dancer2 -@dir %%SITE_PERL%%/auto/share/dist -@dir %%SITE_PERL%%/auto/share -@dir %%SITE_PERL%%/auto -@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2