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

</pre>
<p><a href="https://github.com/macports/macports-base/commit/534645bc06fd13468579c0c354040603baf4da7a">https://github.com/macports/macports-base/commit/534645bc06fd13468579c0c354040603baf4da7a</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 534645bc0 _get_archive_platform: also match against subplatform
</span>534645bc0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 534645bc06fd13468579c0c354040603baf4da7a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jul 17 12:37:06 2023 +1000

<span style='display:block; white-space:pre;color:#404040;'>    _get_archive_platform: also match against subplatform
</span>---
 src/port1.0/portutil.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portutil.tcl b/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d3de25c6..a9ecee91b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -903,7 +903,7 @@ proc _get_archive_platform {} {
</span>     foreach p $platforms {
         if {$p eq "any"} {
             return any_any
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        } elseif {[lindex $p 0] eq ${os.platform} && [lindex $p 1] eq "any"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        } elseif {[lindex $p 0] in [list ${os.platform} ${os.subplatform}] && [lindex $p 1] eq "any"} {
</span>             return ${os.platform}_any
         }
     }
</pre><pre style='margin:0'>

</pre>