<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/79497eb7ad110e7fca6542663a04b7011b7b62f9">https://github.com/macports/macports-ports/commit/79497eb7ad110e7fca6542663a04b7011b7b62f9</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 79497eb7ad1 mrustc: Fix worksrcdir
</span>79497eb7ad1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 79497eb7ad110e7fca6542663a04b7011b7b62f9
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Mar 21 17:17:28 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mrustc: Fix worksrcdir
</span>---
 lang/mrustc/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/mrustc/Portfile b/lang/mrustc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f53bbd16c1e..b9554c8c22f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/mrustc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/mrustc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,10 @@ long_description    In-progress alternative rust compiler. Capable of building a
</span>                     fully-working copy of rustc, but not suitable for everyday use \
                     (due to inadequate error messages).
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# When updating to the next version, switch to "github.tarball_from archive" and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# reevaluate whether setting worksrcdir is still necessary.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+worksrcdir          ${github.author}-${github.project}-[string range ${git.branch} 0 6]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> master_sites-append https://static.rust-lang.org/dist/:rust
 
 distfiles-append    rustc-${rust_version}-src.tar.gz:rust
</pre><pre style='margin:0'>

</pre>