Tue Jan 31 14:09:39 2012 UTC ()
Updated to 1.36

Changelog:
1.36 2011-10-24 17:58:00
        - New apps send an X-Catalyst header by default (this can be
          disabled by changing the config in the generated app)
        - Fix leaking temporary files in tests. RT#59166
        - Fix generated Makefile.PL to always contain unix style paths,
          even on Win32. RT#65456
        - Fix tests generated for controllers generated with --mechanize
          to work with newer versions of Test::WWW::Mechanize::Catalyst
        - bump Module::Install dep to 1.02
        - Removed stderr hiding from 'make catalyst_par' to display errors
          from PAR::Packer

1.35 2011-09-05 13:05:00
        - Stop requiring Starman and MooseX::Daemonize on Win32 as they're
          optional components in Catalyst::Runtime and won't install
          on Windows.
        - Fix test to work on Windows.


(rhaen)
diff -r1.18 -r1.19 pkgsrc/www/p5-Catalyst-Devel/Makefile
diff -r1.13 -r1.14 pkgsrc/www/p5-Catalyst-Devel/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/www/p5-Catalyst-Devel/Makefile (expand / switch to context diff)
--- pkgsrc/www/p5-Catalyst-Devel/Makefile 2011/10/06 12:42:41 1.18
+++ pkgsrc/www/p5-Catalyst-Devel/Makefile 2012/01/31 14:09:39 1.19
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2011/10/06 12:42:41 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.19 2012/01/31 14:09:39 rhaen Exp $
 
-DISTNAME=	Catalyst-Devel-1.34
+DISTNAME=	Catalyst-Devel-1.36
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -19,13 +19,16 @@
 DEPENDS+=	p5-File-ChangeNotify>=0.07:../../devel/p5-File-ChangeNotify
 DEPENDS+=	p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
 DEPENDS+=	p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
-DEPENDS+=	p5-Module-Install>=0.91:../../devel/p5-Module-Install
+DEPENDS+=	p5-Module-Install>=1.02:../../devel/p5-Module-Install
 DEPENDS+=	p5-Moose-[0-9]*:../../devel/p5-Moose
 DEPENDS+=	p5-MooseX-Emulate-Class-Accessor-Fast-[0-9]*:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast
 DEPENDS+=	p5-Path-Class>=0.09:../../devel/p5-Path-Class
 DEPENDS+=	p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
 DEPENDS+=	p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
 DEPENDS+=	p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
+# Optional p5 components - not required by Catalyst runtime
+# DEPENDS+=	p5-Starman-[0-9]*:../../www/p5-Starman
+# DEPENDS+=	p5-MooseX-Daemonize-[0-9]*:../../devel/p5-MooseX-Daemonize
 
 BUILD_DEPENDS+=	{perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
 

cvs diff -r1.13 -r1.14 pkgsrc/www/p5-Catalyst-Devel/distinfo (expand / switch to context diff)
--- pkgsrc/www/p5-Catalyst-Devel/distinfo 2011/10/06 12:42:41 1.13
+++ pkgsrc/www/p5-Catalyst-Devel/distinfo 2012/01/31 14:09:39 1.14
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2011/10/06 12:42:41 hiramatsu Exp $
+$NetBSD: distinfo,v 1.14 2012/01/31 14:09:39 rhaen Exp $
 
-SHA1 (Catalyst-Devel-1.34.tar.gz) = 6d1a4209f14b3aec8fb46c1580e211c2e2b2623b
+SHA1 (Catalyst-Devel-1.36.tar.gz) = 2b0b76ebddee3d062a84df6b9ebdf2ae08f6287d
-RMD160 (Catalyst-Devel-1.34.tar.gz) = f882bd8c8212d2badb775101ccecfab6eb55045e
+RMD160 (Catalyst-Devel-1.36.tar.gz) = 044dff3c0ea0e685eae0a043dec6738b137283db
-Size (Catalyst-Devel-1.34.tar.gz) = 91707 bytes
+Size (Catalyst-Devel-1.36.tar.gz) = 92399 bytes