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

and.damore at macports.org and.damore at macports.org
Sun May 19 07:42:21 PDT 2013


Revision: 106217
          https://trac.macports.org/changeset/106217
Author:   and.damore at macports.org
Date:     2013-05-19 07:42:21 -0700 (Sun, 19 May 2013)
Log Message:
-----------
port luarocks: added missing backslash in r106215, added notes about the lua upgrade

Revision Links:
--------------
    https://trac.macports.org/changeset/106215

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

Modified: trunk/dports/devel/luarocks/Portfile
===================================================================
--- trunk/dports/devel/luarocks/Portfile	2013-05-19 14:34:30 UTC (rev 106216)
+++ trunk/dports/devel/luarocks/Portfile	2013-05-19 14:42:21 UTC (rev 106217)
@@ -25,7 +25,7 @@
                     sha256  5eac098dcde65ca417930be42ccbd1a1cd151d5aebd8cc17898231de8289edb2
 
 configure.args      --with-lua=${prefix} \
-                    --rocks-tree=${prefix}/share/${name}
+                    --rocks-tree=${prefix}/share/${name} \
                     --lua-version=[string range [lindex [lindex [registry_active lua] 0] 1] 0 2]
 
 patchfiles          patch-src_luarocks_cfg.diff
@@ -71,3 +71,5 @@
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/luarocks/
 }
+notes "If you upgraded lua from 5.1 to 5.2 you'll need to reinstall your rocks, you can find a list of the previous installed rocks in ${prefix}/share/${name}/lib/lua/5.1 and in ~/.luarocks/ . Note that these previously installed rocks may be listed as installed but luarocks.require function will not be able to load them"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130519/2b6bf151/attachment.html>


More information about the macports-changes mailing list