diff options
author | sno <sno> | 2009-08-09 13:01:48 +0000 |
---|---|---|
committer | sno <sno> | 2009-08-09 13:01:48 +0000 |
commit | fda518240e36aa97fba5d022fbe17df839a83826 (patch) | |
tree | ab99835eb3af1cd912d824da5deceae19dd9acf1 /www/p5-CGI/Makefile | |
parent | 5cf630840e51a9459e3fb9afd00545b71ad6a45e (diff) | |
download | pkgsrc-fda518240e36aa97fba5d022fbe17df839a83826.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/Makefile')
-rw-r--r-- | www/p5-CGI/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |