<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/63f62d66bfbd5b70300d6d9f3c71b810db50b871">https://github.com/macports/macports-ports/commit/63f62d66bfbd5b70300d6d9f3c71b810db50b871</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 63f62d66bfb monkeys-audio: use git to fetch on old systems
</span>63f62d66bfb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 63f62d66bfbd5b70300d6d9f3c71b810db50b871
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sat Jul 29 13:49:02 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    monkeys-audio: use git to fetch on old systems
</span>---
 audio/monkeys-audio/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/monkeys-audio/Portfile b/audio/monkeys-audio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ce39af8fa4a..954a9442839 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/monkeys-audio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/monkeys-audio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,3 +21,10 @@ github.tarball_from     archive
</span> 
 # https://github.com/fernandotcl/monkeys-audio/pull/8
 patchfiles              0001-CMakeLists-use-MATCHES-for-Clang.patch
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Since we set NoMirror, need to fetch from the GH repo, and older systems will fail to do it.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.major} < 13} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        fetch.type      git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>