<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/6dd4916234b4dcf66d06cb2cbe3d1308f5bda6b0">https://github.com/macports/macports-ports/commit/6dd4916234b4dcf66d06cb2cbe3d1308f5bda6b0</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 6dd4916234b minivmac*: Use shellescape
</span>6dd4916234b is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    minivmac*: Use shellescape
</span>---
 emulators/minivmac-devel/Portfile | 4 ++--
 emulators/minivmac/Portfile       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/minivmac-devel/Portfile b/emulators/minivmac-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c2937e32d38..80b35fd5a06 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/minivmac-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/minivmac-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -114,7 +114,7 @@ if {${my_subport} eq ${my_name}} {
</span>     build.dir                   ${workpath}/build
 
     post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W ${workpath} "unzip -q '${distpath}/${my_icons_distfile}'"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system -W ${workpath} "unzip -q [shellescape ${distpath}/${my_icons_distfile}]"
</span>     }
 
     post-patch {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -163,7 +163,7 @@ if {${my_subport} eq ${my_name}} {
</span>                 set all_configure_args [concat ${configure.pre_args} ${configure.args} ${configure.post_args}]
 
                 # Run the configure script.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                system -W ${build.dir}/${my_variation_dir} "CC='${configure.cc}' CFLAGS='${configure.optflags}' ${worksrcpath}/configure ${all_configure_args}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                system -W ${build.dir}/${my_variation_dir} "CC=[shellescape ${configure.cc}] CFLAGS=[shellescape ${configure.optflags}] [shellescape ${worksrcpath}/configure] ${all_configure_args}"
</span> 
                 lappend my_variation_dirs [strsed ${my_variation_dir} {g/ /\\\\ /}]
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/minivmac/Portfile b/emulators/minivmac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd5f0f774ba..69f2a797a20 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/minivmac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/minivmac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,7 +112,7 @@ if {${my_subport} eq ${my_name}} {
</span>     build.dir                   ${workpath}/build
 
     post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W ${workpath} "unzip -q '${distpath}/${my_icons_distfile}'"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system -W ${workpath} "unzip -q [shellescape ${distpath}/${my_icons_distfile}]"
</span>     }
 
     post-patch {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -160,7 +160,7 @@ if {${my_subport} eq ${my_name}} {
</span>                 set all_configure_args [concat ${configure.pre_args} ${configure.args} ${configure.post_args}]
 
                 # Run the configure script.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                system -W ${build.dir}/${my_variation_dir} "CC='${configure.cc}' CFLAGS='${configure.optflags}' ${worksrcpath}/configure ${all_configure_args}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                system -W ${build.dir}/${my_variation_dir} "CC=[shellescape ${configure.cc}] CFLAGS=[shellescape ${configure.optflags}] [shellescape ${worksrcpath}/configure] ${all_configure_args}"
</span> 
                 lappend my_variation_dirs [strsed ${my_variation_dir} {g/ /\\\\ /}]
 
</pre><pre style='margin:0'>

</pre>