Wed Sep 27 14:10:51 2017 UTC ()
p5-Catalyst-Runtime: update to 5.90115.

5.90115 - 2017-05-01
  - fixes for silent bad behavior in Catalyst::ScriptRole and 'ensure_class_loaded'
    (hobbs++)
  - do not require MXRWO if Moose is new enough to have cored it (ether++)
  - documentation improvements (ether++)
  - Encoding documentation improvements (colinnewell++)
  - Improve documentation and test cases for 'abort_chain_on_error_fix' configuration
    option (melmothx++)
  - Better debug output when using Hash::MultiValue (tremor69++)
  - Fixes for detecting debug terminal size (simonamor++)


(wiz)
diff -r1.41 -r1.42 pkgsrc/www/p5-Catalyst-Runtime/Makefile
diff -r1.27 -r1.28 pkgsrc/www/p5-Catalyst-Runtime/distinfo

cvs diff -r1.41 -r1.42 pkgsrc/www/p5-Catalyst-Runtime/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Catalyst-Runtime/Makefile 2017/06/05 14:25:15 1.41
+++ pkgsrc/www/p5-Catalyst-Runtime/Makefile 2017/09/27 14:10:51 1.42
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.41 2017/06/05 14:25:15 ryoon Exp $ 1# $NetBSD: Makefile,v 1.42 2017/09/27 14:10:51 wiz Exp $
2 2
3DISTNAME= Catalyst-Runtime-5.90114 3DISTNAME= Catalyst-Runtime-5.90115
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.catalystframework.org/ 9HOMEPAGE= http://www.catalystframework.org/
11COMMENT= The Elegant MVC Web Application Framework 10COMMENT= The Elegant MVC Web Application Framework
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14CONFLICTS+= p5-Catalyst-[0-9]* 13CONFLICTS+= p5-Catalyst-[0-9]*
15 14
16DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils 15DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
17DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean 16DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
18DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast>=0.00903:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast 17DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast>=0.00903:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast
@@ -35,26 +34,27 @@ DEPENDS+= p5-Sub-Exporter>=0:../../devel @@ -35,26 +34,27 @@ DEPENDS+= p5-Sub-Exporter>=0:../../devel
35DEPENDS+= p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable 34DEPENDS+= p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable
36DEPENDS+= p5-Tree-Simple>=1.15:../../devel/p5-Tree-Simple 35DEPENDS+= p5-Tree-Simple>=1.15:../../devel/p5-Tree-Simple
37DEPENDS+= p5-Tree-Simple-VisitorFactory>=0:../../devel/p5-Tree-Simple-VisitorFactory 36DEPENDS+= p5-Tree-Simple-VisitorFactory>=0:../../devel/p5-Tree-Simple-VisitorFactory
38DEPENDS+= p5-Safe-Isa>=0:../../devel/p5-Safe-Isa 37DEPENDS+= p5-Safe-Isa>=0:../../devel/p5-Safe-Isa
39DEPENDS+= p5-Task-Weaken>=0:../../devel/p5-Task-Weaken 38DEPENDS+= p5-Task-Weaken>=0:../../devel/p5-Task-Weaken
40DEPENDS+= p5-MRO-Compat>=0:../../devel/p5-MRO-Compat 39DEPENDS+= p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
41DEPENDS+= p5-MooseX-Getopt>=0.48:../../devel/p5-MooseX-Getopt 40DEPENDS+= p5-MooseX-Getopt>=0.48:../../devel/p5-MooseX-Getopt
42DEPENDS+= p5-String-RewritePrefix>=0.004:../../textproc/p5-String-RewritePrefix 41DEPENDS+= p5-String-RewritePrefix>=0.004:../../textproc/p5-String-RewritePrefix
43DEPENDS+= p5-Plack>=0.9991:../../www/p5-Plack 42DEPENDS+= p5-Plack>=0.9991:../../www/p5-Plack
44DEPENDS+= p5-Plack-Middleware-ReverseProxy>=0.04:../../www/p5-Plack-Middleware-ReverseProxy 43DEPENDS+= p5-Plack-Middleware-ReverseProxy>=0.04:../../www/p5-Plack-Middleware-ReverseProxy
45DEPENDS+= p5-Plack-Test-ExternalServer>=0:../../www/p5-Plack-Test-ExternalServer 44DEPENDS+= p5-Plack-Test-ExternalServer>=0:../../www/p5-Plack-Test-ExternalServer
46DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable 45DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
47DEPENDS+= p5-URI>=1.36:../../www/p5-URI 46DEPENDS+= p5-URI>=1.36:../../www/p5-URI
 47DEPENDS+= p5-URI-ws-[0-9]*:../../www/p5-URI-ws
