<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/09c1ff770bf1713cef2ac303b0ed35f61a65a26d">https://github.com/macports/macports-ports/commit/09c1ff770bf1713cef2ac303b0ed35f61a65a26d</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 09c1ff770bf rust PG: set build_major on non-Darwin
</span>09c1ff770bf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 09c1ff770bf1713cef2ac303b0ed35f61a65a26d
</span>Author: harens <12570877+harens@users.noreply.github.com>
AuthorDate: Sun Nov 13 15:04:49 2022 +0000

<span style='display:block; white-space:pre;color:#404040;'>    rust PG: set build_major on non-Darwin
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    [skip ci]
</span>---
 _resources/port1.0/group/rust-1.0.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/rust-1.0.tcl b/_resources/port1.0/group/rust-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index c58cf46e608..241a881e3bf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/rust-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/rust-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -163,7 +163,7 @@ proc rust.add_bootstrap_components {architectures {components {rust-std rustc ca
</span>             set rustc_version       ${version_m1}
         } else {
             set build_vendor        macports
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            if { ${os.major} >= 11 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            if { ${os.major} >= 11 || [option os.platform] ne "darwin" } {
</span>                 set rustc_version   ${version_m1}+0
                 set build_major     ""
             } elseif { ${os.major} >= 10 } {
</pre><pre style='margin:0'>

</pre>