FreeBSD Bugzilla – Attachment 111150 Details for
Bug 152371
www/p5-Dancer - update to latest release (1.1904)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Dancer-1.1904.patch
p5-Dancer-1.1904.patch (text/plain), 3.65 KB, created by
Alexey Degtyarev
on 2010-11-18 17:10:12 UTC
(
hide
)
Description:
p5-Dancer-1.1904.patch
Filename:
MIME Type:
Creator:
Alexey Degtyarev
Created:
2010-11-18 17:10:12 UTC
Size:
3.65 KB
patch
obsolete
>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 >+@dirrm %%SITE_PERL%%/Dancer/Plugin > @dirrm %%SITE_PERL%%/Dancer/Session > @dirrm %%SITE_PERL%%/Dancer/Serializer > @dirrm %%SITE_PERL%%/Dancer/Route
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152371
: 111150