[89926] trunk/dports/devel/luarocks/Portfile

and.damore at macports.org and.damore at macports.org
Wed Feb 15 11:09:57 PST 2012


Revision: 89926
          http://trac.macports.org/changeset/89926
Author:   and.damore at macports.org
Date:     2012-02-15 11:09:57 -0800 (Wed, 15 Feb 2012)
Log Message:
-----------
port luarocks: using the right compiler; version bumped

Modified Paths:
--------------
    trunk/dports/devel/luarocks/Portfile

Modified: trunk/dports/devel/luarocks/Portfile
===================================================================
--- trunk/dports/devel/luarocks/Portfile	2012-02-15 18:49:36 UTC (rev 89925)
+++ trunk/dports/devel/luarocks/Portfile	2012-02-15 19:09:57 UTC (rev 89926)
@@ -2,7 +2,7 @@
 PortSystem          1.0
 name                luarocks
 version             2.0.7.1
-revision            1
+revision            2
 categories          devel
 platforms           darwin
 maintainers         and.damore openmaintainer
@@ -29,7 +29,7 @@
 patchfiles          patch-src_luarocks_cfg.lua.diff
 post-patch {
     reinplace   "s|%PREFIX%|${prefix}|g"             ${worksrcpath}/src/luarocks/cfg.lua
-    reinplace "s|%COMPILER%|${configure.compiler}|g" ${worksrcpath}/src/luarocks/cfg.lua
+    reinplace "s|%COMPILER%|${configure.cc}|g" ${worksrcpath}/src/luarocks/cfg.lua
 }
 
 use_parallel_build  no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120215/9105000d/attachment-0001.html>


More information about the macports-changes mailing list