Skip to content

Commit

Permalink
Update to 4.11:
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wiz committed Dec 3, 2014
1 parent f9e7ee2 commit 5b5df02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions www/p5-CGI/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions www/p5-CGI/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5b5df02

Please sign in to comment.