[Lunar-commits] r24549 - moonbase/trunk/editors/manedit
Terry Chan
tchan at lunar-linux.org
Sun May 27 02:34:39 CEST 2007
Author: tchan
Date: 2007-05-27 02:34:39 +0200 (Sun, 27 May 2007)
New Revision: 24549
Modified:
moonbase/trunk/editors/manedit/BUILD
moonbase/trunk/editors/manedit/DETAILS
Log:
Version bump to manedit-0.8.1. Fixed the stupid manedit/Makefile. It was trying
to do "cpp -c". I changed it to "c++ -c".
Modified: moonbase/trunk/editors/manedit/BUILD
===================================================================
--- moonbase/trunk/editors/manedit/BUILD 2007-05-26 23:33:52 UTC (rev 24548)
+++ moonbase/trunk/editors/manedit/BUILD 2007-05-27 00:34:39 UTC (rev 24549)
@@ -1,6 +1,7 @@
(
./configure Linux --prefix=/usr -v --enable="arch-i686" &&
+ sedit "s/CPP = cpp/CPP = c++/" manedit/Makefile &&
default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/editors/manedit/DETAILS
===================================================================
--- moonbase/trunk/editors/manedit/DETAILS 2007-05-26 23:33:52 UTC (rev 24548)
+++ moonbase/trunk/editors/manedit/DETAILS 2007-05-27 00:34:39 UTC (rev 24549)
@@ -1,11 +1,11 @@
MODULE=manedit
- VERSION=0.6.1
+ VERSION=0.8.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=ftp://wolfpack.twu.net/users/wolfpack/
- SOURCE_VFY=sha1:f73593f85dbb07744c19453796080dbafa1d183b
+ SOURCE_URL=http://wolfpack.twu.net/users/wolfpack/
+ SOURCE_VFY=sha1:0b1705383840598ae7ced22ce5eb7f111008885b
WEB_SITE=http://wolfpack.twu.net/ManEdit/
ENTERED=20011128
- UPDATED=20060215
+ UPDATED=20060526
SHORT="gtk+ manual page editor"
cat << EOF
The ManEdit UNIX Manual Page Editor is an editor specifically
More information about the Lunar-commits
mailing list