summaryrefslogtreecommitdiff
path: root/www/p5-CGI_Lite
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-09-11 19:38:03 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-09-11 19:38:03 +0000
commit91dd3c1e474096cc319274e12147983373247a4b (patch)
treef02661622e0dfe564b018ec4a9f3f04bc821dafd /www/p5-CGI_Lite
parentmv -> ${MV}. (diff)
Upgrade to v1.8
Notes
Notes: svn path=/head/; revision=7864
Diffstat (limited to 'www/p5-CGI_Lite')
-rw-r--r--www/p5-CGI_Lite/Makefile8
-rw-r--r--www/p5-CGI_Lite/distinfo2
-rw-r--r--www/p5-CGI_Lite/files/patch-aa24
3 files changed, 5 insertions, 29 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile
index 3293f303c5ba..f413717a1c0e 100644
--- a/www/p5-CGI_Lite/Makefile
+++ b/www/p5-CGI_Lite/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: p5-CGI_Lite
-# Version required: 1.7
+# Version required: 1.8
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1997/07/02 12:26:41 jfitz Exp $
+# $Id: Makefile,v 1.8 1997/07/03 06:21:54 asami Exp $
#
-DISTNAME= CGI_Lite-1.7
-PKGNAME= p5-CGI_Lite-1.7
+DISTNAME= CGI_Lite-1.8
+PKGNAME= p5-CGI_Lite-1.8
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI_Lite
diff --git a/www/p5-CGI_Lite/distinfo b/www/p5-CGI_Lite/distinfo
index fee833b4a112..3ff4b3fb94a5 100644
--- a/www/p5-CGI_Lite/distinfo
+++ b/www/p5-CGI_Lite/distinfo
@@ -1 +1 @@
-MD5 (CGI_Lite-1.7.tar.gz) = 6d4614976b75925ec0d7523993a1fe89
+MD5 (CGI_Lite-1.8.tar.gz) = e2b3e9fdae144c3872c1373968256f0b
diff --git a/www/p5-CGI_Lite/files/patch-aa b/www/p5-CGI_Lite/files/patch-aa
deleted file mode 100644
index 4582ce31ed8d..000000000000
--- a/www/p5-CGI_Lite/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.PL.orig Wed Jul 2 08:25:05 1997
-+++ Makefile.PL Wed Jul 2 08:25:18 1997
-@@ -3,21 +3,9 @@
-
- $VERSION = "1.7";
-
--print "\nWelcome to the installation of CGI_Lite $VERSION...\n\n";
--
- WriteMakefile (
- NAME => "CGI_Lite",
- DISTNAME => "CGI_Lite",
-- MAN3PODS => ' ',
- VERSION => "$VERSION",
- 'dist' => {COMPRESS=>'gzip -9f', SUFFIX => 'gz'}
- );
--
--print <<End_of_Text;
--
--Now do the following to install Sprite:
--
-- % make
-- % make install
--
--End_of_Text