<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a0659e799b4f38a6e6bbb3f1b108127fb8083ec8">https://github.com/macports/macports-ports/commit/a0659e799b4f38a6e6bbb3f1b108127fb8083ec8</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 a0659e799b4 pure-reduce: Use shellescape
</span>a0659e799b4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a0659e799b4f38a6e6bbb3f1b108127fb8083ec8
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 27 12:48:16 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    pure-reduce: Use shellescape
</span>---
 pure/pure-reduce/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/pure/pure-reduce/Portfile b/pure/pure-reduce/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 92c79d39adb..447a44e9e32 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/pure/pure-reduce/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/pure/pure-reduce/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ depends_lib-append              port:gmp
</span> extract.only                    ${pure_reduce_distfile}
 
 post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "tar xjf ${distpath}/${reduce_distfile}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "tar xjf [shellescape ${distpath}/${reduce_distfile}]"
</span> }
 
 patchfiles                      patch-Makefile.diff
</pre><pre style='margin:0'>

</pre>