[Lunar-commits] <moonbase> ed: version bump to 0.9.
Florin Braescu
florin at lunar-linux.org
Mon Feb 25 21:39:50 CET 2008
commit 29702e033f0282a19636bf12c6b346bb73732785
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Feb 25 22:39:50 2008 +0200
ed: version bump to 0.9.
This release returns zero exit status after receiving SIGHUP
if the file is not modified or is saved without error.
Arg_parser has been updated to 1.1.
---
editors/ed/BUILD | 10 ++++------
editors/ed/DETAILS | 10 +++++-----
2 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/editors/ed/BUILD b/editors/ed/BUILD
index 9ad14df..552a5a9 100644
--- a/editors/ed/BUILD
+++ b/editors/ed/BUILD
@@ -2,11 +2,9 @@
sedit "s/mandir = \$(prefix)\/man/mandir = \$(prefix)\/share\/man/" Makefile.in
sedit "s/\$(prefix)\/info/\$(prefix)\/share\/info/" Makefile.in
- ./configure --build=$BUILD \
- --prefix=/usr \
- $OPTS &&
- make &&
- prepare_install &&
- make install
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ $OPTS &&
+ default_make
) > $C_FIFO 2>&1
diff --git a/editors/ed/DETAILS b/editors/ed/DETAILS
index 1acc2bc..0238b06 100644
--- a/editors/ed/DETAILS
+++ b/editors/ed/DETAILS
@@ -1,12 +1,12 @@
MODULE=ed
- VERSION=0.8
+ VERSION=0.9
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE_VFY=sha1:d191031fa8f1a424fa15c87b7332e1f42fbfca51
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE_VFY=sha1:233a942964653598e3915f8396be7dd3b688b95f
WEB_SITE=http://www.gnu.org/software/ed/ed.html
ENTERED=20010922
- UPDATED=20070820
+ UPDATED=20080225
SHORT="A line-oriented text editor"
cat << EOF
More information about the Lunar-commits
mailing list