48DEPENDS+= p5-JSON-MaybeXS>=1.36:../../converters/p5-JSON-MaybeXS 48DEPENDS+= p5-JSON-MaybeXS>=1.36:../../converters/p5-JSON-MaybeXS
49DEPENDS+= p5-CGI-Struct>=0:../../www/p5-CGI-Struct 49DEPENDS+= p5-CGI-Struct>=0:../../www/p5-CGI-Struct
50DEPENDS+= p5-Catalyst-DispatchType-Regex>=5.90021:../../www/p5-Catalyst-DispatchType-Regex 50DEPENDS+= p5-Catalyst-DispatchType-Regex>=5.90021:../../www/p5-Catalyst-DispatchType-Regex
51DEPENDS+= p5-Plack-Middleware-FixMissingBodyInRedirect-[0-9]*:../../www/p5-Plack-Middleware-FixMissingBodyInRedirect 51DEPENDS+= p5-Plack-Middleware-FixMissingBodyInRedirect-[0-9]*:../../www/p5-Plack-Middleware-FixMissingBodyInRedirect
52DEPENDS+= p5-Plack-Middleware-MethodOverride-[0-9]*:../../www/p5-Plack-Middleware-MethodOverride 52DEPENDS+= p5-Plack-Middleware-MethodOverride-[0-9]*:../../www/p5-Plack-Middleware-MethodOverride
53DEPENDS+= p5-Plack-Middleware-RemoveRedundantBody-[0-9]*:../../www/p5-Plack-Middleware-RemoveRedundantBody 53DEPENDS+= p5-Plack-Middleware-RemoveRedundantBody-[0-9]*:../../www/p5-Plack-Middleware-RemoveRedundantBody
54 54
55BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 55BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
56#BUILD_DEPENDS+= p5-Test-MockObject>=1.07:../../devel/p5-Test-MockObject 56#BUILD_DEPENDS+= p5-Test-MockObject>=1.07:../../devel/p5-Test-MockObject
57 57
58#MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skipdeps 58#MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skipdeps
59PERL5_PACKLIST= auto/Catalyst/Runtime/.packlist 59PERL5_PACKLIST= auto/Catalyst/Runtime/.packlist
60PERL5_MODULE_TYPE= Module::Install::Bundled 60PERL5_MODULE_TYPE= Module::Install::Bundled

cvs diff -r1.27 -r1.28 pkgsrc/www/p5-Catalyst-Runtime/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Catalyst-Runtime/distinfo 2017/06/07 14:51:18 1.27
+++ pkgsrc/www/p5-Catalyst-Runtime/distinfo 2017/09/27 14:10:51 1.28
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.27 2017/06/07 14:51:18 ryoon Exp $ 1$NetBSD: distinfo,v 1.28 2017/09/27 14:10:51 wiz Exp $
2 2
3SHA1 (Catalyst-Runtime-5.90114.tar.gz) = 3af74152ce006449f4a04f3201550c95248d8463 3SHA1 (Catalyst-Runtime-5.90115.tar.gz) = 3a1067a6e996cb2ae3b2859f45683e1c1913e852
4RMD160 (Catalyst-Runtime-5.90114.tar.gz) = ab58e532921ec5deb80a9b11c35ea767d5bb0df4 4RMD160 (Catalyst-Runtime-5.90115.tar.gz) = 17ac87220c3f2f0953854a2c8b79dc39702da6dd
5SHA512 (Catalyst-Runtime-5.90114.tar.gz) = f6b795709aa22f64bcb7f651ad83f84073793d9e699b115070a4cfa62f96e39181a90063bd5829ce8cbef30e7157908697588a5f04b2c7f843e91f26d8afe3b4 5SHA512 (Catalyst-Runtime-5.90115.tar.gz) = 572e43f49cdd36a23782058de2acc2877558d164010651692ef6e050a8f4089661cd44a64c9a4bceb6da62ae4b53d3bb1dee43f00d31764a1f2baece29189c0c
6Size (Catalyst-Runtime-5.90114.tar.gz) = 391209 bytes 6Size (Catalyst-Runtime-5.90115.tar.gz) = 392032 bytes
7SHA1 (patch-Makefile.PL) = a1349133540339015c3abbde8e50f32a8fa2f837 7SHA1 (patch-Makefile.PL) = a1349133540339015c3abbde8e50f32a8fa2f837