diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 12:03:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 12:03:46 +0000 |
commit | a17f7f39ac133b458dda0f8b123bdf885619d507 (patch) | |
tree | 795036d46ebe24fd796010fa159431a431f97002 /www/p5-CGI_Lite | |
parent | purge vorbis-xmms. (diff) |
Upgrade
p5-BSD-Resource => 1.09
p5-CGI-Application => 1.2
p5-CGI_Lite => 2.0
p5-Convert-ASN1 => 0.08
p5-IO-Tty => 0.04
p5-IO-stringy => 1.219
p5-Class-MethodMaker => 1.02
Notes
Notes:
svn path=/head/; revision=38928
Diffstat (limited to 'www/p5-CGI_Lite')
-rw-r--r-- | www/p5-CGI_Lite/Makefile | 8 | ||||
-rw-r--r-- | www/p5-CGI_Lite/distinfo | 2 | ||||
-rw-r--r-- | www/p5-CGI_Lite/files/patch-Makefile.PL | 10 | ||||
-rw-r--r-- | www/p5-CGI_Lite/files/patch-aa | 10 | ||||
-rw-r--r-- | www/p5-CGI_Lite/pkg-plist | 6 |
5 files changed, 18 insertions, 18 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile index 78c0c6836478..07ade357aca0 100644 --- a/www/p5-CGI_Lite/Makefile +++ b/www/p5-CGI_Lite/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= CGI_Lite -PORTVERSION= 1.8 +PORTNAME= CGI-Lite +PORTVERSION= 2.0 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= CGI_Lite +MASTER_SITE_SUBDIR= CGI PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org @@ -17,6 +17,6 @@ MAINTAINER= ports@FreeBSD.org PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= CGI_Lite.3 +MAN3= CGI::Lite.3 .include <bsd.port.mk> diff --git a/www/p5-CGI_Lite/distinfo b/www/p5-CGI_Lite/distinfo index 3ff4b3fb94a5..45e539596d8c 100644 --- a/www/p5-CGI_Lite/distinfo +++ b/www/p5-CGI_Lite/distinfo @@ -1 +1 @@ -MD5 (CGI_Lite-1.8.tar.gz) = e2b3e9fdae144c3872c1373968256f0b +MD5 (CGI-Lite-2.0.tar.gz) = e067cf677ea615b7f5ab780aeee0794f diff --git a/www/p5-CGI_Lite/files/patch-Makefile.PL b/www/p5-CGI_Lite/files/patch-Makefile.PL new file mode 100644 index 000000000000..a528f8decbc6 --- /dev/null +++ b/www/p5-CGI_Lite/files/patch-Makefile.PL @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Sun Aug 20 20:37:18 2000 ++++ Makefile.PL Thu Mar 1 17:42:51 2001 +@@ -7,7 +7,6 @@ + + WriteMakefile ( + NAME => "CGI::Lite", +- MAN3PODS => ' ', + VERSION => "$VERSION", + 'dist' => { + COMPRESS => 'gzip -9f', diff --git a/www/p5-CGI_Lite/files/patch-aa b/www/p5-CGI_Lite/files/patch-aa deleted file mode 100644 index 41f90e8fa5c7..000000000000 --- a/www/p5-CGI_Lite/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.PL.orig Wed Sep 17 22:32:03 1997 -+++ Makefile.PL Wed Sep 17 22:32:08 1997 -@@ -8,7 +8,6 @@ - WriteMakefile ( - NAME => "CGI_Lite", - DISTNAME => "CGI_Lite", -- MAN3PODS => ' ', - VERSION => "$VERSION", - 'dist' => { - COMPRESS => 'gzip -9f', diff --git a/www/p5-CGI_Lite/pkg-plist b/www/p5-CGI_Lite/pkg-plist index a06fe74b8663..51f4a2f6340f 100644 --- a/www/p5-CGI_Lite/pkg-plist +++ b/www/p5-CGI_Lite/pkg-plist @@ -1,3 +1,3 @@ -lib/perl5/site_perl/%%PERL_VER%%/CGI_Lite.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI_Lite/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI_Lite +lib/perl5/site_perl/%%PERL_VER%%/CGI/Lite.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Lite/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Lite |