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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/38efad161405c42748b551a3178223ca5bc56529">https://github.com/macports/macports-ports/commit/38efad161405c42748b551a3178223ca5bc56529</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 38efad161405c42748b551a3178223ca5bc56529
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Dec 7 13:17:18 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    rust-src: increment from main port revision instead of hardcoding
</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 72975f4e22e..5ea940374ad 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;'>@@ -377,7 +377,7 @@ livecheck.url       https://github.com/rust-lang/rust/tags
</span> livecheck.regex     refs/tags/(\[\\d\\.\]+).zip
 
 subport rust-src {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        [ expr ${revision} + 1 ]
</span> 
     # do not unpack bootsrap dependency
     distfiles       ${distname}${extract.suffix}
</pre><pre style='margin:0'>

</pre>