From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 3 12:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7F26792 for ; Sat, 3 May 2014 12:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 830EF1804 for ; Sat, 3 May 2014 12:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s43CU0gR015770 for ; Sat, 3 May 2014 12:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s43CU0XW015769; Sat, 3 May 2014 12:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 3 May 2014 12:30:00 GMT Resent-Message-Id: <201405031230.s43CU0XW015769@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D717E6A8; Sat, 3 May 2014 12:26:08 +0000 (UTC) Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E3E817B0; Sat, 3 May 2014 12:26:07 +0000 (UTC) Received: from bofh.1asiacom.net (localhost [127.0.0.1]) by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s43CQ5md040800 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 3 May 2014 18:26:05 +0600 (BDT) (envelope-from root@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s43CQ4EE040799; Sat, 3 May 2014 18:26:04 +0600 (BDT) (envelope-from root) Message-Id: <201405031226.s43CQ4EE040799@bofh.1asiacom.net> Date: Sat, 3 May 2014 18:26:04 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189287: [PATCH] www/p5-Dancer2: update to 0.140001 Cc: wen@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 12:30:00 -0000 >Number: 189287 >Category: ports >Synopsis: [PATCH] www/p5-Dancer2: update to 0.140001 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 03 12:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT >Description: - Update to 0.140001 For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Dancer2/0.140001/ Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-Dancer2-0.140001.patch begins here --- diff -ruN /usr/ports//www/p5-Dancer2/Makefile ./Makefile --- /usr/ports//www/p5-Dancer2/Makefile 2013-12-23 19:04:40.000000000 +0600 +++ ./Makefile 2014-05-03 17:16:27.022819699 +0600 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/p5-Dancer2/Makefile 337237 2013-12-23 13:04:40Z wen $ PORTNAME= Dancer2 -PORTVERSION= 0.11 +PORTVERSION= 0.140001 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +13,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= \ - p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ +RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \ @@ -40,10 +39,9 @@ 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-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 USES= perl5 USE_PERL5= configure diff -ruN /usr/ports//www/p5-Dancer2/distinfo ./distinfo --- /usr/ports//www/p5-Dancer2/distinfo 2013-12-23 19:04:40.000000000 +0600 +++ ./distinfo 2014-05-03 17:15:17.041811187 +0600 @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.11.tar.gz) = 97ce88c73fcf329a5a8c9679f8411666442b09c039c0257c5f4f5a3aab4a54e1 -SIZE (Dancer2-0.11.tar.gz) = 241173 +SHA256 (Dancer2-0.140001.tar.gz) = f396c7f14be8740441d648c48d00b5c53280dfd469a1663064bbeeae55b700f3 +SIZE (Dancer2-0.140001.tar.gz) = 254046 diff -ruN /usr/ports//www/p5-Dancer2/pkg-plist ./pkg-plist --- /usr/ports//www/p5-Dancer2/pkg-plist 2013-10-04 13:49:18.000000000 +0600 +++ ./pkg-plist 2014-05-03 18:04:36.528628709 +0600 @@ -1,6 +1,30 @@ bin/dancer2 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2/.packlist +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/MANIFEST.SKIP +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/Makefile.PL +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/config.yml +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/bin/+app.pl +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/environments/development.yml +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/environments/production.yml +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/lib/AppFile.pm +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/+dispatch.cgi +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/+dispatch.fcgi +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/404.html +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/500.html +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/favicon.ico +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/css/error.css +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/css/style.css +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/images/perldancer-bg.jpg +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/images/perldancer.jpg +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/javascripts/jquery.js +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/t/001_base.t +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/t/002_index_route.t +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/views/index.tt +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/views/layouts/main.tt %%SITE_PERL%%/Dancer2.pm +%%SITE_PERL%%/Dancer2/CLI.pm +%%SITE_PERL%%/Dancer2/CLI/Command/gen.pm +%%SITE_PERL%%/Dancer2/CLI/Command/version.pm %%SITE_PERL%%/Dancer2/Config.pod %%SITE_PERL%%/Dancer2/Cookbook.pod %%SITE_PERL%%/Dancer2/Core.pm @@ -17,7 +41,7 @@ %%SITE_PERL%%/Dancer2/Core/Request.pm %%SITE_PERL%%/Dancer2/Core/Request/Upload.pm %%SITE_PERL%%/Dancer2/Core/Response.pm -%%SITE_PERL%%/Dancer2/Core/Role/Config.pm +%%SITE_PERL%%/Dancer2/Core/Role/ConfigReader.pm %%SITE_PERL%%/Dancer2/Core/Role/DSL.pm %%SITE_PERL%%/Dancer2/Core/Role/Engine.pm %%SITE_PERL%%/Dancer2/Core/Role/Handler.pm @@ -25,15 +49,12 @@ %%SITE_PERL%%/Dancer2/Core/Role/Hookable.pm %%SITE_PERL%%/Dancer2/Core/Role/Logger.pm %%SITE_PERL%%/Dancer2/Core/Role/Serializer.pm -%%SITE_PERL%%/Dancer2/Core/Role/Server.pm %%SITE_PERL%%/Dancer2/Core/Role/SessionFactory.pm %%SITE_PERL%%/Dancer2/Core/Role/SessionFactory/File.pm %%SITE_PERL%%/Dancer2/Core/Role/StandardResponses.pm %%SITE_PERL%%/Dancer2/Core/Role/Template.pm %%SITE_PERL%%/Dancer2/Core/Route.pm %%SITE_PERL%%/Dancer2/Core/Runner.pm -%%SITE_PERL%%/Dancer2/Core/Server/PSGI.pm -%%SITE_PERL%%/Dancer2/Core/Server/Standalone.pm %%SITE_PERL%%/Dancer2/Core/Session.pm %%SITE_PERL%%/Dancer2/Core/Time.pm %%SITE_PERL%%/Dancer2/Core/Types.pm @@ -63,6 +84,9 @@ %%SITE_PERL%%/Dancer2/Test.pm %%SITE_PERL%%/Dancer2/Tutorial.pod %%PERL5_MAN3%%/Dancer2.3.gz +%%PERL5_MAN3%%/Dancer2::CLI.3.gz +%%PERL5_MAN3%%/Dancer2::CLI::Command::gen.3.gz +%%PERL5_MAN3%%/Dancer2::CLI::Command::version.3.gz %%PERL5_MAN3%%/Dancer2::Config.3.gz %%PERL5_MAN3%%/Dancer2::Cookbook.3.gz %%PERL5_MAN3%%/Dancer2::Core.3.gz @@ -79,7 +103,7 @@ %%PERL5_MAN3%%/Dancer2::Core::Request.3.gz %%PERL5_MAN3%%/Dancer2::Core::Request::Upload.3.gz %%PERL5_MAN3%%/Dancer2::Core::Response.3.gz -%%PERL5_MAN3%%/Dancer2::Core::Role::Config.3.gz +%%PERL5_MAN3%%/Dancer2::Core::Role::ConfigReader.3.gz %%PERL5_MAN3%%/Dancer2::Core::Role::DSL.3.gz %%PERL5_MAN3%%/Dancer2::Core::Role::Engine.3.gz %%PERL5_MAN3%%/Dancer2::Core::Role::Handler.3.gz @@ -87,15 +111,12 @@ %%PERL5_MAN3%%/Dancer2::Core::Role::Hookable.3.gz %%PERL5_MAN3%%/Dancer2::Core::Role::Logger.3.gz %%PERL5_MAN3%%/Dancer2::Core::Role::Serializer.3.gz -%%PERL5_MAN3%%/Dancer2::Core::Role::Server.3.gz %%PERL5_MAN3%%/Dancer2::Core::Role::SessionFactory.3.gz %%PERL5_MAN3%%/Dancer2::Core::Role::SessionFactory::File.3.gz %%PERL5_MAN3%%/Dancer2::Core::Role::StandardResponses.3.gz %%PERL5_MAN3%%/Dancer2::Core::Role::Template.3.gz %%PERL5_MAN3%%/Dancer2::Core::Route.3.gz %%PERL5_MAN3%%/Dancer2::Core::Runner.3.gz -%%PERL5_MAN3%%/Dancer2::Core::Server::PSGI.3.gz -%%PERL5_MAN3%%/Dancer2::Core::Server::Standalone.3.gz %%PERL5_MAN3%%/Dancer2::Core::Session.3.gz %%PERL5_MAN3%%/Dancer2::Core::Time.3.gz %%PERL5_MAN3%%/Dancer2::Core::Types.3.gz @@ -128,8 +149,9 @@ @dirrm %%SITE_PERL%%/Dancer2/Core/Role/SessionFactory @dirrm %%SITE_PERL%%/Dancer2/Core/Role @dirrm %%SITE_PERL%%/Dancer2/Core/Request -@dirrm %%SITE_PERL%%/Dancer2/Core/Server @dirrm %%SITE_PERL%%/Dancer2/Core +@dirrm %%SITE_PERL%%/Dancer2/CLI/Command +@dirrm %%SITE_PERL%%/Dancer2/CLI @dirrm %%SITE_PERL%%/Dancer2/Handler @dirrm %%SITE_PERL%%/Dancer2/Logger/Capture @dirrm %%SITE_PERL%%/Dancer2/Logger @@ -139,4 +161,19 @@ @dirrm %%SITE_PERL%%/Dancer2/Template/Implementation @dirrm %%SITE_PERL%%/Dancer2/Template @dirrm %%SITE_PERL%%/Dancer2 +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/views/layouts +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/views +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/t +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/javascripts +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/images +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/public/css +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/public +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/lib +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/environments +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel/bin +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2/skel +@dirrm %%SITE_PERL%%/auto/share/dist/Dancer2 +@dirrmtry %%SITE_PERL%%/auto/share/dist +@dirrmtry %%SITE_PERL%%/auto/share +@dirrmtry %%SITE_PERL%%/auto @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2 --- p5-Dancer2-0.140001.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: