<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cac217a11c4f687f38fd1871c615d3af3432f6f7">https://github.com/macports/macports-ports/commit/cac217a11c4f687f38fd1871c615d3af3432f6f7</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 cac217a  asymptote: fix quoting in reinplace
</span>cac217a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cac217a11c4f687f38fd1871c615d3af3432f6f7
</span>Author: Mojca Miklavec <mojca@macports.org>
AuthorDate: Fri Mar 23 10:59:26 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    asymptote: fix quoting in reinplace
</span>---
 graphics/asymptote/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/asymptote/Portfile b/graphics/asymptote/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ee11823..db97ac6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/asymptote/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/asymptote/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,7 +92,7 @@ post-destroot {
</span>     }
     if {${python.branch} != ""} { 
         set python.bin      ${prefix}/bin/python${python.branch}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace {"s|#!/usr/bin/env python|#!${python.bin}|"} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|#!/usr/bin/env python|#!${python.bin}|" \
</span>             {*}[glob -directory ${destroot}${prefix}/share/${name}/GUI *.py]
     } else {
         delete ${destroot}${prefix}/bin/xasy
</pre><pre style='margin:0'>

</pre>