<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dc95280770aaefc0ddda81981def0f1e4c7a5f46">https://github.com/macports/macports-ports/commit/dc95280770aaefc0ddda81981def0f1e4c7a5f46</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 dc95280770a rust PG: ensure parse success on non-macOS systems
</span>dc95280770a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dc95280770aaefc0ddda81981def0f1e4c7a5f46
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun May 15 06:56:11 2022 -0700
<span style='display:block; white-space:pre;color:#404040;'> rust PG: ensure parse success on non-macOS systems
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes https://trac.macports.org/ticket/65183
</span>---
_resources/port1.0/group/rust-1.0.tcl | 1 +
1 file changed, 1 insertion(+)
<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 1424add5da7..6f9811f587d 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;'>@@ -146,6 +146,7 @@ proc rust.add_bootstrap_components {architectures {components {rust-std rustc ca
</span> set is_bootstrap no
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ set rustc_version ${version_m1}; # ensure value is always set (see https://trac.macports.org/ticket/65183)
</span> foreach arch ${architectures} {
# rust-bootstrap requires `macosx_deployment_target` instead of `os.major`
if { ${arch} in [option rust.upstream_archs] && [vercmp [option macosx_deployment_target] [option rust.upstream_deployment_target]] >= 0 } {
</pre><pre style='margin:0'>
</pre>