aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>2000-04-05 18:52:15 +0000
committerMatthew Hunt <mph@FreeBSD.org>2000-04-05 18:52:15 +0000
commit2577896968379d2703717091ba45d1ee31f4df5d (patch)
treecc67a982e541e5bec63ec79cc8ea00ec8613daaf
parentcc3fab3f82922edfee904ecb19ae7ca93fd86c9f (diff)
downloadports-2577896968379d2703717091ba45d1ee31f4df5d.tar.gz
ports-2577896968379d2703717091ba45d1ee31f4df5d.zip
Notes
-rw-r--r--devel/p5-ReadLine-Gnu/Makefile6
-rw-r--r--devel/p5-ReadLine-Gnu/distinfo2
-rw-r--r--devel/p5-ReadLine-Gnu/files/patch-aa13
3 files changed, 4 insertions, 17 deletions
diff --git a/devel/p5-ReadLine-Gnu/Makefile b/devel/p5-ReadLine-Gnu/Makefile
index 0a0674f54ad6..39839d07ed09 100644
--- a/devel/p5-ReadLine-Gnu/Makefile
+++ b/devel/p5-ReadLine-Gnu/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: p5-ReadLine-Gnu
-# Version required: 1.01
+# Version required: 1.09
# Date created: 19 February 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#
-DISTNAME= Term-ReadLine-Gnu-1.01
-PKGNAME= p5-ReadLine-Gnu-1.01
+DISTNAME= Term-ReadLine-Gnu-1.09
+PKGNAME= p5-ReadLine-Gnu-1.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
diff --git a/devel/p5-ReadLine-Gnu/distinfo b/devel/p5-ReadLine-Gnu/distinfo
index e739a2f42b5b..00c923b451d3 100644
--- a/devel/p5-ReadLine-Gnu/distinfo
+++ b/devel/p5-ReadLine-Gnu/distinfo
@@ -1 +1 @@
-MD5 (Term-ReadLine-Gnu-1.01.tar.gz) = 2dc761e6f321b43489575bed1e1b4f32
+MD5 (Term-ReadLine-Gnu-1.09.tar.gz) = dcea2335f0a56d2aaddc2eaa3c378208
diff --git a/devel/p5-ReadLine-Gnu/files/patch-aa b/devel/p5-ReadLine-Gnu/files/patch-aa
deleted file mode 100644
index f7d31bfb1969..000000000000
--- a/devel/p5-ReadLine-Gnu/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.PL.orig Mon Jun 15 00:44:42 1998
-+++ Makefile.PL Mon Jun 15 00:45:04 1998
-@@ -14,8 +14,8 @@
-
- ########################################################################
- # Modify these variables if you need.
--$libreadlinedir = '/usr/local/gnu/lib'; # for -L option
--$increadlinedir = '/usr/local/gnu/inc'; # for -I option
-+$libreadlinedir = '/usr/lib'; # for -L option
-+$increadlinedir = '/usr/include'; # for -I option
-
- ########################################################################
- use ExtUtils::MakeMaker;