pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Runtime Update to 5.90114



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a56e86d2fc57
branches:  trunk
changeset: 356572:a56e86d2fc57
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Jan 02 02:59:15 2017 +0000

description:
Update to 5.90114

Upstream changes:
5.90114 - 2016-12-19
  - Fixed regression introduced in the last version (5.90113) which caused
    application to hang when the action private name contained a string
    like 'foo/bar..html'.  If you are running 5.90113 you should consider this
    a required update.
  - Tweaked travis CI script.

5.90113 - 2016-12-15
  - Fixed issue with $controller->action_for when targeting an action in
    a namespace nested inside the current controller and the current controller
    is a 'root' controller.
  - Enhanced $controller->action_for so that you can reference the 'parent'
    controller via relative path (eg ->action_for('../foo')).
  - Backcompat fix for people that made the mistake of doing $c->{stash}
  - Sort controllers in setup_actions so cross-controller precedence is
    consistent.

diffstat:

 www/p5-Catalyst-Runtime/Makefile |   4 ++--
 www/p5-Catalyst-Runtime/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 25652b6371c4 -r a56e86d2fc57 www/p5-Catalyst-Runtime/Makefile
--- a/www/p5-Catalyst-Runtime/Makefile  Mon Jan 02 02:20:52 2017 +0000
+++ b/www/p5-Catalyst-Runtime/Makefile  Mon Jan 02 02:59:15 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2016/07/31 01:31:17 wen Exp $
+# $NetBSD: Makefile,v 1.40 2017/01/02 02:59:15 wen Exp $
 
-DISTNAME=      Catalyst-Runtime-5.90112
+DISTNAME=      Catalyst-Runtime-5.90114
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
diff -r 25652b6371c4 -r a56e86d2fc57 www/p5-Catalyst-Runtime/distinfo
--- a/www/p5-Catalyst-Runtime/distinfo  Mon Jan 02 02:20:52 2017 +0000
+++ b/www/p5-Catalyst-Runtime/distinfo  Mon Jan 02 02:59:15 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2016/07/31 01:31:17 wen Exp $
+$NetBSD: distinfo,v 1.26 2017/01/02 02:59:15 wen Exp $
 
-SHA1 (Catalyst-Runtime-5.90112.tar.gz) = 33b5d1b2fdaa8efcb79ff3b0af8d29abfaa35512
-RMD160 (Catalyst-Runtime-5.90112.tar.gz) = 1e37f714aba3063692784b0d96744649722e38e5
-SHA512 (Catalyst-Runtime-5.90112.tar.gz) = 38cc173fd0448c0bac832ff445ac2eb3d14a9d392fccb81fd152ae3b0c1f45600d0125f3ab5321ad8413d7db9abb35b57e5e05714c2b602a017b63169de90d83
-Size (Catalyst-Runtime-5.90112.tar.gz) = 390187 bytes
+SHA1 (Catalyst-Runtime-5.90114.tar.gz) = 3af74152ce006449f4a04f3201550c95248d8463
+RMD160 (Catalyst-Runtime-5.90114.tar.gz) = ab58e532921ec5deb80a9b11c35ea767d5bb0df4
+SHA512 (Catalyst-Runtime-5.90114.tar.gz) = f6b795709aa22f64bcb7f651ad83f84073793d9e699b115070a4cfa62f96e39181a90063bd5829ce8cbef30e7157908697588a5f04b2c7f843e91f26d8afe3b4
+Size (Catalyst-Runtime-5.90114.tar.gz) = 391209 bytes



Home | Main Index | Thread Index | Old Index