<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/6cda835c853bc0ccc28063b17e29f94edfc9b17c">https://github.com/macports/macports-ports/commit/6cda835c853bc0ccc28063b17e29f94edfc9b17c</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 6cda835c853 transmission: correct comment
</span>6cda835c853 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6cda835c853bc0ccc28063b17e29f94edfc9b17c
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Wed Dec 18 02:18:23 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    transmission: correct comment
</span>---
 net/transmission/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 3e4ee1b53e4..ee3fab9722b 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,7 +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 and 10.15 are not compatible with AdHoc signing
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Hardened Runtime on 10.14 is not compatible with AdHoc signing
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Hardened Runtime on 10.15 causes crash when loading unsigned libs
</span> if {${os.major} == 18 || ${os.major} == 19} {
     xcode.build.settings-append \
                 ENABLE_HARDENED_RUNTIME=NO
</pre><pre style='margin:0'>

</pre>