diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-28 23:06:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-28 23:06:00 +0000 |
commit | de143024b9c78208f8e1f08b79ebc5a25bba7e8b (patch) | |
tree | 7a2afde1710f6129ecb58a9c09c12b544e1f98aa /www/p5-CGI | |
parent | 11f0023aa9f94bcb38aa17c23b5fd063fe975d7d (diff) | |
download | pkgsrc-de143024b9c78208f8e1f08b79ebc5a25bba7e8b.tar.gz |
Update p5-CGI to 2.72. Note specific versions of perl which will conflict
with this package when installed.
Diffstat (limited to 'www/p5-CGI')
-rw-r--r-- | www/p5-CGI/Makefile | 11 | ||||
-rw-r--r-- | www/p5-CGI/files/Makefile.PL | 12 | ||||
-rw-r--r-- | www/p5-CGI/files/md5 | 4 |
3 files changed, 13 insertions, 14 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 4436e03bd2e..8bea19eacb7 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:24 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/28 23:06:00 jlam Exp $ # -DISTNAME= CGI.pm-2.66 -PKGNAME= p5-CGI-2.66 +DISTNAME= CGI.pm-2.72 +PKGNAME= p5-CGI-2.72 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} @@ -11,10 +11,9 @@ MAINTAINER= christos@netbsd.org USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/.packlist -# Our perl packages install their own versions of this perl5 module. -# We need to remove this from our perl installations first. +# These perl packages install their own versions of CGI.pm. # -CONFLICTS= perl-5.* +CONFLICTS= perl-5.[0-5]* perl-5.6.0{,nb1} pre-configure: ${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL diff --git a/www/p5-CGI/files/Makefile.PL b/www/p5-CGI/files/Makefile.PL index 70ab8ab4a71..048d07c0069 100644 --- a/www/p5-CGI/files/Makefile.PL +++ b/www/p5-CGI/files/Makefile.PL @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.PL,v 1.1 2000/05/11 20:04:04 christos Exp $ +# $NetBSD: Makefile.PL,v 1.2 2000/08/28 23:06:00 jlam Exp $ use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( - 'NAME' => 'CGI', - 'DISTNAME' => 'CGI.pm', - 'VERSION' => '2.66', - 'linkext' => { LINKTYPE=>'' }, # no link needed - 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'} + 'NAME' => 'CGI', + 'DISTNAME' => 'CGI.pm', + 'VERSION_FROM' => 'CGI.pm', + 'linkext' => { LINKTYPE=>'' }, # no link needed + 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'} ); diff --git a/www/p5-CGI/files/md5 b/www/p5-CGI/files/md5 index 9d5e4b732a2..22aefd50d68 100644 --- a/www/p5-CGI/files/md5 +++ b/www/p5-CGI/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1 2000/05/11 20:04:04 christos Exp $ +$NetBSD: md5,v 1.2 2000/08/28 23:06:00 jlam Exp $ -MD5 (CGI.pm-2.66.tar.gz) = ab1918a8d0d8eda10a50c84711b42259 +MD5 (CGI.pm-2.72.tar.gz) = 9751b2af9aba507583cc3e36249a76dd |