Sun May 10 15:10:58 2015 UTC ()
(pkgsrc)
 - Adjust following depends for 'make test'
    Convert DEPENDS to BUILD_DEPENDS, p5-CPAN-Changes
    Add BUILD_DEPENDS p5-Test-Deep-[0-9]*
(upstream)
 - Update 2.07 to 2.09
-------------------
2.09 2015-03-08
    [DOCUMENTATION]
    - Clarify order of use statements when using both CGI and CGI::Fast
    - Replace indirect object notation with ->new

    [TESTING]
    - Tests for CGI imports and load order


(mef)
diff -r1.4 -r1.5 pkgsrc/www/p5-CGI-Fast/Makefile
diff -r1.3 -r1.4 pkgsrc/www/p5-CGI-Fast/distinfo

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

--- pkgsrc/www/p5-CGI-Fast/Makefile 2015/03/03 06:17:34 1.4
+++ pkgsrc/www/p5-CGI-Fast/Makefile 2015/05/10 15:10:58 1.5
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.4 2015/03/03 06:17:34 mef Exp $ 1# $NetBSD: Makefile,v 1.5 2015/05/10 15:10:58 mef Exp $
2 2
3DISTNAME= CGI-Fast-2.07 3DISTNAME= CGI-Fast-2.09
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= www perl5 5CATEGORIES= www perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/CGI-Fast/ 9HOMEPAGE= http://search.cpan.org/dist/CGI-Fast/
10COMMENT= CGI Interface for Fast CGI 10COMMENT= CGI Interface for Fast CGI
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-CGI>=3.65.02:../../www/p5-CGI 13DEPENDS+= p5-CGI>=3.65.02:../../www/p5-CGI
14DEPENDS+= p5-FCGI-[0-9]*:../../www/p5-FCGI 14DEPENDS+= p5-FCGI-[0-9]*:../../www/p5-FCGI
15# only for 'make test' 15# only for 'make test'
16DEPENDS+= p5-CPAN-Changes-[0-9]*:../../devel/p5-CPAN-Changes 16BUILD_DEPENDS+= p5-CPAN-Changes-[0-9]*:../../devel/p5-CPAN-Changes
 17BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
17 18
18CONFLICTS+= p5-CGI<4.0 19CONFLICTS+= p5-CGI<4.0
19 20
20PERL5_PACKLIST= auto/CGI/Fast/.packlist 21PERL5_PACKLIST= auto/CGI/Fast/.packlist
21 22
22.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/www/p5-CGI-Fast/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-Fast/distinfo 2015/03/03 06:17:34 1.3
+++ pkgsrc/www/p5-CGI-Fast/distinfo 2015/05/10 15:10:58 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2015/03/03 06:17:34 mef Exp $ 1$NetBSD: distinfo,v 1.4 2015/05/10 15:10:58 mef Exp $
2 2
3SHA1 (CGI-Fast-2.07.tar.gz) = b8d93cc21c94c2eb7b7627bd778126986921c8fd 3SHA1 (CGI-Fast-2.09.tar.gz) = e13c07a58cfae4fc4de946a1117f3a8aafdcdd80
4RMD160 (CGI-Fast-2.07.tar.gz) = 7858544fc6930fb2ac34192e74bc7fd4a48fd814 4RMD160 (CGI-Fast-2.09.tar.gz) = ea68427025e62f87d59af7ac706ca85171847220
5Size (CGI-Fast-2.07.tar.gz) = 8626 bytes 5Size (CGI-Fast-2.09.tar.gz) = 8675 bytes