[Lunar-commits] <moonbase> guile: Version bump to 1.8.5.
Terry Chan
tchan at lunar-linux.org
Wed Oct 29 20:07:49 CET 2008
commit b48e2f11cd60bfe8c048f1ccca5b67eb7c25035b
Author: Terry Chan <tchan at lunar-linux.org>
Date: Wed Oct 29 14:07:49 2008 -0500
guile: Version bump to 1.8.5.
Also sedit appliet to get it to compile with libtool-2.2.6a.
---
devel/guile/BUILD | 10 ++++++++++
devel/guile/DETAILS | 6 +++---
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/devel/guile/BUILD b/devel/guile/BUILD
new file mode 100644
index 0000000..da80f08
--- /dev/null
+++ b/devel/guile/BUILD
@@ -0,0 +1,10 @@
+(
+
+ sedit "s/AC_CONFIG_MACRO_DIR(\[m4\])/AC_CONFIG_MACRO_DIR([guile-config])/" configure.in &&
+ libtoolize --force &&
+ aclocal &&
+ automake &&
+ autoconf &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/guile/DETAILS b/devel/guile/DETAILS
index 575520c..2794164 100644
--- a/devel/guile/DETAILS
+++ b/devel/guile/DETAILS
@@ -1,13 +1,13 @@
MODULE=guile
- VERSION=1.8.4
+ VERSION=1.8.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
- SOURCE_VFY=sha1:1e80fe242acfde2bfa39fd1e8409a8f010e24e2b
+ SOURCE_VFY=sha1:3ef611cf5c4998a5bdfc7935765bb68730038614
WEB_SITE=http://www.gnu.org/software/$MODULE
MAINTAINER=tchan at lunar-linux.org
ENTERED=20010922
- UPDATED=20080225
+ UPDATED=20081029
SHORT="A portable, embeddable Scheme implementation"
cat << EOF
More information about the Lunar-commits
mailing list