diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-30 13:16:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-30 13:16:58 +0000 |
commit | f85ee1ab45e71664c93db31e625224e8b11daacd (patch) | |
tree | 2b18b5f04c50f1ddcc34f3fbec2105ebcc426bb3 /www/p5-CGI | |
parent | f8a0b1cb824fab4ba459ad406eafaadad9c643a9 (diff) | |
download | pkgsrc-f85ee1ab45e71664c93db31e625224e8b11daacd.tar.gz |
Update to 4.10:
4.10 2014-11-27
[ SPEC / BUG FIXES ]
- favour -content-type arg in header if -type and -charset options are also
passed in (GH #155, thanks to kaoru for the test case). this change also
sorts the hash keys in the rearrange method in CGI::Util meaning the order
of the arrangement will always be the same for params that have multiple
aliases. really you shouldn't be passing in multiple aliases, but this will
make it consistent should you do that
[ DOCUMENTATION ]
- fix some typos
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 c1cad3feb02..7391b2543f4 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2014/10/26 11:56:05 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2014/11/30 13:16:58 wiz Exp $ -DISTNAME= CGI-4.09 +DISTNAME= CGI-4.10 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 d54f442638b..d9c9af90720 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2014/10/26 11:56:05 wiz Exp $ +$NetBSD: distinfo,v 1.33 2014/11/30 13:16:58 wiz Exp $ -SHA1 (CGI-4.09.tar.gz) = 924e625fbca073f0d891ca03a81458ab464afd97 -RMD160 (CGI-4.09.tar.gz) = 37ad3832699df53b4b21a8020c3a1f542b78a064 -Size (CGI-4.09.tar.gz) = 182709 bytes +SHA1 (CGI-4.10.tar.gz) = 81dd3f5b77e51a531506702eddef15f83b452f4b +RMD160 (CGI-4.10.tar.gz) = 2a0d14f540ca4a71d804fa932ea629ab74cd5dd9 +Size (CGI-4.10.tar.gz) = 185980 bytes |