diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-08-24 14:00:59 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-08-24 14:00:59 +0000 |
commit | 622d087ce120c561557214cfbaa047f06fb71792 (patch) | |
tree | c9e4470a7c4d52bd8c65b8b80ab22084f8e0afc7 /www | |
parent | 4d0f6ff08944674b33b53d1cdcbc98137a679271 (diff) | |
download | pkgsrc-622d087ce120c561557214cfbaa047f06fb71792.tar.gz |
Update the CGI.pm Perl module to version 3.40 (from 3.35) as required by
devel/rt3 in fastcgi mode.
Changes since 3.35:
- CGI::Fast no longer depends on a specific Perl version.
- Makefile.PL now depends on FCGI so that CGI::Fast installs properly.
- Fixed regression in "exists" function when using tied interface to CGI
via $q->Vars.
- Added nobr() function.
- popup_menu() allows multiple items to be selected by default.
- Patch from Renee Backer to avoid doubled <http-equiv> headers.
- Fixed documentation bug that describes what happens when a parameter
is empty.
- Fixed overlap of attribute and parameter space.
- Fix pragmas so that they persist over modperl invocations.
- Fixed handling of chunked multipart uploads.
- Fix CGI::Cookie to support cookies that are separated by "," instead of ";".
Maybe we should add a patch to handle the p5-FCGI dependency as an option
later?
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 3813f032648..d3c37d6c85f 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2008/04/17 18:21:40 abs Exp $ +# $NetBSD: Makefile,v 1.44 2008/08/24 14:00:59 tonnerre Exp $ -VERS= 3.35 +VERS= 3.40 DISTNAME= CGI.pm-${VERS} PKGNAME= p5-CGI-${VERS} SVR4_PKGNAME= p5cgi @@ -20,6 +20,7 @@ REPLACE_PERL+= examples/*.pl REPLACE_PERL+= examples/*.cgi HTMLDIR= ${PREFIX}/share/doc/p5-CGI +DEPENDS+= p5-FCGI>=0.67:../../www/p5-FCGI post-build: cd ${WRKSRC}/examples && chmod +x *.cgi && perl make_links.pl diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index de9874aa77b..b1c8d0b09cf 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2008/04/17 18:21:40 abs Exp $ +$NetBSD: distinfo,v 1.17 2008/08/24 14:00:59 tonnerre Exp $ -SHA1 (CGI.pm-3.35.tar.gz) = cf99c258c387a0fe4877a7b2c97b7fad8505f6a5 -RMD160 (CGI.pm-3.35.tar.gz) = 3502006f85a1b69e7b2b54dcccae0d9aa12e1fd2 -Size (CGI.pm-3.35.tar.gz) = 238801 bytes +SHA1 (CGI.pm-3.40.tar.gz) = 9642b20439353991996d255d4a78f5f8e2cba85a +RMD160 (CGI.pm-3.40.tar.gz) = fac5dd86c6cf3cb3543f5eae6a9f2005637b0c6a +Size (CGI.pm-3.40.tar.gz) = 239792 bytes |