diff options
author | sno <sno@pkgsrc.org> | 2009-08-09 13:01:48 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-09 13:01:48 +0000 |
commit | 4feab62d57a5f5807c1e25eefb1d4450080e4078 (patch) | |
tree | ab99835eb3af1cd912d824da5deceae19dd9acf1 /www/p5-CGI | |
parent | 12315f8e4b8b61f517a401700f12af98b6bd4105 (diff) | |
download | pkgsrc-4feab62d57a5f5807c1e25eefb1d4450080e4078.tar.gz |
Updating package for p5 CGI.pm module from 3.43 to 3.44
pkgsrc changes:
- Adjusting license information according to module Pod
Upstream changes:
Version 3.44
1. Patch from Kurt Jaeger to allow HTTP PUT even if the content length is unknown.
2. Patch from Pavel merdin to fix a problem for one of the FireFox addons.
3. Fixed issue in mod_perl & fastCGI environment of cookies returned from
CGI->cookie() leaking from one session to another.
Diffstat (limited to 'www/p5-CGI')
-rw-r--r-- | www/p5-CGI/Makefile | 6 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 765339effba..7e6ecee7f23 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2009/05/18 22:14:20 abs Exp $ +# $NetBSD: Makefile,v 1.49 2009/08/09 13:01:48 sno Exp $ -VERS= 3.43 +VERS= 3.44 DISTNAME= CGI.pm-${VERS} PKGNAME= p5-CGI-${VERS} SVR4_PKGNAME= p5cgi @@ -10,7 +10,7 @@ MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/CGI.pm/ COMMENT= Perl5 module for writing forms-based CGI programs -LICENSE= artistic-2.0 +LICENSE= gnu-gpl-v2 OR artistic-2.0 PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index 3b6ffe307ce..e5e87f2ec80 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2009/04/12 11:59:13 sno Exp $ +$NetBSD: distinfo,v 1.20 2009/08/09 13:01:48 sno Exp $ -SHA1 (CGI.pm-3.43.tar.gz) = a4821d67623c3099d8eba7422d92a43acc27318b -RMD160 (CGI.pm-3.43.tar.gz) = 52729bfa57582855acc0f09b1eea1fbaf8f22946 -Size (CGI.pm-3.43.tar.gz) = 240359 bytes +SHA1 (CGI.pm-3.44.tar.gz) = af50b9810ec8b1e7d908a00a0842661aa5223fd2 +RMD160 (CGI.pm-3.44.tar.gz) = 2db431fe8ef877985e7677519f55311f1a0d5aee +Size (CGI.pm-3.44.tar.gz) = 240731 bytes |