Sat Nov 12 02:58:03 2011 UTC ()
Update p5-CGI-Emulate-PSGI to 0.14.

Changes from previous:
0.14 Mon Oct 31 10:37:49 PDT 2011
     - Fixed a bug where croak was not imported from Carp (ctfliblime)

0.13 Sun Sep 18 12:10:56 PDT 2011
     - Set the status header to 302 if there's Location header but no Status in the resonse (ASP)

0.12 Thu Jun  9 23:58:10 PDT 2011
     - Fixed the PSGI header generation to prevent invalid PSGI response headers
       such as newlines in the value and "Status" key

0.11 Fri Feb 18 21:35:29 PST 2011
     - Filter psgix.* environment too (mkanat)


(hiramatsu)
diff -r1.4 -r1.5 pkgsrc/www/p5-CGI-Emulate-PSGI/Makefile
diff -r1.2 -r1.3 pkgsrc/www/p5-CGI-Emulate-PSGI/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/www/p5-CGI-Emulate-PSGI/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-Emulate-PSGI/Makefile 2011/08/14 16:05:44 1.4
+++ pkgsrc/www/p5-CGI-Emulate-PSGI/Makefile 2011/11/12 02:58:03 1.5
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2011/08/14 16:05:44 obache Exp $ 1# $NetBSD: Makefile,v 1.5 2011/11/12 02:58:03 hiramatsu Exp $
2 2
3DISTNAME= CGI-Emulate-PSGI-0.10 3DISTNAME= CGI-Emulate-PSGI-0.14
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/CGI-Emulate-PSGI/ 9HOMEPAGE= http://search.cpan.org/dist/CGI-Emulate-PSGI/
11COMMENT= Perl 5 module prodiving PSGI adapter for CGI 10COMMENT= Perl 5 module prodiving PSGI adapter for CGI
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 15DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
17 16
18USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty

cvs diff -r1.2 -r1.3 pkgsrc/www/p5-CGI-Emulate-PSGI/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-Emulate-PSGI/distinfo 2010/07/11 13:20:33 1.2
+++ pkgsrc/www/p5-CGI-Emulate-PSGI/distinfo 2011/11/12 02:58:03 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/07/11 13:20:33 seb Exp $ 1$NetBSD: distinfo,v 1.3 2011/11/12 02:58:03 hiramatsu Exp $
2 2
3SHA1 (CGI-Emulate-PSGI-0.10.tar.gz) = dbd94d0b2066974d5b96afdee340b8ca6ea00101 3SHA1 (CGI-Emulate-PSGI-0.14.tar.gz) = 96f3266a456ac9e4a42e963b48426f4c982af986
4RMD160 (CGI-Emulate-PSGI-0.10.tar.gz) = f4160a1652c23ffee8ede9e41c3949c6a5fdc88e 4RMD160 (CGI-Emulate-PSGI-0.14.tar.gz) = 212c05fc03853e51c43db8f6a283716161f5e3a9
5Size (CGI-Emulate-PSGI-0.10.tar.gz) = 27306 bytes 5Size (CGI-Emulate-PSGI-0.14.tar.gz) = 30836 bytes