diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-01-31 14:09:39 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-01-31 14:09:39 +0000 |
commit | b8b600596da4d5806cdccd61edbfbff2cc137371 (patch) | |
tree | 51e22a45c2ccc01ced1ba194b5a51fe05678e0e1 /www | |
parent | 075e0fd02fbb9f4a4820da8b62447b9db789c610 (diff) | |
download | pkgsrc-b8b600596da4d5806cdccd61edbfbff2cc137371.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Devel/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Catalyst-Devel/distinfo | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Devel/Makefile b/www/p5-Catalyst-Devel/Makefile index a267bcd14a1..234086f0fdb 100644 --- a/www/p5-Catalyst-Devel/Makefile +++ b/www/p5-Catalyst-Devel/Makefile @@ -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-Config-General>=2.42:../../devel/p5-Config-General 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 diff --git a/www/p5-Catalyst-Devel/distinfo b/www/p5-Catalyst-Devel/distinfo index fa1b26800c4..e59de12b6a7 100644 --- a/www/p5-Catalyst-Devel/distinfo +++ b/www/p5-Catalyst-Devel/distinfo @@ -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 -RMD160 (Catalyst-Devel-1.34.tar.gz) = f882bd8c8212d2badb775101ccecfab6eb55045e -Size (Catalyst-Devel-1.34.tar.gz) = 91707 bytes +SHA1 (Catalyst-Devel-1.36.tar.gz) = 2b0b76ebddee3d062a84df6b9ebdf2ae08f6287d +RMD160 (Catalyst-Devel-1.36.tar.gz) = 044dff3c0ea0e685eae0a043dec6738b137283db +Size (Catalyst-Devel-1.36.tar.gz) = 92399 bytes |