summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-02-27 13:25:09 +0000
committerwen <wen@pkgsrc.org>2015-02-27 13:25:09 +0000
commit526eaa5e97fd26f3ac915049dccae78f2897f29d (patch)
tree35e3a672dbbebe931edf97998551aa5001217c3e /www
parent056e02b989be17814124d355c2448c9d1fce9c61 (diff)
downloadpkgsrc-526eaa5e97fd26f3ac915049dccae78f2897f29d.tar.gz
Update to 0.159001
Update DEPENDS Upstream changes: 0.159001 2015-02-25 15:31:35+01:00 Europe/Amsterdam [ BUG FIXES ] * GH #855: Ensure Dancer2::Test is compatible with Pod::Simple 3.30 (Russell Jenkins) [ DOCUMENTATION ] * Add an example for delayed (async) streaming response. (Sawyer X) * Small link fix. (Sawyer X) 0.159000 2015-02-24 04:51:20+01:00 Europe/Amsterdam [ BUG FIXES ] * GH #762: Delay app cleanup until errors are rendered. (Russell Jenkins) * GH #835: Correct Logic error in Logger if no request exists. (Lennart Hengstmengel) * GH #839: Correct "no_server_tokens" definition in production.yml. (Nikita K) * GH #853, #852: Handle malformed (contentless) cookies. (pants) * GH #840, #842: Ensure session data available to template engines. (Russell Jenkins) * GH #565, #847, #849: Fix HTTP Status template logic and documentation. (Daniel Muey, Russell Jenkins, Dvid Kovè°©cs) * GH #843: Add missing attributes to Moo class used in tests. (Graham Knop) [ ENHANCEMENT ] * GH #836: Support delayed (asynchronous) responses! ("Delayed responses" in Dancer2::Manual for more information.) (Sawyer X) * GH #824: Use Plack::MIME by default, MIME::Types as failback if available. (Alberto Simes) * GH #792, #848: Keywords can now use prototypes. (Russell Jenkins, Sawyer X) [ DOCUMENTATION ] * GH #837, #838, #841: Major documentation restructure. (Snigdha Dagar) (Check eb9416e9 and a78e27d7 for more details.) * GH #823: Cleanup Manual and Cookbook docs. (Omar M. Othman) * GH #828: Provide README.mkdn. (Nuno Carvalho) * GH #830: Fix typo in Session::YAML pod. (Vince W) * GH #831,#832: Fix broken link in Session::YAML pod. (Vince W)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Dancer2/Makefile17
-rw-r--r--www/p5-Dancer2/distinfo8
2 files changed, 12 insertions, 13 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile
index 594ffe02e77..6847ae1c92e 100644
--- a/www/p5-Dancer2/Makefile
+++ b/www/p5-Dancer2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2015/01/04 12:36:16 wen Exp $
+# $NetBSD: Makefile,v 1.19 2015/02/27 13:25:09 wen Exp $
-DISTNAME= Dancer2-0.158000
+DISTNAME= Dancer2-0.159001
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
@@ -13,10 +13,12 @@ LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Dancer2/.packlist
+BUILD_DEPENDS+= p5-Test-Memory-Cycle>=0:../../devel/p5-Test-Memory-Cycle
BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime
BUILD_DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP
BUILD_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.06:../../devel/p5-File-ShareDir-Install
+BUILD_DEPENDS+= p5-LWP-Protocol-PSGI>=0.06:../../www/p5-LWP-Protocol-PSGI
DEPENDS+= p5-App-Cmd>=0:../../devel/p5-App-Cmd
DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny
@@ -27,24 +29,21 @@ DEPENDS+= p5-Hash-Merge-Simple>=0:../../devel/p5-Hash-Merge-Simple
DEPENDS+= p5-HTTP-Body>=0:../../www/p5-HTTP-Body
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
-DEPENDS+= p5-Moo>=0.009014:../../devel/p5-Moo
+DEPENDS+= p5-Moo>=1.003000:../../devel/p5-Moo
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>=1.0029:../../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-Role-Tiny>=1.003000:../../devel/p5-Role-Tiny
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
+DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML
DEPENDS+= p5-YAML-LibYAML>=0:../../textproc/p5-YAML-LibYAML
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo
index 4d110a26925..ce4811b901e 100644
--- a/www/p5-Dancer2/distinfo
+++ b/www/p5-Dancer2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2015/01/04 12:36:16 wen Exp $
+$NetBSD: distinfo,v 1.17 2015/02/27 13:25:09 wen Exp $
-SHA1 (Dancer2-0.158000.tar.gz) = bf87aa060526eee3e54375d11e181b73c05bf98e
-RMD160 (Dancer2-0.158000.tar.gz) = 4453692a2ad9b03ed432b6f86c9589bba69ca6f6
-Size (Dancer2-0.158000.tar.gz) = 291353 bytes
+SHA1 (Dancer2-0.159001.tar.gz) = 7ee62d666a00281e8de1867bbd62c09a2e176b52
+RMD160 (Dancer2-0.159001.tar.gz) = ad147ece1ce46d6952b9018a144c6c8cc970a6cb
+Size (Dancer2-0.159001.tar.gz) = 310319 bytes