[140191] trunk/dports/lang/lua

takeshi at macports.org takeshi at macports.org
Fri Sep 11 04:47:10 PDT 2015


Revision: 140191
          https://trac.macports.org/changeset/140191
Author:   takeshi at macports.org
Date:     2015-09-11 04:47:09 -0700 (Fri, 11 Sep 2015)
Log Message:
-----------
lua: update to 5.3.1

Modified Paths:
--------------
    trunk/dports/lang/lua/Portfile
    trunk/dports/lang/lua/files/patch-src-Makefile.diff
    trunk/dports/lang/lua/files/patch-src-luaconf.h.diff

Modified: trunk/dports/lang/lua/Portfile
===================================================================
--- trunk/dports/lang/lua/Portfile	2015-09-11 11:30:00 UTC (rev 140190)
+++ trunk/dports/lang/lua/Portfile	2015-09-11 11:47:09 UTC (rev 140191)
@@ -5,7 +5,7 @@
 
 name                lua
 conflicts           lua50
-version             5.2.3
+version             5.3.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          lang
 license             MIT
@@ -20,8 +20,8 @@
 homepage            http://www.lua.org/
 master_sites        ${homepage}ftp/
 
-checksums           rmd160  b8714669c8c0f8272104effd8a9675921ddb2fa5 \
-                    sha256  13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d
+checksums           rmd160  01fcb542ea0a69246c0594bb2578dc108547a49a \
+                    sha256  072767aad6cc2e62044a66e8562f51770d941e972dc1e4068ba719cd8bffac17
 
 depends_lib         port:readline
 build.target        macosx

Modified: trunk/dports/lang/lua/files/patch-src-Makefile.diff
===================================================================
--- trunk/dports/lang/lua/files/patch-src-Makefile.diff	2015-09-11 11:30:00 UTC (rev 140190)
+++ trunk/dports/lang/lua/files/patch-src-Makefile.diff	2015-09-11 11:47:09 UTC (rev 140191)
@@ -1,7 +1,7 @@
---- src/Makefile.orig	2013-11-11 05:45:49.000000000 -0600
-+++ src/Makefile	2014-03-17 15:22:10.000000000 -0500
+--- src/Makefile.orig	2015-05-27 20:10:11.000000000 +0900
++++ src/Makefile	2015-09-11 20:26:28.000000000 +0900
 @@ -29,6 +29,7 @@
- PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
+ PLATS= aix bsd c89 freebsd generic linux macosx mingw posix solaris
  
  LUA_A=	liblua.a
 +LUA_DYLIB= liblua.dylib
@@ -42,7 +42,7 @@
  
  clean:
  	$(RM) $(ALL_T) $(ALL_O)
-@@ -106,7 +113,7 @@
+@@ -110,7 +117,7 @@
  	$(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline"
  
  macosx:
@@ -50,4 +50,4 @@
 +	$(MAKE) $(ALL) SYSCFLAGS="-fno-common -DLUA_USE_MACOSX" SYSLIBS="-lreadline"
  
  mingw:
- 	$(MAKE) "LUA_A=lua52.dll" "LUA_T=lua.exe" \
+ 	$(MAKE) "LUA_A=lua53.dll" "LUA_T=lua.exe" \

Modified: trunk/dports/lang/lua/files/patch-src-luaconf.h.diff
===================================================================
--- trunk/dports/lang/lua/files/patch-src-luaconf.h.diff	2015-09-11 11:30:00 UTC (rev 140190)
+++ trunk/dports/lang/lua/files/patch-src-luaconf.h.diff	2015-09-11 11:47:09 UTC (rev 140191)
@@ -1,11 +1,11 @@
---- src/luaconf.h.orig	2013-04-12 13:48:47.000000000 -0500
-+++ src/luaconf.h	2014-03-17 16:16:34.000000000 -0500
-@@ -100,7 +100,7 @@
+--- src/luaconf.h.orig	2015-05-21 02:39:23.000000000 +0900
++++ src/luaconf.h	2015-09-11 08:34:44.000000000 +0900
+@@ -188,7 +188,7 @@
+ 
  #else			/* }{ */
  
- #define LUA_VDIR	LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/"
 -#define LUA_ROOT	"/usr/local/"
 +#define LUA_ROOT	"@PREFIX@/"
- #define LUA_LDIR	LUA_ROOT "share/lua/" LUA_VDIR
- #define LUA_CDIR	LUA_ROOT "lib/lua/" LUA_VDIR
+ #define LUA_LDIR	LUA_ROOT "share/lua/" LUA_VDIR "/"
+ #define LUA_CDIR	LUA_ROOT "lib/lua/" LUA_VDIR "/"
  #define LUA_PATH_DEFAULT  \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150911/433dfcdd/attachment.html>


More information about the macports-changes mailing list