aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI_Lite
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-08-18 13:34:54 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-08-18 13:34:54 +0000
commitd6780d08c96f9e225b0c74a324c65f0e87b3d6ac (patch)
tree3b49d0ab62cc31be334b5684cdeb1464271bc1fe /www/p5-CGI_Lite
parent13f9d3c840c02241dcab0e3f5d0a1de536179e8b (diff)
downloadports-d6780d08c96f9e225b0c74a324c65f0e87b3d6ac.tar.gz
ports-d6780d08c96f9e225b0c74a324c65f0e87b3d6ac.zip
Update to 2.001
PR: 55640 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=87201
Diffstat (limited to 'www/p5-CGI_Lite')
-rw-r--r--www/p5-CGI_Lite/Makefile4
-rw-r--r--www/p5-CGI_Lite/distinfo2
-rw-r--r--www/p5-CGI_Lite/files/patch-Makefile.PL10
-rw-r--r--www/p5-CGI_Lite/pkg-plist10
4 files changed, 8 insertions, 18 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile
index ffe8cee67898..15cdb190b52d 100644
--- a/www/p5-CGI_Lite/Makefile
+++ b/www/p5-CGI_Lite/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= CGI-Lite
-PORTVERSION= 2.0
+PORTVERSION= 2.001
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION}-emergencyrelease
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 module to process and decode WWW form information
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= CGI::Lite.3
.include <bsd.port.mk>
diff --git a/www/p5-CGI_Lite/distinfo b/www/p5-CGI_Lite/distinfo
index 45e539596d8c..bf39c7e63e3b 100644
--- a/www/p5-CGI_Lite/distinfo
+++ b/www/p5-CGI_Lite/distinfo
@@ -1 +1 @@
-MD5 (CGI-Lite-2.0.tar.gz) = e067cf677ea615b7f5ab780aeee0794f
+MD5 (CGI-Lite-2.001-emergencyrelease.tar.gz) = 6d7001840ad04916663050175bb2cfc7
diff --git a/www/p5-CGI_Lite/files/patch-Makefile.PL b/www/p5-CGI_Lite/files/patch-Makefile.PL
deleted file mode 100644
index a528f8decbc6..000000000000
--- a/www/p5-CGI_Lite/files/patch-Makefile.PL
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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/pkg-plist b/www/p5-CGI_Lite/pkg-plist
index cdd5e40193d4..932209509a03 100644
--- a/www/p5-CGI_Lite/pkg-plist
+++ b/www/p5-CGI_Lite/pkg-plist
@@ -1,5 +1,5 @@
-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
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true
+%%SITE_PERL%%/CGI/Lite.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Lite/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Lite
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/CGI 2>/dev/null || true