<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/80f935629af7732cfc1bbade6575717a7a0cf21b">https://github.com/macports/macports-ports/commit/80f935629af7732cfc1bbade6575717a7a0cf21b</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 80f935629af adplug: fix build on macOS <10.7
</span>80f935629af is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 80f935629af7732cfc1bbade6575717a7a0cf21b
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Mon May 6 16:20:20 2024 +0300

<span style='display:block; white-space:pre;color:#404040;'>    adplug: fix build on macOS <10.7
</span>---
 audio/adplug/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/adplug/Portfile b/audio/adplug/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9528d2ea66e..ebb09a93e75 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/adplug/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/adplug/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,10 @@
</span> 
 PortSystem          1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           legacysupport 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# strnlen
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.newest_darwin_requires_legacy 10
</span> 
 github.setup        adplug adplug 2.3.3 adplug-
 github.tarball_from releases
</pre><pre style='margin:0'>

</pre>