diff options
author | rhaen <rhaen@pkgsrc.org> | 2009-03-09 20:29:24 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2009-03-09 20:29:24 +0000 |
commit | 180f9895d53f9c8ef032f7c4e596a098d5e3a38b (patch) | |
tree | 07dee84ec7a65b2e3feeb0816f75e06815b9475b /www | |
parent | d1b6093fb02035580ae83a08fa5aeb3cd2a7aa44 (diff) | |
download | pkgsrc-180f9895d53f9c8ef032f7c4e596a098d5e3a38b.tar.gz |
- updated to 4.21
ChangeLog:
4.21 Sat Jan 3, 2009
[FEATURES]
- This now works:
$webapp->query($new_query_object);
Setting a new query object can be useful in combination with
CGI::Application::Server. (Jaldhar Vyas)
[DOCUMENTATION]
- More typo fixes (Lyle)
4.20 Sat Nov 1, 2008
[DOCUMENTATION]
- typo fix (Lyle)
4.19_1 Fri Sep 27, 2008
[FEATURES]
- New 'html_tmpl_class' method allows you to specify an alternative
HTML::Template class. This technique will eliminate the need to use
a plugin for HTML::Template-compatible classes. See the docs
for load_tmpl() for details.
Thanks to Rhesa Rozendaal for the initial patch, and Mark Stosberg for
documentation refinements.
[DOCUMENTATION]
- typo fix (George Hartzell)
- Revert back to documenting the use of "$self", not $c, after community
feedback.
[INTERNALS]
- Change how default run modes are declared for better compatibility
with AutoRunmode and RunmodeDeclare plugins. Thanks Rhesa via RT#39631.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Application/Makefile | 5 | ||||
-rw-r--r-- | www/p5-CGI-Application/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile index 978c845bc16..1ef358cd6e5 100644 --- a/www/p5-CGI-Application/Makefile +++ b/www/p5-CGI-Application/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2008/10/19 19:19:07 he Exp $ +# $NetBSD: Makefile,v 1.25 2009/03/09 20:29:24 rhaen Exp $ -DISTNAME= CGI-Application-4.11 +DISTNAME= CGI-Application-4.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5cga CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} diff --git a/www/p5-CGI-Application/distinfo b/www/p5-CGI-Application/distinfo index 9c8aa2cabc5..93647595726 100644 --- a/www/p5-CGI-Application/distinfo +++ b/www/p5-CGI-Application/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/09/13 13:26:44 rhaen Exp $ +$NetBSD: distinfo,v 1.10 2009/03/09 20:29:24 rhaen Exp $ -SHA1 (CGI-Application-4.11.tar.gz) = 6efafe9d466d90f80ac0791de7ddaaf0a41fdd2a -RMD160 (CGI-Application-4.11.tar.gz) = 4467b60d0f2410d06c652553bcf48bc7fc9e42c1 -Size (CGI-Application-4.11.tar.gz) = 58587 bytes +SHA1 (CGI-Application-4.21.tar.gz) = 0e16f0b8e32ffa50f2ecb333efaef8bf7a382852 +RMD160 (CGI-Application-4.21.tar.gz) = 2e670ef9409e57f843e77162521c415e3fc3353b +Size (CGI-Application-4.21.tar.gz) = 60042 bytes |