Thu Jan 1 14:33:12 2015 UTC ()
Update 1.113 to 1.115
1.114
      - Drop support for Perls older than 5.6.1.

1.115 2014.10.19
      - Replace indirect calling of constructor both in code an documentation
        with direct calling.
        Write  CGI::Simle->new   instead of    new CGI::Simple
      - add tests to make sure the order of value is kept as
        they were passed in the QUERY_STRING
      - new co-maintainer (SZABGAB(


(mef)
diff -r1.13 -r1.14 pkgsrc/www/p5-CGI-Simple/Makefile
diff -r1.5 -r1.6 pkgsrc/www/p5-CGI-Simple/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/www/p5-CGI-Simple/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-Simple/Makefile 2014/10/09 13:45:03 1.13
+++ pkgsrc/www/p5-CGI-Simple/Makefile 2015/01/01 14:33:12 1.14
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2014/10/09 13:45:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2015/01/01 14:33:12 mef Exp $
2 2
3DISTNAME= CGI-Simple-1.113 3DISTNAME= CGI-Simple-1.115
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
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-Simple/ 9HOMEPAGE= http://search.cpan.org/dist/CGI-Simple/
11COMMENT= Simple totally OO CGI interface that is CGI.pm compliant 10COMMENT= Simple totally OO CGI interface that is CGI.pm compliant
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy 13DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/CGI/Simple/.packlist 16PERL5_PACKLIST= auto/CGI/Simple/.packlist
18PERL5_MODULE_TYPE= Module::Build 17PERL5_MODULE_TYPE= Module::Build

cvs diff -r1.5 -r1.6 pkgsrc/www/p5-CGI-Simple/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-Simple/distinfo 2011/09/08 19:49:45 1.5
+++ pkgsrc/www/p5-CGI-Simple/distinfo 2015/01/01 14:33:12 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2011/09/08 19:49:45 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2015/01/01 14:33:12 mef Exp $
2 2
3SHA1 (CGI-Simple-1.113.tar.gz) = 8540a0a5fcb044425b04c7c2bf2a5585f78782b6 3SHA1 (CGI-Simple-1.115.tar.gz) = 9ccf8daaf8b19f174725e0c4fdd43c448c8051c6
4RMD160 (CGI-Simple-1.113.tar.gz) = 37867a79abc0f4aa319dcaf5f7d1577cd32c48b5 4RMD160 (CGI-Simple-1.115.tar.gz) = 2a1ae38f0ee911cc35d2c68517fe8cb2e64a42d5
5Size (CGI-Simple-1.113.tar.gz) = 103884 bytes 5Size (CGI-Simple-1.115.tar.gz) = 85165 bytes