pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Dancer2 Update to 0.200000
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c2d35527209
branches: trunk
changeset: 347858:6c2d35527209
user: wen <wen%pkgsrc.org@localhost>
date: Wed Jun 01 01:13:06 2016 +0000
description:
Update to 0.200000
Update DEPENDS
Upstream changes:
0.200000 2016-05-31 15:05:46+02:00 Europe/Amsterdam
[ BUG FIXES ]
* GH #1174: Update plugin tests to stop deprecation warnings
(Peter Mottram)
* GH #1173: Reword error when serialization / deserialization fails
to be more generic (Russell @veryrusty Jenkins)
[ ENHANCEMENTS ]
* Introduce an improved variation of the Dancer2::Plugin::SendAs
into core. You can now override the serializer (or lack thereof)
at any point in time for a response by calling `send_as`. You
can also send the options of `send_file` (like the Content-Type)
and the charset for the app is also respected.
(Russell @veryrusty Jenkins)
0.166001_04 2016-05-27 14:54:53+02:00 Europe/Amsterdam (TRIAL RELEASE)
[ BUG FIXES ]
* GH #1171: Ensure request query parameter parsing is independent of
Plack version (Russell Jenkins)
0.166001_03 2016-05-27 13:23:52+02:00 Europe/Amsterdam (TRIAL RELEASE)
[ BUG FIXES ]
* GH #1165, #1167: Copy is_behind_proxy attribute into new request
on forward. (Russell Jenkins)
[ ENHANCEMENTS ]
* GH #1120: Move from MooX::Types::MooseLike to Type::Tiny for
performance. (Peter Mottram)
* GH #1145, #1164: Replace Class::Load with Module::Runtime
(Sawyer X)
* GH #1159, #1163: Make template keyword global.
(Sawyer X, Russell Jenkins)
[ DOCUMENTATION ]
* GH #1158: List both static and shared modules in Apache's deploy
instructions. (Varadinsky)
0.166001_02 2016-04-29 16:42:54+02:00 Europe/Amsterdam (TRIAL RELEASE)
[ BUG FIXES ]
* GH #1160: Engines receive correct log callback on build
(Peter Mottram)
* GH #1148: Ensure request body parameter parsing is independent of
Plack version (Russell Jenkins)
0.166001_01 2016-04-19 21:50:35+02:00 Europe/Amsterdam (TRIAL RELEASE)
[ BUG FIXES ]
* GH #1102: Handle multiple '..' in file path utilities.
(Oleg A. Mamontov, Peter Mottram)
* GH #1114: Fix missing prereqs as reported by CPANTS.
(Mohammad S Anwar)
* GH #1128: Shh warning if optional megasplat is not present.
(David Precious)
* GH #1139: Fix incorrect Content-Length header added by AutoPage
handler (Michael Kr?ll, Russell Jenkins)
* GH #1144: Change tt tags to span in skel (Jason Lewis)
* GH #1046: "no_server_tokens" configuration option doesn't work.
(Sawyer X)
# GH #1155, #1157: Fix megasplat value splitting when there are empty
trailing path segments. (Tatsuhiko Miyagawa, Russell Jenkins)
NOTE: Paths matching a megasplat that end with a '/' will now include
an empty string as the last value. For the route pattern '/foo/**',
the path '/foo/bar', the megasplat gives ['bar'], whereas '/foo/bar/'
now gives ['bar','']. Joining the array of megasplat values will now
always be the string matched against for the megasplit.
[ DOCUMENTATION ]
* GH #1119: Improve the deployment documentation. (Andrew Beverley)
* GH #1123: Document import of utf8 pragma. (Victor Adam)
* GH #1132: Fix spelling mistakes in POD (Gregor Herrmann)
* GH #1134: Fix spelling errors detected by codespell (James McCoy)
* GH #1153: Fix POD rendering error. (Sawyer X)
[ ENHANCEMENTS ]
* GH #1129: engine.logger.* hooks are called around logging a message.
(Russell @veryrusty Jenkins)
* GH #1146: Cleaner display of error context (Vernon Lyon)
* GH #1085: Add consistent keywords for accessing headers;
'request_header' for request, 'response_header', 'response_headers'
and 'push_response_header' for response. (Russell @veryrusty Jenkins)
* GH #1010: New Dancer2::Plugin architecture, includes support for
plugins using other plugins. (Yanick Champoux, Russell Jenkins,
Sawyer X, Damien Krotkine, Stefan @racke Hornburg, Peter Mottram)
Note: Considerable effort has gone into working with the authors
of existing plugins to ensure their plugins are compatible with both
the 'old' and the new reworked plugin architecture. Please upgrade
your plugins to a recent release.
(Special thanks to Peter @SysPete Mottram)
diffstat:
www/p5-Dancer2/Makefile | 9 +++++----
www/p5-Dancer2/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 9 deletions(-)
diffs (48 lines):
diff -r aa6d1334412e -r 6c2d35527209 www/p5-Dancer2/Makefile
--- a/www/p5-Dancer2/Makefile Wed Jun 01 00:40:40 2016 +0000
+++ b/www/p5-Dancer2/Makefile Wed Jun 01 01:13:06 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2016/01/23 09:11:02 wen Exp $
+# $NetBSD: Makefile,v 1.33 2016/06/01 01:13:06 wen Exp $
-DISTNAME= Dancer2-0.166001
+DISTNAME= Dancer2-0.200000
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
@@ -32,17 +32,18 @@
DEPENDS+= p5-JSON>=0:../../converters/p5-JSON
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Module-Pluggable>=0:../../devel/p5-Module-Pluggable
-DEPENDS+= p5-Moo>=1.003000:../../devel/p5-Moo
+DEPENDS+= p5-Moo>=2.000000:../../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-Plack>=1.0035:../../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-Role-Tiny>=2.000000:../../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-Type-Tiny>=0.008:../../devel/p5-Type-Tiny
DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML
DEPENDS+= p5-YAML-LibYAML>=0:../../textproc/p5-YAML-LibYAML
diff -r aa6d1334412e -r 6c2d35527209 www/p5-Dancer2/distinfo
--- a/www/p5-Dancer2/distinfo Wed Jun 01 00:40:40 2016 +0000
+++ b/www/p5-Dancer2/distinfo Wed Jun 01 01:13:06 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2016/01/23 09:11:02 wen Exp $
+$NetBSD: distinfo,v 1.29 2016/06/01 01:13:06 wen Exp $
-SHA1 (Dancer2-0.166001.tar.gz) = 605ae15bddc9eab4ae47cfcf84a1f2dd9d0e34c3
-RMD160 (Dancer2-0.166001.tar.gz) = f74c48ce8b5e71bcd605a9d8f7147da2d6d06c9e
-SHA512 (Dancer2-0.166001.tar.gz) = 20fde4c260d78d022579e3b23456e0539a02093d29612d398a262ac6643c3a6d1720673e65aff7740839af96a16730fed042ea3af20488ef646e67764c4ab301
-Size (Dancer2-0.166001.tar.gz) = 324270 bytes
+SHA1 (Dancer2-0.200000.tar.gz) = 70ee8d271c4be4d44dc527bc9202ae7b9a5a0756
+RMD160 (Dancer2-0.200000.tar.gz) = 72ec43b0f0fb5ead6038a283f34608bf6f56f3b6
+SHA512 (Dancer2-0.200000.tar.gz) = b9ed999fdad0912cea7e8b9cb3501741298259e1766ac11c1a05834488d1e921240818f40b5efdf35b700d23ebfddcdd479fb0b0c4c5f3f9a547150562ce18b1
+Size (Dancer2-0.200000.tar.gz) = 336765 bytes
Home |
Main Index |
Thread Index |
Old Index