diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-22 16:51:44 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-22 16:51:44 +0800 |
commit | f152ad660b52d805e9026ab882547a45e8f9d899 (patch) | |
tree | e368312ba3dfcfbd11d4f446fa75bcb15d763164 /devel | |
parent | 71d26cb5dcc06a8d10212c9d754f481f02daa94d (diff) | |
download | freebsd-ports-gnome-f152ad660b52d805e9026ab882547a45e8f9d899.tar.gz freebsd-ports-gnome-f152ad660b52d805e9026ab882547a45e8f9d899.tar.zst freebsd-ports-gnome-f152ad660b52d805e9026ab882547a45e8f9d899.zip |
- Update to 0.736
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-AI-Prolog/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-AI-Prolog/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-AI-Prolog/files/patch-Makefile.PL | 31 |
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', |