summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2014-11-06 03:02:47 +0000
committerwen <wen>2014-11-06 03:02:47 +0000
commite4bf9aca41393739b658e163f902d728d2c01a4d (patch)
tree1cb032b9a046f33b25ee7508f8371bcbd97981ef
parent1f338dde0b50e623436b8f7bf87eecd0bc18c011 (diff)
downloadpkgsrc-e4bf9aca41393739b658e163f902d728d2c01a4d.tar.gz
Update to 1.17
Upstream changes: 1.17 2014-10-23 19:58:46-05:00 America/Chicago - Make 3xx status codes skip serialization when there is no data to serialize (Thanks Jesse Sheidlower!) 1.16 2014-09-12 13:21:43-05:00 America/Chicago - Switch from JSON to JSON::MaybeXS to get a better choice of JSON parsers. 1.15 2014-05-07 09:02:44-05:00 CST6CDT - Added new status_see_other method for returning a 303 redirect. - Added new status_moved method for returning a 301 redirect. (Matthew Keller) 1.14 2013-12-27 15:32:19 America/Chicago - Stop prompting for features at install time 1.13 2013-11-08 09:40:00 EST - Fix tests to skip if YAML::Syck is not installed (Arthur Axel fREW Schmidt) 1.12 2013-09-03 13:00:00 EST WARNING BACK COMPAT BREAKAGE FOLLOWS Removed The YAML and HTML parser from the distro. You should install these if you actually use them. They are listed as optional dependencies going forward. This is possibly a breaking change, but necessary for security and considered acceptable since those formats have not generally become preferred for web services. In addition, the default de/serialization mappings for HTML and YAML have been removed. You can add that back by adding the following to you Configuration for the subclass of Catalyst::Controller::REST - package Foo::Controller::Bar; use Moose; use namespace::autoclean; BEGIN { extends 'Catalyst::Controller::REST' } __PACKAGE__->config( 'map' => { 'text/html' => 'YAML::HTML', 'text/x-yaml' => 'YAML', }, ); You should do this if you are using these de/serialization formats.
-rw-r--r--www/p5-Catalyst-Action-REST/Makefile5
-rw-r--r--www/p5-Catalyst-Action-REST/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Action-REST/Makefile b/www/p5-Catalyst-Action-REST/Makefile
index 6fcb63899f1..f7a1e354457 100644
--- a/www/p5-Catalyst-Action-REST/Makefile
+++ b/www/p5-Catalyst-Action-REST/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2014/05/31 12:56:55 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2014/11/06 03:02:47 wen Exp $
-DISTNAME= Catalyst-Action-REST-1.11
+DISTNAME= Catalyst-Action-REST-1.17
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
diff --git a/www/p5-Catalyst-Action-REST/distinfo b/www/p5-Catalyst-Action-REST/distinfo
index e7802be31a0..7f4a1033072 100644
--- a/www/p5-Catalyst-Action-REST/distinfo
+++ b/www/p5-Catalyst-Action-REST/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2013/08/22 08:45:12 wen Exp $
+$NetBSD: distinfo,v 1.9 2014/11/06 03:02:47 wen Exp $
-SHA1 (Catalyst-Action-REST-1.11.tar.gz) = 515ffe362757bf6176f0f4b36d01de926f7d274b
-RMD160 (Catalyst-Action-REST-1.11.tar.gz) = 7a49a15a3bb66eaa923430b1602cdb068e1e6bcc
-Size (Catalyst-Action-REST-1.11.tar.gz) = 66649 bytes
+SHA1 (Catalyst-Action-REST-1.17.tar.gz) = 43cae8433d17f97e5a3e5666456eaccd75c98390
+RMD160 (Catalyst-Action-REST-1.17.tar.gz) = 877e6a329dd23880bd7184032c418896f9809a64
+Size (Catalyst-Action-REST-1.17.tar.gz) = 48361 bytes