<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/9c855c99c8ac4fe7120a339ef0329ce223a9156b">https://github.com/macports/macports-ports/commit/9c855c99c8ac4fe7120a339ef0329ce223a9156b</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 9c855c99c8a zig: use legacysupport statically
</span>9c855c99c8a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9c855c99c8ac4fe7120a339ef0329ce223a9156b
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jun 9 21:00:10 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    zig: use legacysupport statically
</span>---
 lang/zig/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/zig/Portfile b/lang/zig/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 024b40f938d..c616d8bfc7d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/zig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/zig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 PortGroup           legacysupport 1.1
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.use_static  yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> github.setup        ziglang zig 0.8.0
 github.tarball_from archive
 revision            0
</pre><pre style='margin:0'>

</pre>