[macports-ports] branch master updated: direnv-devel: update to 53053313 (20170508).
Ryan Schmidt
ryandesign at macports.org
Mon May 15 06:13:12 UTC 2017
> On May 14, 2017, at 20:10, Michael Dickens <michaelld at macports.org> wrote:
>
> Michael Dickens (michaelld) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/a1ee97c4f1a0c9acc5c676218bd73e19f98267ce
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new a1ee97c direnv-devel: update to 53053313 (20170508).
>
> a1ee97c is described below
>
>
> commit a1ee97c4f1a0c9acc5c676218bd73e19f98267ce
>
> Author: Michael Dickens <michaelld at macports.org>
> AuthorDate: Sun May 14 21:10:53 2017 -0400
>
>
> direnv-devel: update to 53053313 (20170508).
>
> ---
> + post-patch {
> + # move 'dotenv' into 'src/dotenv' to make GOPATH happy
> + system -W ${worksrcpath} "mkdir src && mv dotenv src"
> + }
Making a directory and moving something into it are both functions that are easily accomplished with native Tcl without the need to resort to system.
More information about the macports-dev
mailing list