<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/6ef65ee09cc2cc3f5a43327996025f120236bd20">https://github.com/macports/macports-ports/commit/6ef65ee09cc2cc3f5a43327996025f120236bd20</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6ef65ee09cc2cc3f5a43327996025f120236bd20
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jun 29 07:18:20 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    minivmac*: Delete remnants from failed configuration
</span>---
 emulators/minivmac-devel/Portfile | 3 +++
 emulators/minivmac/Portfile       | 3 +++
 2 files changed, 6 insertions(+)

<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 049c81b..6c19f35 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;'>@@ -235,6 +235,9 @@ if {${my_subport} eq ${my_name}} {
</span>     configure {
         set my_variation_dirs {}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Delete remnants from possible previous run.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        delete ${build.dir} ${mnvm_output_dir}/minivmac.err.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         # Copy the disk images into the data directory with sequentially-numbered
         # names so Mini vMac will find them and automatically mount them.
         copy -force "${worksrcpath}/Disk Tools.image" ${mnvm_data_dir}/disk1.dsk
<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 74e3afe..6c33cb6 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;'>@@ -229,6 +229,9 @@ if {${my_subport} eq ${my_name}} {
</span>     configure {
         set my_variation_dirs {}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Delete remnants from possible previous run.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        delete ${build.dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         # Copy the disk images into the data directory with sequentially-numbered
         # names so Mini vMac will find them and automatically mount them.
         copy -force "${worksrcpath}/Disk Tools.image" ${mnvm_data_dir}/disk1.dsk
</pre><pre style='margin:0'>

</pre>