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

and.damore at macports.org and.damore at macports.org
Fri Mar 25 00:39:16 PDT 2011


Revision: 77272
          http://trac.macports.org/changeset/77272
Author:   and.damore at macports.org
Date:     2011-03-25 00:39:14 -0700 (Fri, 25 Mar 2011)
Log Message:
-----------
updated luarocks port to 2.0.4.1, forced to use only mp config (doesn't check user dir)

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

Modified: trunk/dports/devel/luarocks/Portfile
===================================================================
--- trunk/dports/devel/luarocks/Portfile	2011-03-25 05:14:46 UTC (rev 77271)
+++ trunk/dports/devel/luarocks/Portfile	2011-03-25 07:39:14 UTC (rev 77272)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem          1.0
 name                luarocks
-version             2.0.1
+version             2.0.4.1
 revision        1
 categories          devel
 platforms           darwin
@@ -19,11 +19,12 @@
 master_sites        http://luarocks.org/releases/
 depends_run         port:lua
 universal_variant   no
-checksums           md5     795a30b42894ef5cd2ad449c3bf9cff9 \
-                    sha1    aa0870c18d1a04b5045e35b8dd12ff2e5f6b3574 \
-                    rmd160  99182815d289f841600c0d9ac90456d6109982c2
+checksums           md5     2c7caccce3cdf236e6f9aca7bec9bdea \
+                    sha1    18939a8c5931a3ec51d29c9dd71715bf19e30510 \
+                    rmd160  0c6a8dd420103042c99c5ec7c6416b0af13d95ce
 configure.args      --with-lua=${prefix} \
-                    --rocks-tree=${prefix}/var/luarocks
+                    --rocks-tree=${prefix}/share/luarocks \
+                    --force-config
 
 variant md5 conflicts openssl description { Use md5 as checker } {
     configure.args-append   --with-md5-checker=md5sum
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110325/d90596b5/attachment.html>


More information about the macports-changes mailing list