diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-03 14:56:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-03 14:56:43 +0000 |
commit | 9c9a7e77f002d606666f832d1698c5cadfb2c50e (patch) | |
tree | 3d44b1224669276dd0142ad62af30826d850f599 /www/p5-CGI | |
parent | 8a5eb56493016c8a1bc94f95e17a4b7320f1d5cc (diff) | |
download | pkgsrc-9c9a7e77f002d606666f832d1698c5cadfb2c50e.tar.gz |
Update to 4.11:
4.11 2014-12-02
[ SPEC / BUG FIXES ]
- more hash key ordering bugs fixed in HTML attribute output (GH #158,
thanks to Marcus Meissner for the patch and test case)
[ REFACTORING ]
- escapeHTML (and unescapeHTML) have been refactored to use the functions
exported by the HTML::Entities module (GH #157)
- change BUILD_REQUIRES to TEST_REQUIRES in Makefile.PL as these are test
dependencies not build dependencies (GH #159)
[ DOCUMENTATION ]
- replace any remaining uses of indirect object notation (new Object) with
the safer Object->new syntax (GH #156)
Diffstat (limited to 'www/p5-CGI')
-rw-r--r-- | www/p5-CGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 7391b2543f4..dc9ea72134a 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2014/11/30 13:16:58 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2014/12/03 14:56:43 wiz Exp $ -DISTNAME= CGI-4.10 +DISTNAME= CGI-4.11 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LE/LEEJO/} @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/CGI.pm/ COMMENT= Perl5 module for writing forms-based CGI programs LICENSE= gnu-gpl-v2 OR artistic-2.0 +DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index d9c9af90720..ab06b215a26 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2014/11/30 13:16:58 wiz Exp $ +$NetBSD: distinfo,v 1.34 2014/12/03 14:56:43 wiz Exp $ -SHA1 (CGI-4.10.tar.gz) = 81dd3f5b77e51a531506702eddef15f83b452f4b -RMD160 (CGI-4.10.tar.gz) = 2a0d14f540ca4a71d804fa932ea629ab74cd5dd9 -Size (CGI-4.10.tar.gz) = 185980 bytes +SHA1 (CGI-4.11.tar.gz) = 8936d12ff1325f873bbdca25d0e336f842836d12 +RMD160 (CGI-4.11.tar.gz) = 79f472540b994b339ba1c435902c9dfd6c2b2edc +Size (CGI-4.11.tar.gz) = 185821 bytes |