[77353] trunk/dports/lang/lua

and.damore at macports.org and.damore at macports.org
Mon Mar 28 00:13:57 PDT 2011


Revision: 77353
          http://trac.macports.org/changeset/77353
Author:   and.damore at macports.org
Date:     2011-03-28 00:13:55 -0700 (Mon, 28 Mar 2011)
Log Message:
-----------
port lua: removed symlinks to static library, bumped revision

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

Modified: trunk/dports/lang/lua/Portfile
===================================================================
--- trunk/dports/lang/lua/Portfile	2011-03-28 06:19:05 UTC (rev 77352)
+++ trunk/dports/lang/lua/Portfile	2011-03-28 07:13:55 UTC (rev 77353)
@@ -4,7 +4,7 @@
 name                lua
 set compat_version      5.1
 version             ${compat_version}.4
-revision            2
+revision            3
 categories          lang
 platforms           darwin
 maintainers         pmq openmaintainer

Modified: trunk/dports/lang/lua/files/patch-Makefile.diff
===================================================================
--- trunk/dports/lang/lua/files/patch-Makefile.diff	2011-03-28 06:19:05 UTC (rev 77352)
+++ trunk/dports/lang/lua/files/patch-Makefile.diff	2011-03-28 07:13:55 UTC (rev 77353)
@@ -9,12 +9,10 @@
  TO_MAN= lua.1 luac.1
  
  # Lua version and release.
-@@ -64,6 +64,10 @@
+@@ -64,6 +64,8 @@
  	cd src && $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
  	cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
  	cd doc && $(INSTALL_DATA) $(TO_MAN) $(INSTALL_MAN)
-+	cd $(INSTALL_LIB) && sudo ln -s liblua.a liblua.%VERSION%.a
-+	cd $(INSTALL_LIB) && sudo ln -s liblua.a liblua.%COMPAT_VERSION%.a
 +	cd $(INSTALL_LIB) && sudo ln -s liblua.dylib liblua.%VERSION%.dylib
 +	cd $(INSTALL_LIB) && sudo ln -s liblua.dylib liblua.%COMPAT_VERSION%.dylib
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110328/1373c9f1/attachment.html>


More information about the macports-changes mailing list