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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/16eabaf40e4933a97ee14f405bb4693f16828ff6">https://github.com/macports/macports-ports/commit/16eabaf40e4933a97ee14f405bb4693f16828ff6</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 16eabaf40e4 rust: Fix typos in comments
</span>16eabaf40e4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 16eabaf40e4933a97ee14f405bb4693f16828ff6
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Dec 3 18:08:55 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    rust: Fix typos in comments
</span>---
 lang/rust/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rust/Portfile b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 341029bc430..8e3f62786a6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -175,7 +175,7 @@ if { ${subport} ne ${ccwrap} } {
</span>     }
 
     post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # Relink agains MacPort's libcurl allows to fix `error: Unknown option`
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Relinking against MacPorts libcurl allows to fix `error: Unknown option`
</span>         # which happened because cargo tries to use HTTP/2 and it fails
         # See: https://github.com/rust-lang/cargo/blob/2e2a16e983f597da62bc132eb191bc3276d4b1bb/src/cargo/core/package.rs#L423
         if {${os.platform} eq "darwin" && ${os.major} < 13} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -449,8 +449,8 @@ if {${subport} ne "${ccwrap}" } {
</span>     }
 
     # use cargo2port to update it
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # cargo from rust bootstart is linked agains system's crypto library
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # and old system may not support required SSL/TLS version to fetch anything from github for example.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # cargo from rust bootstrap is linked against the system's crypto library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # and old systems may not support the required SSL/TLS version to fetch anything from github for example.
</span> 
     cargo.crates \
         addr2line                       0.16.0  3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd \
</pre><pre style='margin:0'>

</pre>