New features in 2.0.0

Rainer Müller raimue at macports.org
Sun Jul 31 09:22:33 PDT 2011


On 2011-07-29 02:50 , Joshua Root wrote:
> Now that the customary week has passed since the release of 2.0.0, I
> thought I'd point out some of the goodies that are now available to
> portfile authors.

Another subtle change, "system" now accepts -W to specify a working
directory for the command.

The example

  system "cd ${worksrcpath} && ./foo"

can now be written as:

  system -W ${worksrcpath} "./foo"

Rainer


More information about the macports-dev mailing list