From de143024b9c78208f8e1f08b79ebc5a25bba7e8b Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 28 Aug 2000 23:06:00 +0000 Subject: Update p5-CGI to 2.72. Note specific versions of perl which will conflict with this package when installed. --- www/p5-CGI/Makefile | 11 +++++------ www/p5-CGI/files/Makefile.PL | 12 ++++++------ 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 -- cgit v1.2.3