[Lunar-commits] r21160 - moonbase/trunk/compilers/lua

Dennis Veatch stumbles at lunar-linux.org
Sun Aug 27 17:32:03 UTC 2006


Author: stumbles
Date: 2006-08-27 17:32:02 +0000 (Sun, 27 Aug 2006)
New Revision: 21160

Modified:
   moonbase/trunk/compilers/lua/BUILD
   moonbase/trunk/compilers/lua/DETAILS
Log:

This is a bugfix bump, a slight change with the build and
changed to sha1.



Modified: moonbase/trunk/compilers/lua/BUILD
===================================================================
--- moonbase/trunk/compilers/lua/BUILD	2006-08-27 16:52:08 UTC (rev 21159)
+++ moonbase/trunk/compilers/lua/BUILD	2006-08-27 17:32:02 UTC (rev 21160)
@@ -1,7 +1,9 @@
 (
 
-  sedit "s:/usr/local:/usr:" config  &&
+  sedit "s:/usr/local:/usr:" Makefile  &&
 
-  default_make
+  make linux      &&
+  prepare_install &&
+  make install
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/compilers/lua/DETAILS
===================================================================
--- moonbase/trunk/compilers/lua/DETAILS	2006-08-27 16:52:08 UTC (rev 21159)
+++ moonbase/trunk/compilers/lua/DETAILS	2006-08-27 17:32:02 UTC (rev 21160)
@@ -1,11 +1,11 @@
           MODULE=lua
-         VERSION=5.0.2
+         VERSION=5.1.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.lua.org/ftp/
-      SOURCE_VFY=md5:dea74646b7e5c621fef7174df83c34b1
+      SOURCE_VFY=sha1:be13878ceef8e1ee7a4201261f0adf09f89f1005
         WEB_SITE=http://www.lua.org/
          ENTERED=20040429
-         UPDATED=20040429
+         UPDATED=20060827
            SHORT="light-weight programming language for extending applications"
 cat << EOF
 Lua is a powerful light-weight programming language designed



More information about the Lunar-commits mailing list