From 5b5df024572babad59bc16d40d3c8a537f870485 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 3 Dec 2014 14:56:43 +0000 Subject: [PATCH] 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) --- www/p5-CGI/Makefile | 5 +++-- 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 7391b2543f4c0..dc9ea72134af0 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 d9c9af90720d4..ab06b215a26ec 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