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

</pre>
<p><a href="https://github.com/macports/mpbb/commit/8ab458f2d70e1cb680a09f94da943d1bcc06c9e6">https://github.com/macports/mpbb/commit/8ab458f2d70e1cb680a09f94da943d1bcc06c9e6</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 8ab458f  Fix name of macOS 11 builder in message
</span>8ab458f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8ab458f2d70e1cb680a09f94da943d1bcc06c9e6
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Mar 15 07:11:35 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Fix name of macOS 11 builder in message
</span>---
 tools/sort-with-subports.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 ee6c248..6901073 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;'>@@ -330,7 +330,7 @@ while {[llength $todo] > 0} {
</span>                         arm {
                             if {$supported_archs eq "noarch"} {
                                 if {[info exists requestedports($p)]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                    puts stderr "Excluding $portinfo(name) because the ${::macports::macosx_version}_x86_64 builder will build it"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                    puts stderr "Excluding $portinfo(name) because the [lindex [split ${::macports::macosx_version} .] 0]_x86_64 builder will build it"
</span>                                 }
                                 set outputports($p) 0
                             } elseif {$supported_archs ne "" && "arm64" ni $supported_archs} {
</pre><pre style='margin:0'>

</pre>