<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ae852a35b65e8e2cd4da900aa8a6a817e0566516">https://github.com/macports/macports-ports/commit/ae852a35b65e8e2cd4da900aa8a6a817e0566516</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new ae852a3  direnv-devel: better way to handle directory creation and moving.
</span>ae852a3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ae852a35b65e8e2cd4da900aa8a6a817e0566516
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon May 15 11:02:50 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    direnv-devel: better way to handle directory creation and moving.
</span>---
 devel/direnv/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/direnv/Portfile b/devel/direnv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e8fdc32..53b1751 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/direnv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/direnv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,8 @@ subport direnv-devel {
</span> 
     post-patch {
         # move 'dotenv' into 'src/dotenv' to make GOPATH happy
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W ${worksrcpath} "mkdir src && mv dotenv src"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        file mkdir ${worksrcpath}/src
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        move ${worksrcpath}/dotenv ${worksrcpath}/src
</span>     }
 
     build.env-append        GOPATH=${worksrcpath}
</pre><pre style='margin:0'>

</pre>