pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-CGI Update the CGI.pm Perl module to version 3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/198a671b4762
branches:  trunk
changeset: 546231:198a671b4762
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Sun Aug 24 14:00:59 2008 +0000

description:
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:

 www/p5-CGI/Makefile |  5 +++--
 www/p5-CGI/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 31e03036d38d -r 198a671b4762 www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile       Sun Aug 24 12:36:59 2008 +0000
+++ b/www/p5-CGI/Makefile       Sun Aug 24 14:00:59 2008 +0000
@@ -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/*.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 -r 31e03036d38d -r 198a671b4762 www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo       Sun Aug 24 12:36:59 2008 +0000
+++ b/www/p5-CGI/distinfo       Sun Aug 24 14:00:59 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index