Sun Oct 25 13:16:22 2009 UTC ()
Updating www/p5-CGI from 3.47 to 3.48

Upstream changes:
Version 3.48

  [BUG FIXES]
  1. <optgroup> default values are now properly escaped.
     Thanks to #raleigh.pm and Mark Stosberg. (RT#49606)
  2. The change to exception handling in CGI::Carp introduced in 3.47 has been
     reverted for now. It caused regressions reported in RT#49630.
     Thanks to mkanat for the report.

  [DOCUMENTATION]
  1. Documentation for upload() has been overhauled, thanks to Mark Stosberg.
  2. Documentation for tmpFileName has been added. Thanks to Mark Stosberg and Nathaniel K. Smith.
  3. URLS were updated, thanks to Leon Brocard and Yanick Champoux. (RT#49770)

  [INTERNALS]
  1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485)


(sno)
diff -r1.51 -r1.52 pkgsrc/www/p5-CGI/Makefile
diff -r1.22 -r1.23 pkgsrc/www/p5-CGI/distinfo

cvs diff -r1.51 -r1.52 pkgsrc/www/p5-CGI/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI/Makefile 2009/09/12 21:05:54 1.51
+++ pkgsrc/www/p5-CGI/Makefile 2009/10/25 13:16:21 1.52
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.51 2009/09/12 21:05:54 sno Exp $ 1# $NetBSD: Makefile,v 1.52 2009/10/25 13:16:21 sno Exp $
2 2
3VERS= 3.47 3VERS= 3.48
4DISTNAME= CGI.pm-${VERS} 4DISTNAME= CGI.pm-${VERS}
5PKGNAME= p5-CGI-${VERS} 5PKGNAME= p5-CGI-${VERS}
6SVR4_PKGNAME= p5cgi 6SVR4_PKGNAME= p5cgi
7CATEGORIES= www perl5 7CATEGORIES= www perl5
8MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} 8MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/CGI.pm/ 11HOMEPAGE= http://search.cpan.org/dist/CGI.pm/
12COMMENT= Perl5 module for writing forms-based CGI programs 12COMMENT= Perl5 module for writing forms-based CGI programs
13LICENSE= gnu-gpl-v2 OR artistic-2.0 13LICENSE= gnu-gpl-v2 OR artistic-2.0
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews

cvs diff -r1.22 -r1.23 pkgsrc/www/p5-CGI/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI/distinfo 2009/09/12 21:05:54 1.22
+++ pkgsrc/www/p5-CGI/distinfo 2009/10/25 13:16:21 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2009/09/12 21:05:54 sno Exp $ 1$NetBSD: distinfo,v 1.23 2009/10/25 13:16:21 sno Exp $
2 2
3SHA1 (CGI.pm-3.47.tar.gz) = 3ba09bb92bade3abb0acaca38a65fbe45c28aeeb 3SHA1 (CGI.pm-3.48.tar.gz) = b969f1d934163a5e75346c8c1f5a5888037c0a2b
4RMD160 (CGI.pm-3.47.tar.gz) = 8d391f3c140889d6bdd9111a19fb206d8950a4b3 4RMD160 (CGI.pm-3.48.tar.gz) = fca53d2b353e8d9b2369292ea15b49a188f28c63
5Size (CGI.pm-3.47.tar.gz) = 237743 bytes 5Size (CGI.pm-3.48.tar.gz) = 239661 bytes