summaryrefslogtreecommitdiff
path: root/www/p5-Dancer2
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2014-09-13 16:47:02 +0000
committerwen <wen@pkgsrc.org>2014-09-13 16:47:02 +0000
commit05bf8a33422d25564b3dba1aa3fad479aed92973 (patch)
treead439d7fa7704fa44a13ae88f26d4763231747fe /www/p5-Dancer2
parentff34d129f37c01f4d768d8dacd7fb5a4f242f9be (diff)
downloadpkgsrc-05bf8a33422d25564b3dba1aa3fad479aed92973.tar.gz
Update to 0.150000
Add missing DEPENDS. Upstream changes: 0.150000 2014-08-17 01:35:16CEST+0200 Europe/Amsterdam [ DOCUMENTATION ] * GH #657: Update multi-app example in cookbook to include route merging. (Bas Bloemsaat) * GH #643: Improve session factory docs by mentioning Dancer2::Config. (Andy Jack) [ BUG FIXES ] * Postponed hooks are no longer sent to all Apps. (Sawyer X, Mickey Nasriachi) * 404 File Not Found Application reworked to stay up to date with postponed hooks merging in multiple apps. (Russell Jenkins) * GH #610, #662: Removed two circular references memory leaks! (Russell Jenkins) * GH #633: Log an error when a hook dies. (DavsX) [ ENHANCEMENT ] * Allow settings apps in the psgi_app() call by name or regex. (Sawyer X) * GH #651: silly typo in clearer method name (DavsX). 0.149000_02 2014-08-10 13:50:39CEST+0200 Europe/Amsterdam [ ENHANCEMENT ] * GH #641: Adding a shim layer to prevent available hooks (and thus plugins) from breaking. * Each App can now define its own configuration. The Runner's application-specific configure has been untangled. (Russell @veryrusty Jenkins, Sawyer X, Mickey Nasriachi) * Multiple Dancer App support. You can now create a App-specific PSGI application using MyApp->psgi_app. (Russell @veryrusty Jenkins, Sawyer X, Mickey Nasriachi) * Add routes and hooks to an existing app on import. (Russell @veryrusty Jenkins, Stevan Humphrey, Stefan racke Hornburg, Jean Stebens, Chunzi, Sawyer X, Mickey Nasriachi) * Allow DSL class to be specified in configuration file. (Stevan Humphrey) * forward() now returns a new request which is then just runs the dispatching loop again. (Sawyer X, Mickey Nasriachi) [ BUG FIXES ] * GH #336: Set log level correctly. (Andrew Solomon, Pedro Bruno) * GH #627, #607: Remove potential context issues with returning undef explicitly. (Javier Rojas) * GH #646: Fix whitespacing for tests. (DavsX) 0.149000_01 2014-07-23 21:31:21CEST+0200 Europe/Amsterdam *************************** NOTICE *************************** * This very is a major upgrade * * We untangled the context, DSL implementation a bit * * Please check your code, including your plugins, thoroughly * * Thank you * [ ENHANCEMENTS ] * GH #589: Removing Dancer2::Core::Context global context variable. Finally in. (Sawyer X, Mickey Nasriachi, Russell @veryrusty Jenkins) [ BUG FIXES ] * GH #606, #605: Fix for setting public directory. (Ivan Kocienski, Russell Jenkins, Stefan @racke Hornburg) * GH #618, #620: Fix jQuery link generated by CLI skeleton. (Micha Wojciechowski) * GH #589: Major memory leak fix by removal of Dancer2::Core::Context. [ ENHANCEMENTS ] * GH #620: Bump jQuery to 1.11.1. (Micha Wojciechowski)
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 778cb32bb7d..ac2c64ae199 100644
--- a/www/p5-Dancer2/Makefile
+++ b/www/p5-Dancer2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2014/07/13 04:37:30 wen Exp $
+# $NetBSD: Makefile,v 1.11 2014/09/13 16:47:02 wen Exp $
-DISTNAME= Dancer2-0.143000
+DISTNAME= Dancer2-0.150000
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
@@ -28,6 +28,7 @@ DEPENDS+= p5-HTTP-Date>=0:../../www/p5-HTTP-Date
DEPENDS+= p5-HTTP-Message>=0:../../www/p5-HTTP-Message
DEPENDS+= p5-HTTP-Server-Simple-PSGI>=0:../../www/p5-HTTP-Server-Simple-PSGI
DEPENDS+= p5-JSON>=0:../../converters/p5-JSON
+DEPENDS+= p5-LWP-Protocol-PSGI>=0.06:../../www/p5-LWP-Protocol-PSGI
DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
DEPENDS+= p5-MIME-Types>=0:../../mail/p5-MIME-Types
DEPENDS+= p5-Module-Pluggable>=0:../../devel/p5-Module-Pluggable
@@ -37,6 +38,7 @@ DEPENDS+= p5-MooX-Types-MooseLike-Numeric>=0:../../devel/p5-MooX-Types-MooseLike
DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class
DEPENDS+= p5-Plack>=0:../../www/p5-Plack
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
DEPENDS+= p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit
DEPENDS+= p5-URI-Escape-XS>=0:../../www/p5-URI-Escape-XS
diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo
index 3b30ce52c4e..e3654b950b4 100644
--- a/www/p5-Dancer2/distinfo
+++ b/www/p5-Dancer2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2014/07/13 04:37:30 wen Exp $
+$NetBSD: distinfo,v 1.9 2014/09/13 16:47:02 wen Exp $
-SHA1 (Dancer2-0.143000.tar.gz) = f2c3ceb7369f69adab22aadeca9b47265bb3f2c8
-RMD160 (Dancer2-0.143000.tar.gz) = e22c8e8cef8b68f6b6d36a46ad34f332fbd522c4
-Size (Dancer2-0.143000.tar.gz) = 261251 bytes
+SHA1 (Dancer2-0.150000.tar.gz) = 653e2fed894ef7685d57b70c40fc2128da6f0f04
+RMD160 (Dancer2-0.150000.tar.gz) = c519a6be46151ac0794d1c92835510b11c834e34
+Size (Dancer2-0.150000.tar.gz) = 269173 bytes