<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/c18ff16aeef19ac5580c6c37e83d82cf0852d808">https://github.com/macports/macports-ports/commit/c18ff16aeef19ac5580c6c37e83d82cf0852d808</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c18ff16aeef19ac5580c6c37e83d82cf0852d808
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jul 4 00:39:33 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    minivmac*: Adjust bootstrap post-destroot msg
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Improve arch check, and add a message to indicate when the archs are
</span><span style='display:block; white-space:pre;color:#404040;'>    satisfactory for distribution.
</span>---
 emulators/minivmac-devel/Portfile | 7 +++++--
 emulators/minivmac/Portfile       | 7 +++++--
 2 files changed, 10 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 f372315..00b40e0 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;'>@@ -537,9 +537,12 @@ if {[tbool bootstrap]} {
</span>             ui_msg "The distribution zip file has been created:"
             ui_msg
             ui_msg "${output_archive}"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_msg
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            if {![variant_exists universal] || ![variant_isset universal] || "ppc" ni ${configure.universal_archs}} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                ui_msg
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            if {[variant_exists universal] && [variant_isset universal] && [lsort ${configure.universal_archs}] eq [lsort ${supported_archs}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ui_msg "This file contains all the necessary architectures and"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ui_msg "can be distributed."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            } else {
</span>                 ui_warn "DON'T DISTRIBUTE THIS FILE! It doesn't contain all the"
                 ui_warn "necessary architectures. To build a distributable"
                 ui_warn "bootstrap app, use the universal variant and build on"
<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 ba9946f..c3e038e 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;'>@@ -523,9 +523,12 @@ if {[tbool bootstrap]} {
</span>             ui_msg "The distribution zip file has been created:"
             ui_msg
             ui_msg "${output_archive}"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_msg
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            if {![variant_exists universal] || ![variant_isset universal] || "ppc" ni ${configure.universal_archs}} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                ui_msg
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            if {[variant_exists universal] && [variant_isset universal] && [lsort ${configure.universal_archs}] eq [lsort ${supported_archs}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ui_msg "This file contains all the necessary architectures and"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ui_msg "can be distributed."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            } else {
</span>                 ui_warn "DON'T DISTRIBUTE THIS FILE! It doesn't contain all the"
                 ui_warn "necessary architectures. To build a distributable"
                 ui_warn "bootstrap app, use the universal variant and build on"
</pre><pre style='margin:0'>

</pre>