<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/79ef929d6ce5c772c37693dc4752a25cacfd60f9">https://github.com/macports/macports-ports/commit/79ef929d6ce5c772c37693dc4752a25cacfd60f9</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 79ef929d6ce Platypus: fix build on darwin 20&21
</span>79ef929d6ce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 79ef929d6ce5c772c37693dc4752a25cacfd60f9
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Wed Oct 27 21:49:27 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    Platypus: fix build on darwin 20&21
</span>---
 aqua/Platypus/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/Platypus/Portfile b/aqua/Platypus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6ed06a3d455..4bdc0e7abb3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/Platypus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/Platypus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,6 +72,7 @@ post-patch {
</span> # known.
 # See https://trac.macports.org/ticket/57234
 if {[vercmp ${xcodeversion} 10.0] >= 0} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.pre_args-append -UseModernBuildSystem=NO
</span>     destroot.pre_args  -UseNewBuildSystem=NO
 }
 
</pre><pre style='margin:0'>

</pre>