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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/27715248636be3c877f8bdf4599d2f60106eb944">https://github.com/macports/macports-ports/commit/27715248636be3c877f8bdf4599d2f60106eb944</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 27715248636 rust-src: do not use cargo_fetch
</span>27715248636 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 27715248636be3c877f8bdf4599d2f60106eb944
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Tue Dec 7 03:49:53 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    rust-src: do not use cargo_fetch
</span>---
 lang/rust/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 159a5d65bd9..26d115ab726 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;'>@@ -407,7 +407,7 @@ subport rust-src {
</span> # which is broken before 10.8
 # See: https://github.com/rust-lang/cargo/issues/4813
 # See: https://github.com/mozilla/releases-comm-central/commit/5cd3595203de78a6f47324f53f0cf616f4e383ea
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${subport} ne "${ccwrap}" } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${subport} ne "${ccwrap}" && ${subport} ne "rust-src"} {
</span>     PortGroup           cargo_fetch 1.0
 
     dist_subdir         $name
</pre><pre style='margin:0'>

</pre>