diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-30 13:01:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-30 13:01:25 +0000 |
commit | bd277b6f7a95e48de7d8dabae149908655e9cfe1 (patch) | |
tree | 0f4c16aeab3b557e28b1eb114f76652ec9170fd0 /www/p5-CGI | |
parent | c9c0b6f4f2ef549ab5ca5d2883dde1cbe9d444f5 (diff) | |
download | pkgsrc-bd277b6f7a95e48de7d8dabae149908655e9cfe1.tar.gz |
Update to 4.13:
4.13 2014-12-18
[ RELEASE NOTES ]
- CGI::Pretty is now DEPRECATED and will be removed in a future release.
Please see GH #162 (https://github.com/leejo/CGI.pm/issues/162) for more
information and discussion (also GH #140 for HTML function deprecation
discussion: https://github.com/leejo/CGI.pm/issues/140)
[ TESTING ]
- fix t\rt-84767.t for failures on Win32 platforms related to file paths
Diffstat (limited to 'www/p5-CGI')
-rw-r--r-- | www/p5-CGI/Makefile | 4 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index dc9ea72134a..ee93d055c17 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2014/12/03 14:56:43 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2014/12/30 13:01:25 wiz Exp $ -DISTNAME= CGI-4.11 +DISTNAME= CGI-4.13 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LE/LEEJO/} diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index ab06b215a26..e31c7c002b6 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2014/12/03 14:56:43 wiz Exp $ +$NetBSD: distinfo,v 1.35 2014/12/30 13:01:25 wiz Exp $ -SHA1 (CGI-4.11.tar.gz) = 8936d12ff1325f873bbdca25d0e336f842836d12 -RMD160 (CGI-4.11.tar.gz) = 79f472540b994b339ba1c435902c9dfd6c2b2edc -Size (CGI-4.11.tar.gz) = 185821 bytes +SHA1 (CGI-4.13.tar.gz) = 0364e2d95d4f46303f8f29974e824d9849778dc3 +RMD160 (CGI-4.13.tar.gz) = 9a4920465fea20d09901f8eec410799eed37eaf2 +Size (CGI-4.13.tar.gz) = 186050 bytes |