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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8341cd7349ad6c20ea983db40422bc442e2493fc">https://github.com/macports/macports-ports/commit/8341cd7349ad6c20ea983db40422bc442e2493fc</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 8341cd7349a transmission: add 10.15 to disable AdHoc signing
</span>8341cd7349a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8341cd7349ad6c20ea983db40422bc442e2493fc
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Wed Jul 17 17:44:51 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    transmission: add 10.15 to disable AdHoc signing
</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/69873
</span>---
 net/transmission/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/transmission/Portfile b/net/transmission/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4e13a50aea3..3e4ee1b53e4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/transmission/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/transmission/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,8 +40,8 @@ depends_lib-append      port:gettext \
</span> xcode.target            Transmission
 xcode.configuration     Release
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Hardened Runtime on 10.14 is not compatible with AdHoc signing
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.major} == 18} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Hardened Runtime on 10.14 and 10.15 are not compatible with AdHoc signing
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.major} == 18 || ${os.major} == 19} {
</span>     xcode.build.settings-append \
                 ENABLE_HARDENED_RUNTIME=NO
 }
</pre><pre style='margin:0'>

</pre>