[87973] trunk/dports/devel/lua-numlua

and.damore at macports.org and.damore at macports.org
Wed Dec 14 13:45:44 PST 2011


Revision: 87973
          http://trac.macports.org/changeset/87973
Author:   and.damore at macports.org
Date:     2011-12-14 13:45:41 -0800 (Wed, 14 Dec 2011)
Log Message:
-----------
port lua-numlua: using right path for shared objects, closing ticket #27211, maintainer timeout

Modified Paths:
--------------
    trunk/dports/devel/lua-numlua/Portfile
    trunk/dports/devel/lua-numlua/files/patch-Makefile

Modified: trunk/dports/devel/lua-numlua/Portfile
===================================================================
--- trunk/dports/devel/lua-numlua/Portfile	2011-12-14 21:37:42 UTC (rev 87972)
+++ trunk/dports/devel/lua-numlua/Portfile	2011-12-14 21:45:41 UTC (rev 87973)
@@ -4,7 +4,8 @@
 
 name                    lua-numlua
 version                 0.2.1
-revision                0
+revision                1
+license                 MIT
 categories              devel
 platforms               darwin
 maintainers             bfulgham

Modified: trunk/dports/devel/lua-numlua/files/patch-Makefile
===================================================================
--- trunk/dports/devel/lua-numlua/files/patch-Makefile	2011-12-14 21:37:42 UTC (rev 87972)
+++ trunk/dports/devel/lua-numlua/files/patch-Makefile	2011-12-14 21:45:41 UTC (rev 87973)
@@ -1,5 +1,5 @@
---- Makefile.orig	2009-09-16 22:05:59.000000000 +0200
-+++ Makefile	2009-09-16 22:08:32.000000000 +0200
+--- Makefile.orig	2011-12-14 22:36:59.000000000 +0100
++++ Makefile	2011-12-14 22:41:28.000000000 +0100
 @@ -3,8 +3,8 @@
  # modify src/Makefile to your taste
  # $Id: Makefile,v 1.3 2006-09-11 02:27:11 carvalho Exp $
@@ -23,7 +23,7 @@
 +  else #ifeq ($(TARGET), darwin)
 +INSTALL_ROOT = @PREFIX@
 +INSTALL_INC = $(INSTALL_ROOT)/include
-+INSTALL_LIB = $(INSTALL_ROOT)/lib
++INSTALL_LIB = $(INSTALL_ROOT)/lib/lua/5.1
 +INSTALL_LUA = $(INSTALL_ROOT)/share/lua/5.1/numlua
 +  endif
  endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111214/7cf7e3d4/attachment.html>


More information about the macports-changes mailing list