[87922] trunk/dports/devel/luarocks

and.damore at macports.org and.damore at macports.org
Mon Dec 12 11:32:49 PST 2011


Revision: 87922
          http://trac.macports.org/changeset/87922
Author:   and.damore at macports.org
Date:     2011-12-12 11:32:48 -0800 (Mon, 12 Dec 2011)
Log Message:
-----------
port luarocks: disabled parallel build and updated to 2.0.7; ticket #32504 closed

Modified Paths:
--------------
    trunk/dports/devel/luarocks/Portfile
    trunk/dports/devel/luarocks/files/patch-src_luarocks_cfg.lua.diff

Modified: trunk/dports/devel/luarocks/Portfile
===================================================================
--- trunk/dports/devel/luarocks/Portfile	2011-12-12 19:31:01 UTC (rev 87921)
+++ trunk/dports/devel/luarocks/Portfile	2011-12-12 19:32:48 UTC (rev 87922)
@@ -1,8 +1,7 @@
 # $Id$
 PortSystem          1.0
 name                luarocks
-version             2.0.4.1
-revision            2
+version             2.0.7
 categories          devel
 platforms           darwin
 maintainers         and.damore openmaintainer
@@ -19,15 +18,17 @@
 depends_run         port:lua
 universal_variant   no
 
-checksums           md5     2c7caccce3cdf236e6f9aca7bec9bdea \
-                    sha1    18939a8c5931a3ec51d29c9dd71715bf19e30510 \
-                    rmd160  0c6a8dd420103042c99c5ec7c6416b0af13d95ce
+checksums           md5     3a9f80418025e2c43ac369ee6837b659 \
+                    sha1    cf41730bf8ac014268e31b79924c22348df46772 \
+                    rmd160  d40b16031036f1376a242f3fe5125aaa8d1a275f
 
 configure.args      --with-lua=${prefix} \
                     --rocks-tree=${prefix}/share/${name}
 
 patchfiles          patch-src_luarocks_cfg.lua.diff
 
+use_parallel_build  no
+
 variant md5 conflicts openssl description { Use md5 as checker } {
     configure.args-append   --with-md5-checker=md5sum
 }

Modified: trunk/dports/devel/luarocks/files/patch-src_luarocks_cfg.lua.diff
===================================================================
--- trunk/dports/devel/luarocks/files/patch-src_luarocks_cfg.lua.diff	2011-12-12 19:31:01 UTC (rev 87921)
+++ trunk/dports/devel/luarocks/files/patch-src_luarocks_cfg.lua.diff	2011-12-12 19:32:48 UTC (rev 87922)
@@ -1,9 +1,9 @@
---- src/luarocks/cfg.lua.orig	2011-04-09 16:17:02.000000000 +0200
-+++ src/luarocks/cfg.lua	2011-04-09 16:17:41.000000000 +0200
-@@ -129,8 +129,8 @@
+--- src/luarocks/cfg.lua.orig
++++ src/luarocks/cfg.lua
+@@ -140,8 +140,8 @@ local defaults = {
+    use_extensions = false,
+    accept_unknown_fields = false,
  
- local root = rocks_trees[#rocks_trees]
- local defaults = {
 -   lua_modules_path = "/share/lua/5.1/",
 -   lib_modules_path = "/lib/lua/5.1/",
 +   lua_modules_path = "/share/lua/5.1",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111212/9ef4acee/attachment.html>


More information about the macports-changes mailing list