Wed Dec 31 14:58:11 2014 UTC ()
(pkgsrc)
  - Add ${PERL5_LICENSE}  from README file
(upstream)
  - Update 2.0.1 to 2.0.5
    ---------------------
 2.05 2014-12-11
    [TESTING]
    remove useless use of Test::Deep in tests

    this patch was sourced from the fedora perl-devel mailing list[1],
    in which i see more patches for CGI - fedora perl-devel people: if
    you're going to patch modules then please send those patches upstream
    where relevant. many perl modules are now on github (including this
    one) so it's easy, and it prevents alternate versions of modules
    that could lead to frustrating debugging sessions because *your*
    version of FCGI (2.04) is different to what the *real* version of
    FCGI (2.04) is[2].

     * [1] https://lists.fedoraproject.org/pipermail/perl-devel
     * [2] the "real" version of FCGI being that available on CPAN

2.04 2014-10-12
    [TESTING]
    - Fix tests for recent version of CGI (v4.05+), which removed the
      -private_tempfiles pragma and PRIVATE_TEMPFILES variable, so use
      on that is still available for testing

2.03 2014-09-06
    [DOCUMENTATION]
    - Kwalitee improvements in distribution (LICENSE)

    [TESTING]
    - Add t/006_changes.t to check Changes file

2.02 2014-06-05

    [INTERNALS]
    - allow FCGI_SOCKET_PATH and FCGI_LISTEN_QUEUE ENV variables to be
      passed in as import settings, although favour ENV variables if set
    - delay creation of FCGI::Request until the first call to CGI::Fast->new
      (RT #70609), removing the need to defined these in a BEGIN block
    - add test to check ENV values are not recycled from old requests and not
      set as defaults when the FCGI_SOCKET_PATH is used (RT #65492)
    - add file_handles method to allow setting of file handles to be passed
      to FCGI (RT #94423)

    [DOCUMENTATION]
    - document above changes
    - general tidy up


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

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

--- pkgsrc/www/p5-CGI-Fast/Makefile 2014/06/03 06:49:52 1.2
+++ pkgsrc/www/p5-CGI-Fast/Makefile 2014/12/31 14:58:11 1.3
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.2 2014/06/03 06:49:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2014/12/31 14:58:11 mef Exp $
2 2
3DISTNAME= CGI-Fast-2.01 3DISTNAME= CGI-Fast-2.05
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}
11 12
12DEPENDS+= p5-CGI>=3.65.02:../../www/p5-CGI 13DEPENDS+= p5-CGI>=3.65.02:../../www/p5-CGI
13DEPENDS+= p5-FCGI-[0-9]*:../../www/p5-FCGI 14DEPENDS+= p5-FCGI-[0-9]*:../../www/p5-FCGI
14 15
15CONFLICTS+= p5-CGI<4.0 16CONFLICTS+= p5-CGI<4.0
16 17
17PERL5_PACKLIST= auto/CGI/Fast/.packlist 18PERL5_PACKLIST= auto/CGI/Fast/.packlist
18 19
19.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/www/p5-CGI-Fast/distinfo 2014/05/31 22:20:08 1.1
+++ pkgsrc/www/p5-CGI-Fast/distinfo 2014/12/31 14:58:11 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/05/31 22:20:08 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2014/12/31 14:58:11 mef Exp $
2 2
3SHA1 (CGI-Fast-2.01.tar.gz) = 02c199db1ce673803a1004d70b91f37e970b7404 3SHA1 (CGI-Fast-2.05.tar.gz) = ad1ddd35ea6522d33d53ceb638615dbec7bf99f0
4RMD160 (CGI-Fast-2.01.tar.gz) = d205e25efef12a13a2ce415f558b3cbc34ef58e6 4RMD160 (CGI-Fast-2.05.tar.gz) = 8f7a32ed682770fa693b59534d43761dea47220d
5Size (CGI-Fast-2.01.tar.gz) = 5914 bytes 5Size (CGI-Fast-2.05.tar.gz) = 8072 bytes