Updating www/p5-Catalyst-Plugin-ConfigLoader from 0.27nb2 to 0.30
pkgsrc changes: - adjusting dependencies Upstream changes: 0.30 Fri Aug 20 2010 - Fix for Windows regarding changes from 0.29 0.29 Fri Aug 20 2010 - Fix issue with 2 character app names that are kept in versioned directories (e.g. app called QX in QX-2.1.5/) - bump dep on Config::Any to use the -ForceArray Config::General option (caelum) 0.28 Wed Jun 30 2010 - Pod Fixes related to config_substitutions() (Oleg Kostyuk) - Pod fix for the "Using a local configuration file" section of the Manual (RT #48823) - Expand XML config example in the manual (teejay, Kieren Diment)
This commit is contained in:
parent
c9a6d9f347
commit
8c295169ff
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.9 2010/08/21 16:36:42 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2010/09/05 11:28:17 sno Exp $
|
||||
|
||||
DISTNAME= Catalyst-Plugin-ConfigLoader-0.27
|
||||
DISTNAME= Catalyst-Plugin-ConfigLoader-0.30
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
#PKGREVISION= 2
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
||||
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Load Catalyst config from YAML file
|
|||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Catalyst-Runtime>=5.80000:../../www/p5-Catalyst-Runtime
|
||||
DEPENDS+= p5-Config-Any>=0.08:../../devel/p5-Config-Any
|
||||
DEPENDS+= p5-Config-Any>=0.20:../../devel/p5-Config-Any
|
||||
DEPENDS+= p5-Data-Visitor>=0.24:../../devel/p5-Data-Visitor
|
||||
DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2009/08/19 18:23:08 sno Exp $
|
||||
$NetBSD: distinfo,v 1.7 2010/09/05 11:28:17 sno Exp $
|
||||
|
||||
SHA1 (Catalyst-Plugin-ConfigLoader-0.27.tar.gz) = 41b48030e4b210516aca4f9ba13bd9eda3711e39
|
||||
RMD160 (Catalyst-Plugin-ConfigLoader-0.27.tar.gz) = 898318ce27e44531f6fcb5569914c9f138000f12
|
||||
Size (Catalyst-Plugin-ConfigLoader-0.27.tar.gz) = 23668 bytes
|
||||
SHA1 (Catalyst-Plugin-ConfigLoader-0.30.tar.gz) = 5b08c30693ac7e5a4c1ff6ba0aa007d7f691317f
|
||||
RMD160 (Catalyst-Plugin-ConfigLoader-0.30.tar.gz) = 091f779654b0f0461988d348c84724f2518cbabd
|
||||
Size (Catalyst-Plugin-ConfigLoader-0.30.tar.gz) = 27549 bytes
|
||||
|
|
Loading…
Reference in a new issue