[34077] trunk/dports/lang/lua

pmq at macports.org pmq at macports.org
Mon Feb 11 14:02:02 PST 2008


Revision: 34077
          http://trac.macosforge.org/projects/macports/changeset/34077
Author:   pmq at macports.org
Date:     2008-02-11 14:02:02 -0800 (Mon, 11 Feb 2008)

Log Message:
-----------
Version bump to 5.1.3.
Best effort patch for darwin7, as I don't have a system anymore.

Modified Paths:
--------------
    trunk/dports/lang/lua/Portfile

Removed Paths:
-------------
    trunk/dports/lang/lua/files/patch-use_readline.diff

Modified: trunk/dports/lang/lua/Portfile
===================================================================
--- trunk/dports/lang/lua/Portfile	2008-02-11 22:00:39 UTC (rev 34076)
+++ trunk/dports/lang/lua/Portfile	2008-02-11 22:02:02 UTC (rev 34077)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    lua
-version                 5.1.2
+version                 5.1.3
 categories              lang
 platforms               darwin
 maintainers             pmq openmaintainer
@@ -15,12 +15,10 @@
 
 homepage                http://www.lua.org
 master_sites		${homepage}/ftp/
-checksums               sha1 8a460d2d7e70e93cb72bf3d584405464763cb5f0 \
-			rmd160 01350549b3a05838925dae1a666700bb9f1bc01a
+checksums               sha1 89bc9f5a351402565b8077e8123327e7cd15f004 \
+			rmd160 1c5979dd4986057fef325aa2af0c872bbecab92e
 
 depends_lib		port:readline
-
-patchfiles		patch-use_readline.diff
 build.target		macosx
 
 test.run		yes
@@ -65,5 +63,5 @@
 
 platform darwin 7 {
 	depends_lib-delete port:readline
-	patchfiles-delete  patch-use_readline.diff
+	patchfiles-append  patch-readline_darwin7.diff
 }

Deleted: trunk/dports/lang/lua/files/patch-use_readline.diff
===================================================================
--- trunk/dports/lang/lua/files/patch-use_readline.diff	2008-02-11 22:00:39 UTC (rev 34076)
+++ trunk/dports/lang/lua/files/patch-use_readline.diff	2008-02-11 22:02:02 UTC (rev 34077)
@@ -1,14 +0,0 @@
---- src/Makefile.orig	2006-03-22 01:41:49.000000000 +0100
-+++ src/Makefile	2006-11-02 22:45:57.000000000 +0100
-@@ -95,9 +95,9 @@
- 	$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
- 
- macosx:
--	$(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX
-+	$(MAKE) all MYCFLAGS="-DLUA_USE_MACOSX -DLUA_USE_READLINE" MYLIBS="-lreadline"
-+#	$(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX
- # use this on Mac OS X 10.4
--#	$(MAKE) all MYCFLAGS="-DLUA_USE_MACOSX -DLUA_USE_READLINE" MYLIBS="-lreadline"
- 
- mingw:
- 	$(MAKE) "LUA_A=lua51.dll" "LUA_T=lua.exe" \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080211/10f8d7ea/attachment.html


More information about the macports-changes mailing list