diff options
author | wen <wen@pkgsrc.org> | 2015-04-28 13:12:38 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-04-28 13:12:38 +0000 |
commit | 4f2d6d0e72b7ad1aec85e878635326c80d266ce9 (patch) | |
tree | 45400c4aa49ddbb02d2eee5775eb391ed60cfcbf /www/p5-Dancer2 | |
parent | e0915cfae283a01b7e96d87e82310f3e7b27854f (diff) | |
download | pkgsrc-4f2d6d0e72b7ad1aec85e878635326c80d266ce9.tar.gz |
Update to 0.160000
Upstream changes:
0.160000 2015-04-27 00:12:55+02:00 Europe/Amsterdam
[ BUG FIXES ]
* GH #868: Fix incorrect access name in $error->throw. (cdmalon)
* GH #879, #883: Fix version numbering in packaging and tests.
(Russell Jenkins)
* File serving (send_file) won't call serializer. (Russell Jenkins)
* GH #892, #510: Workaround for multiple plugins with hooks.
(Russell Jenkins, Alberto Simē«es)
* GH #558: Remove "prefix" inconsistency with possibly missing postfixed
forward slash. (Sawyer X)
[ DOCUMENTATION ]
* GH #816, #874 Document session engine changes in migration documentation.
(Chenchen Zhao)
* GH #866, #870: Clarify that you cannot forward to a static file, why,
and two different ways of accomplishing it without forward.
(Sakshee Vijayvargia)
* GH #878: Rework example for optional named matching due to operator
precedence. (Andrew Solomon)
* GH #844: Document Simple session backend is the default. (Sawyer X)
[ ENHANCEMENT ]
* GH #869: Streaming file serving (send_file). (Russell Jenkins)
* GH #793: "prefix" now supports the path definition spec. (Sawyer X)
* GH #817, #845: Route spec under a prefix doesn't need to start with
a slash (but must without a prefix).
(Sawyer X, Russell Jenkins)
* GH #871: Use Safe.pm instead of eval with Dancer2::Serializer::Dumper.
(David Zurborg)
* GH #880: Reduce and cleanup different logging calls in order to handle
the stack frames traceback for logging classes. (Russell Jenkins)
* GH #857, #875: When failing to render in Template::Toolkit, make the
error reflect it's a TT error, not an internal one.
(valerycodes)
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r-- | www/p5-Dancer2/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 88e0756dbc5..4bbefbcf7bb 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2015/04/12 03:15:29 wen Exp $ +# $NetBSD: Makefile,v 1.21 2015/04/28 13:12:38 wen Exp $ -DISTNAME= Dancer2-0.159003 +DISTNAME= Dancer2-0.160000 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index b33c190ed57..cef235700f9 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2015/04/12 03:15:29 wen Exp $ +$NetBSD: distinfo,v 1.19 2015/04/28 13:12:38 wen Exp $ -SHA1 (Dancer2-0.159003.tar.gz) = f9b6cf73ebf4edb589dbc4e37f9ee8cdc7056131 -RMD160 (Dancer2-0.159003.tar.gz) = 64ceff594b3bb5e6639aafa67944fb5772d487c1 -Size (Dancer2-0.159003.tar.gz) = 307722 bytes +SHA1 (Dancer2-0.160000.tar.gz) = 41aad9974160babcee3eace3674e7d3f6e760848 +RMD160 (Dancer2-0.160000.tar.gz) = ae935873446e6df135fb9d99ec32387508af89cc +Size (Dancer2-0.160000.tar.gz) = 311343 bytes |