From: <jh...@us...> - 2009-12-17 04:36:29
|
Revision: 186 http://etch.svn.sourceforge.net/etch/?rev=186&view=rev Author: jheiss Date: 2009-12-17 04:36:21 +0000 (Thu, 17 Dec 2009) Log Message: ----------- Update with the changes made by the MacPorts folks when they added the port to the official repo. Modified Paths: -------------- trunk/client/Portfile Modified: trunk/client/Portfile =================================================================== --- trunk/client/Portfile 2009-12-10 23:52:19 UTC (rev 185) +++ trunk/client/Portfile 2009-12-17 04:36:21 UTC (rev 186) @@ -2,6 +2,7 @@ # $Id$ PortSystem 1.0 +PortGroup ruby 1.0 name etch version %VER% @@ -29,15 +30,12 @@ rmd160 %RMD160% depends_build port:rb-rake -depends_run port:ruby \ - port:facter +depends_run port:facter -PortGroup ruby 1.0 - +worksrcdir ${worksrcdir}/client use_configure no build {} -test.run no -destroot.cmd cd client && rake +destroot.cmd ${prefix}/bin/rake destroot.target install\[${destroot}\] -destroot.destdir "" +destroot.destdir This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |