aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-AI-Prolog
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-22 08:51:44 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-22 08:51:44 +0000
commit7668c39506794440bed1723d37841a0b1421a02c (patch)
tree84e1192ecc908c2a9f80c642e772a5cf7320fb38 /devel/p5-AI-Prolog
parent16a4503bc116ffd6398030806f0deff412e59cb6 (diff)
downloadports-7668c39506794440bed1723d37841a0b1421a02c.tar.gz
ports-7668c39506794440bed1723d37841a0b1421a02c.zip
Notes
Diffstat (limited to 'devel/p5-AI-Prolog')
-rw-r--r--devel/p5-AI-Prolog/Makefile3
-rw-r--r--devel/p5-AI-Prolog/distinfo6
-rw-r--r--devel/p5-AI-Prolog/files/patch-Makefile.PL31
3 files changed, 5 insertions, 35 deletions
diff --git a/devel/p5-AI-Prolog/Makefile b/devel/p5-AI-Prolog/Makefile
index ddeeea095f52..bb9f4198e1c9 100644
--- a/devel/p5-AI-Prolog/Makefile
+++ b/devel/p5-AI-Prolog/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= AI-Prolog
-PORTVERSION= 0.734
+PORTVERSION= 0.736
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -30,6 +30,7 @@ BUILD_DEPENDS= p5-aliased>=0.11:${PORTSDIR}/devel/p5-aliased \
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+CONFIGURE_ARGS+=</dev/null
MAN1= aiprolog.1
MAN3= AI::Prolog.3 \
diff --git a/devel/p5-AI-Prolog/distinfo b/devel/p5-AI-Prolog/distinfo
index 22701f193cae..4c0db2ff2525 100644
--- a/devel/p5-AI-Prolog/distinfo
+++ b/devel/p5-AI-Prolog/distinfo
@@ -1,3 +1,3 @@
-MD5 (AI-Prolog-0.734.tar.gz) = 7d4c7c50efbd6076f07cb9d4c39cfafc
-SHA256 (AI-Prolog-0.734.tar.gz) = eb096f48e65e84e980925a450c8f71839360b601809e712d3737315225827d23
-SIZE (AI-Prolog-0.734.tar.gz) = 67939
+MD5 (AI-Prolog-0.736.tar.gz) = 95a6f16de35fac8bfc42d3f1cee1af28
+SHA256 (AI-Prolog-0.736.tar.gz) = 7b074f7465bee4856716fcebfd66647ca488291a8f339f82c34b8050ca6e3822
+SIZE (AI-Prolog-0.736.tar.gz) = 69939
diff --git a/devel/p5-AI-Prolog/files/patch-Makefile.PL b/devel/p5-AI-Prolog/files/patch-Makefile.PL
deleted file mode 100644
index da7f499d80e5..000000000000
--- a/devel/p5-AI-Prolog/files/patch-Makefile.PL
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.PL.orig Sat Jul 29 17:27:55 2006
-+++ Makefile.PL Sat Jul 29 17:28:17 2006
-@@ -2,20 +2,20 @@
- use ExtUtils::MakeMaker qw/WriteMakefile prompt/;
-
- my (@program, @extra_modules);
--print <<"END_NOTE";
-+#print <<"END_NOTE";
-+#
-+#The 'aiprolog' shell is optional. If you choose to install it, Term::ReadLine
-+#and Term::ReadKey will be added to your list of prerequisites.
-+#
-+#END_NOTE
-
--The 'aiprolog' shell is optional. If you choose to install it, Term::ReadLine
--and Term::ReadKey will be added to your list of prerequisites.
--
--END_NOTE
--
--if (prompt("Do you wish to install the 'aiprolog' shell?", "y") =~ /^[Yy]/) {
-+#if (prompt("Do you wish to install the 'aiprolog' shell?", "y") =~ /^[Yy]/) {
- @program = (EXE_FILES => [ "bin/aiprolog" ]);
- @extra_modules = (
- 'Term::ReadLine' => 1.01,
- 'Term::ReadKey' => 2.21,
- );
--}
-+#}
-
- WriteMakefile(
- 'NAME' => 'AI::Prolog',