diff options
author | sno <sno@pkgsrc.org> | 2009-05-01 11:59:45 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-01 11:59:45 +0000 |
commit | c38dc40a0d2f7a06f782f10a0cbe3827da636282 (patch) | |
tree | 3d4ed459286de2e2d8fba3b220e340f24e227744 | |
parent | d44caac69df51b1fd97759bec59d617955e3921f (diff) | |
download | pkgsrc-c38dc40a0d2f7a06f782f10a0cbe3827da636282.tar.gz |
PkgSrc changes:
- Updating package for p5 module of Catalyst::Action::RenderView from
0.08 to 0.10
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.10 2009-04-29 18:24:50
- Depend on Data::Visitor 0.24 to avoid Class::MOP deprecation
warnings. (Florian Ragwitz)
0.09 2009-02-18 21:32:00
- Store config in $c->config->{'Action::RenderView'}
instead of $c->config->{debug}.
Config from $c->config->{debug} is deprecated, but
still supported.
- Switch from NEXT to next::method
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/Makefile | 11 | ||||
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/distinfo | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile index 610febbec42..7b4e7c9587c 100644 --- a/www/p5-Catalyst-Action-RenderView/Makefile +++ b/www/p5-Catalyst-Action-RenderView/Makefile @@ -1,17 +1,20 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:19:06 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/05/01 11:59:45 sno Exp $ -DISTNAME= Catalyst-Action-RenderView-0.08 +DISTNAME= Catalyst-Action-RenderView-0.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Catalyst-Action-RenderView/ COMMENT= Catalyst render action target +LICENSE= gnu-gpl-v2 # OR artistic DEPENDS+= p5-Catalyst-Runtime>=5.70:../../www/p5-Catalyst-Runtime -DEPENDS+= p5-Data-Visitor>=0.08:../../devel/p5-Data-Visitor +DEPENDS+= p5-Data-Visitor>=0.24:../../devel/p5-Data-Visitor +DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat + +BUILD_DEPENDS+= p5-HTTP-Request-AsCGI-[0-9]*:../../www/p5-HTTP-Request-AsCGI USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/Action/RenderView/.packlist diff --git a/www/p5-Catalyst-Action-RenderView/distinfo b/www/p5-Catalyst-Action-RenderView/distinfo index 96400d4bd8e..be54ceefcba 100644 --- a/www/p5-Catalyst-Action-RenderView/distinfo +++ b/www/p5-Catalyst-Action-RenderView/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:15:03 abs Exp $ +$NetBSD: distinfo,v 1.2 2009/05/01 11:59:45 sno Exp $ -SHA1 (Catalyst-Action-RenderView-0.08.tar.gz) = 06b84ad5bef639d042405be9e944f98031d52f19 -RMD160 (Catalyst-Action-RenderView-0.08.tar.gz) = c89ae2b7f680e34abb944f2c0a6e66bf7e9a812f -Size (Catalyst-Action-RenderView-0.08.tar.gz) = 20856 bytes +SHA1 (Catalyst-Action-RenderView-0.10.tar.gz) = 9963609d28f37704cf3d5adb13ace0864bf9a04e +RMD160 (Catalyst-Action-RenderView-0.10.tar.gz) = 9cd26336b839bb483f3fa252ee2dc9f09276ec88 +Size (Catalyst-Action-RenderView-0.10.tar.gz) = 23843 bytes |