1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

- Update to 0.736

This commit is contained in:
Cheng-Lung Sung 2007-03-22 08:51:44 +00:00
parent 16a4503bc1
commit 7668c39506
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187984
3 changed files with 5 additions and 35 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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',