[Lunar-commits] <moonbase> vile: version bumped to 9.7.
Florin Braescu
florin at lunar-linux.org
Mon Jun 16 19:18:31 CEST 2008
commit 59feb84e3a3e2a4cc3086433af9245250da8ef9f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Jun 16 20:18:31 2008 +0300
vile: version bumped to 9.7.
This is a stability release.
It has mostly bugfixes, with relatively few new features
over 9.6.
---
editors/vile/BUILD | 2 +-
editors/vile/CONFIGURE | 2 +-
editors/vile/DEPENDS | 6 +++---
editors/vile/DETAILS | 13 +++++++------
4 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/editors/vile/BUILD b/editors/vile/BUILD
index 3b0053a..e61c482 100644
--- a/editors/vile/BUILD
+++ b/editors/vile/BUILD
@@ -1,6 +1,6 @@
(
- default_build &&
+ default_build &&
if [ "$USE_MOTIF" == "y" ]; then
OPTS="$OPTS --with-screen=motif" &&
default_config &&
diff --git a/editors/vile/CONFIGURE b/editors/vile/CONFIGURE
index e0daf2b..c65e288 100644
--- a/editors/vile/CONFIGURE
+++ b/editors/vile/CONFIGURE
@@ -1,2 +1,2 @@
-mquery USE_MOTIF "Build xvile with motif ?" y
+mquery USE_MOTIF "Build xvile with motif ?" n
mquery USE_X11 "Build xvile with x11, no toolkits ?" n
diff --git a/editors/vile/DEPENDS b/editors/vile/DEPENDS
index aab1253..efd2a82 100644
--- a/editors/vile/DEPENDS
+++ b/editors/vile/DEPENDS
@@ -1,3 +1,3 @@
-optional_depends perl "--with-perl" "" "Use Perl as an extension language" &&
-optional_depends openMotif "" "" "Build xvile with motif" &&
-optional_depends "%X" "" "" "Build xvile with x11 support, no toolkits"
+optional_depends perl "--with-perl" "" "Use Perl as an extension language"
+optional_depends openMotif "" "" "Build xvile with motif"
+optional_depends "%X" "" "Build xvile with x11 support, no toolkits"
diff --git a/editors/vile/DETAILS b/editors/vile/DETAILS
index 2719d5b..063477a 100644
--- a/editors/vile/DETAILS
+++ b/editors/vile/DETAILS
@@ -1,13 +1,14 @@
MODULE=vile
- VERSION=9.5
+ VERSION=9.7
SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL[0]=ftp://invisible-island.net/$MODULE/
- SOURCE_URL[1]=ftp://ftp.phred.org/pub/$MODULE/
- SOURCE_VFY=sha1:3862bf082ccb4afca4d08bc6a26448556200b483
+ SOURCE_URL[0]=ftp://invisible-island.net/$MODULE
+ SOURCE_URL[1]=ftp://ftp.phred.org/pub/$MODULE
+ SOURCE_VFY=sha1:8c77644fd0327417f4023819657cccafad977ae3
WEB_SITE=http://dickey.his.com/vile/vile.html
ENTERED=20020716
- UPDATED=20050731
- SHORT="vi-finger-compatable editor."
+ UPDATED=20080616
+ SHORT="vi-finger-compatable editor"
+
cat << EOF
Vile retains the "finger-feel", if you will, of vi, while adding the
multiple buffer and muleitple window features of emacs and other editors.
More information about the Lunar-commits
mailing list