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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f0cbfe3687f436daa93dd3de86af8a86bdae2a69">https://github.com/macports/macports-ports/commit/f0cbfe3687f436daa93dd3de86af8a86bdae2a69</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 f0cbfe3687f aria2: add missing CoreServices framework on Sonoma
</span>f0cbfe3687f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f0cbfe3687f436daa93dd3de86af8a86bdae2a69
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Thu Dec 21 12:45:34 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    aria2: add missing CoreServices framework on Sonoma
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/68951
</span>---
 net/aria2/Portfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/aria2/Portfile b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a3f89029a6..07b692cca2c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        aria2 aria2 1.37.0 release-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          net
 platforms           darwin
 maintainers         {mps @Schamschula}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,6 +61,12 @@ configure.args      --with-libiconv-prefix=${prefix} \
</span>                     --without-libcares \
                     --without-sqlite3
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# See https://trac.macports.org/ticket/68951
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and https://github.com/aria2/aria2/issues/2083
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} == 23} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.ldflags-append  -framework CoreServices
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     xinstall -d -m 0755 "${destroot}${prefix}/share/bash-completion/completions"
     xinstall -m 0644 "${destroot}${prefix}/share/doc/aria2/bash_completion/aria2c" \
</pre><pre style='margin:0'>

</pre>