<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository mpbb.

</pre>
<p><a href="https://github.com/macports/mpbb/commit/dbae9f771d46b34bd8a20a76af665db1c18bb077">https://github.com/macports/mpbb/commit/dbae9f771d46b34bd8a20a76af665db1c18bb077</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 dbae9f7  skip broken ports with no portvariants entirely
</span>dbae9f7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dbae9f771d46b34bd8a20a76af665db1c18bb077
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Mar 19 09:52:43 2021 +1100

<span style='display:block; white-space:pre;color:#404040;'>    skip broken ports with no portvariants entirely
</span>---
 tools/sort-with-subports.tcl | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tools/sort-with-subports.tcl b/tools/sort-with-subports.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 3cb55b0..7e947ad 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tools/sort-with-subports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tools/sort-with-subports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -261,10 +261,9 @@ while {[llength $todo] > 0} {
</span>                     set mport $result
                     array set portinfo [mportinfo $mport]
                     if {![info exists portinfo(canonical_active_variants)]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        puts stderr "Warning: $portinfo(name) has no canonical_active_variants, mport=${mport}"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        set portinfo(canonical_active_variants) ""
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    if {[check_failcache $portinfo(name) $portinfo(porturl) $portinfo(canonical_active_variants)] != 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        puts stderr "Warning: $portinfo(name) has no canonical_active_variants"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        set outputports($p) 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    } elseif {[check_failcache $portinfo(name) $portinfo(porturl) $portinfo(canonical_active_variants)] != 0} {
</span>                         set outputports($p) 0
                         set failingports($p) [list 2 $portinfo(name)]
                     }
</pre><pre style='margin:0'>

</pre>