ports/152371: www/p5-Dancer - update to latest release (1.1904)
Alexey V.Degtyarev
alexey at renatasystems.org
Thu Nov 18 17:10:13 UTC 2010
>Number: 152371
>Category: ports
>Synopsis: www/p5-Dancer - update to latest release (1.1904)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 18 17:10:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Alexey V. Degtyarev
>Release: FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
This will update www/p5-Dancer to the latest stable release.
Changelog: http://cpansearch.perl.org/src/XSAWYERX/Dancer-1.1999_04/CHANGES
>How-To-Repeat:
>Fix:
--- p5-Dancer-1.1904.patch begins here ---
diff -Nru p5-Dancer.orig/Makefile p5-Dancer/Makefile
--- p5-Dancer.orig/Makefile 2010-10-11 20:50:45.000000000 +0000
+++ p5-Dancer/Makefile 2010-11-18 15:47:19.000000000 +0000
@@ -6,7 +6,7 @@
#
PORTNAME= Dancer
-PORTVERSION= 1.176
+PORTVERSION= 1.1904
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/X/XS/XSAWYERX
@@ -38,19 +38,25 @@
Dancer::Cookbook.3 \
Dancer::Cookie.3 \
Dancer::Deployment.3 \
+ Dancer::Development.3 \
Dancer::Engine.3 \
Dancer::Error.3 \
Dancer::FileUtils.3 \
Dancer::HTTP.3 \
+ Dancer::Headers.3 \
+ Dancer::Introduction.3 \
Dancer::Logger.3 \
Dancer::ModuleLoader.3 \
Dancer::Plugin.3 \
+ Dancer::Plugin::Ajax.3 \
+ Dancer::Plugins.3 \
Dancer::Request.3 \
Dancer::Request::Upload.3 \
Dancer::Route::Cache.3 \
Dancer::Serializer.3 \
Dancer::Serializer::JSON.3 \
Dancer::Serializer::Mutable.3 \
+ Dancer::Serializer::XML.3 \
Dancer::Serializer::YAML.3 \
Dancer::Session.3 \
Dancer::Session::Abstract.3 \
@@ -59,6 +65,7 @@
Dancer::Template.3 \
Dancer::Template::Abstract.3 \
Dancer::Template::Simple.3 \
- Dancer::Template::TemplateToolkit.3
+ Dancer::Template::TemplateToolkit.3 \
+ Dancer::Test.3
.include <bsd.port.mk>
diff -Nru p5-Dancer.orig/distinfo p5-Dancer/distinfo
--- p5-Dancer.orig/distinfo 2010-05-01 15:21:41.000000000 +0000
+++ p5-Dancer/distinfo 2010-11-18 15:39:03.000000000 +0000
@@ -1,3 +1,2 @@
-MD5 (Dancer-1.176.tar.gz) = ad26450fb4514e866980d0683d4f84e4
-SHA256 (Dancer-1.176.tar.gz) = 4933e3580d8c4bbe438e299154524e16ea9d5ef9c424ff8b97c5350ff6e5728f
-SIZE (Dancer-1.176.tar.gz) = 97535
+SHA256 (Dancer-1.1904.tar.gz) = b431470a6c3ab753f98a4ed89bb3d41312b12fbea5e77a41130edba951e5579d
+SIZE (Dancer-1.1904.tar.gz) = 135605
diff -Nru p5-Dancer.orig/pkg-plist p5-Dancer/pkg-plist
--- p5-Dancer.orig/pkg-plist 2010-04-16 13:55:15.000000000 +0000
+++ p5-Dancer/pkg-plist 2010-11-18 16:55:42.000000000 +0000
@@ -1,32 +1,39 @@
bin/dancer
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/.packlist
%%SITE_PERL%%/Dancer.pm
+%%SITE_PERL%%/Dancer/App.pm
%%SITE_PERL%%/Dancer/Config.pm
%%SITE_PERL%%/Dancer/Cookbook.pod
%%SITE_PERL%%/Dancer/Cookie.pm
%%SITE_PERL%%/Dancer/Cookies.pm
%%SITE_PERL%%/Dancer/Deployment.pod
+%%SITE_PERL%%/Dancer/Development.pod
%%SITE_PERL%%/Dancer/Engine.pm
%%SITE_PERL%%/Dancer/Error.pm
%%SITE_PERL%%/Dancer/FileUtils.pm
%%SITE_PERL%%/Dancer/GetOpt.pm
%%SITE_PERL%%/Dancer/HTTP.pm
+%%SITE_PERL%%/Dancer/Introduction.pod
+%%SITE_PERL%%/Dancer/Plugins.pod
%%SITE_PERL%%/Dancer/Handler.pm
%%SITE_PERL%%/Dancer/Handler/PSGI.pm
%%SITE_PERL%%/Dancer/Handler/Standalone.pm
+%%SITE_PERL%%/Dancer/Headers.pm
%%SITE_PERL%%/Dancer/Helpers.pm
%%SITE_PERL%%/Dancer/Logger.pm
%%SITE_PERL%%/Dancer/Logger/Abstract.pm
+%%SITE_PERL%%/Dancer/Logger/Console.pm
%%SITE_PERL%%/Dancer/Logger/File.pm
%%SITE_PERL%%/Dancer/ModuleLoader.pm
%%SITE_PERL%%/Dancer/Object.pm
%%SITE_PERL%%/Dancer/Plugin.pm
+%%SITE_PERL%%/Dancer/Plugin/Ajax.pm
+%%SITE_PERL%%/Dancer/Plugin/WebSocket.pm
%%SITE_PERL%%/Dancer/Renderer.pm
%%SITE_PERL%%/Dancer/Request.pm
%%SITE_PERL%%/Dancer/Request/Upload.pm
%%SITE_PERL%%/Dancer/Response.pm
%%SITE_PERL%%/Dancer/Route.pm
-%%SITE_PERL%%/Dancer/Route/Builder.pm
%%SITE_PERL%%/Dancer/Route/Cache.pm
%%SITE_PERL%%/Dancer/Route/Registry.pm
%%SITE_PERL%%/Dancer/Serializer.pm
@@ -45,7 +52,10 @@
%%SITE_PERL%%/Dancer/Template/Abstract.pm
%%SITE_PERL%%/Dancer/Template/Simple.pm
%%SITE_PERL%%/Dancer/Template/TemplateToolkit.pm
+%%SITE_PERL%%/Dancer/Test.pm
+%%SITE_PERL%%/Dancer/Timer.pm
@dirrm %%SITE_PERL%%/Dancer/Template
+ at dirrm %%SITE_PERL%%/Dancer/Plugin
@dirrm %%SITE_PERL%%/Dancer/Session
@dirrm %%SITE_PERL%%/Dancer/Serializer
@dirrm %%SITE_PERL%%/Dancer/Route
--- p5-Dancer-1.1904.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list