[77431] trunk/dports/devel/luarocks/Portfile
Revision: 77431 http://trac.macports.org/changeset/77431 Author: and.damore@macports.org Date: 2011-03-30 00:49:42 -0700 (Wed, 30 Mar 2011) Log Message: ----------- removed --force-config configure option for port luarocks, it inhibits use of user's --local repository Modified Paths: -------------- trunk/dports/devel/luarocks/Portfile Modified: trunk/dports/devel/luarocks/Portfile =================================================================== --- trunk/dports/devel/luarocks/Portfile 2011-03-30 05:52:02 UTC (rev 77430) +++ trunk/dports/devel/luarocks/Portfile 2011-03-30 07:49:42 UTC (rev 77431) @@ -2,7 +2,7 @@ PortSystem 1.0 name luarocks version 2.0.4.1 -revision 1 +revision 2 categories devel platforms darwin maintainers and.damore openmaintainer @@ -24,8 +24,8 @@ rmd160 0c6a8dd420103042c99c5ec7c6416b0af13d95ce configure.args --with-lua=${prefix} \ - --rocks-tree=${prefix}/share/luarocks \ - --force-config + --rocks-tree=${prefix}/share/luarocks +# --force-config variant md5 conflicts openssl description { Use md5 as checker } { configure.args-append --with-md5-checker=md5sum
participants (1)
-
and.damore@macports.org