summaryrefslogtreecommitdiff
path: root/www/p5-Dancer2
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2014-11-24 13:42:38 +0000
committerwen <wen@pkgsrc.org>2014-11-24 13:42:38 +0000
commita9e783d610a1d26c600c0afee4861c72b09e1a9b (patch)
tree01cbec53294f4ce7c07a3f0a694be35cd7530ddf /www/p5-Dancer2
parent6fe88844d28b173d79d59455832bc33042f5e49c (diff)
downloadpkgsrc-a9e783d610a1d26c600c0afee4861c72b09e1a9b.tar.gz
Update to 0.154000
Add missing DEPENDS Upstream changes: 0.154000 2014-11-17 15:36:31+01:00 Europe/Amsterdam [ BUG FIXES ] * GH #744: Serialize anything, not just references. (Sawyer X) * GH #744: Serialize regardless of content_type of serializer. (Sawyer X) * GH #764: Catch template render errors. (Russell Jenkins, Steven Humphrey) * Calling uri_for(undef) doesn't crash. (Sawyer X) * GH #732: Correct name for 403 (Forbidden, not Unauthorized). (Theo van Hoesel, Sawyer X, Mickey Nasriachi, Omar M. Othman) * GH #753: Syntax of parameterized types. (Russell Jenkins) * GH #734: Failing tests on Windows. (Russell Jenkins, Sawyer X) [ ENHANCEMENTS ] * GH #664, #684, #715: Handler::File replaced for static files with Plack::Middleware::Static, allowing files to be served *before* routes. This means hooks do not apply to static files anymore! (Russell Jenkins, DavsX) * Engines now have "logger" attribute to log errors. It sends the Dancer2::Logger:: object, if one exists. (Sawyer X) * Serializers do not need to implement "loaded" method. (Sawyer X) * GH #733: In core: response_xxx removed in favor of generic standard_response. (Sawyer X, Mickey Nasriachi, Omar M. Othman) * GH #514, #642, #729: Allow mixing named params, splat, and megasplat. (Russell Jenkins, Johan Spade, D谩vid Kov谩cs) * GH #596: no_server_tokens works, as well as DANCER_NO_SERVER_TOKENS. (Omar M. Othman, Sawyer X, Mickey Nasriachi) * GH #639: Validate engine types in configuration. (Sawyer X, Omar M. Othman, Mickey Nasriachi, Russell Jenkins) * GH #663, #741: Remove "accept_type" attribute and other references. (Mickey Nasriachi, Theo van Hoesel) * GH #748: Provide forwarded_host, forwarded_protocol. (Sawyer X) * GH #748: Do not provide a default env, require env for a request. (Sawyer X) * GH #742: Update test skeleton to use to_app. (D谩vid Kov谩cs) * GH #636: Use Plack::Test in more tests. (D谩vid Kov谩cs) [ DOCUMENTATION ] * GH #656: Dancer2::Manual::Testing as a guide for testing Dancer2 applications. (Sawyer X) * Improved documentation of route matching. (Russell Jenkins) * Migration document update relating to enhancements. (Sawyer X, Mickey Nasriachi) * GH #731: Document changes in session. (racke, Sawyer X, Mickey Nasriachi, Omar M. Othman) * Document "id" attribute in Request object. (Sawyer X) * Correct Cookbook examples on command line scripts. (Sawyer X)
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r--www/p5-Dancer2/Makefile6
-rw-r--r--www/p5-Dancer2/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile
index 9bbc8a90545..e860faad571 100644
--- a/www/p5-Dancer2/Makefile
+++ b/www/p5-Dancer2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2014/10/31 03:55:22 wen Exp $
+# $NetBSD: Makefile,v 1.15 2014/11/24 13:42:38 wen Exp $
-DISTNAME= Dancer2-0.153002
+DISTNAME= Dancer2-0.154000
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
@@ -38,6 +38,8 @@ DEPENDS+= p5-MooX-Types-MooseLike>=0.16:../../devel/p5-MooX-Types-MooseLike
DEPENDS+= p5-MooX-Types-MooseLike-Numeric>=0:../../devel/p5-MooX-Types-MooseLike-Numeric
DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class
DEPENDS+= p5-Plack>=0:../../www/p5-Plack
+DEPENDS+= p5-Plack-Middleware-FixMissingBodyInRedirect>=0:../../www/p5-Plack-Middleware-FixMissingBodyInRedirect
+DEPENDS+= p5-Plack-Middleware-RemoveRedundantBody>=0:../../www/p5-Plack-Middleware-RemoveRedundantBody
DEPENDS+= p5-Return-MultiLevel>=0:../../devel/p5-Return-MultiLevel
DEPENDS+= p5-Safe-Isa>=0:../../devel/p5-Safe-Isa
DEPENDS+= p5-Template-Tiny>=0:../../textproc/p5-Template-Tiny
diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo
index 3d082c26488..da5cdb399e1 100644
--- a/www/p5-Dancer2/distinfo
+++ b/www/p5-Dancer2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2014/10/31 03:55:22 wen Exp $
+$NetBSD: distinfo,v 1.13 2014/11/24 13:42:38 wen Exp $
-SHA1 (Dancer2-0.153002.tar.gz) = dc60846c3b587f715903d854343582ceb68691ec
-RMD160 (Dancer2-0.153002.tar.gz) = f71e604c0f142b3803545b6faa5d909279040993
-Size (Dancer2-0.153002.tar.gz) = 285909 bytes
+SHA1 (Dancer2-0.154000.tar.gz) = 802d91c280916029a10bb6894b1fc5f4064de15d
+RMD160 (Dancer2-0.154000.tar.gz) = f7844ce047ab58f7db72e0af9d53a77d954b6fa6
+Size (Dancer2-0.154000.tar.gz) = 310643 bytes