<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/38261bb8ddf48398c1be973597b7a5605f144261">https://github.com/macports/macports-ports/commit/38261bb8ddf48398c1be973597b7a5605f144261</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 38261bb8ddf transmission: add note for the temporary case fix
</span>38261bb8ddf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 38261bb8ddf48398c1be973597b7a5605f144261
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Wed Apr 26 20:45:15 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    transmission: add note for the temporary case fix
</span>---
 net/transmission/Portfile | 1 +
 1 file changed, 1 insertion(+)

<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 acc034e3701..0389316a22b 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;'>@@ -57,6 +57,7 @@ pre-patch {
</span> post-patch {
     reinplace -E "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Transmission.xcodeproj/project.pbxproj
     # Fix building on case sensitive systems
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Remove after https://github.com/transmission/transmission/pull/5456 is merged
</span>     reinplace "s|Appkit.h|AppKit.h|g" ${worksrcpath}/macosx/BlocklistScheduler.h
     # Disable Sparkle without messing with xib files
     system -W ${worksrcpath}/macosx/ "/usr/libexec/PlistBuddy -c \"Delete :SUFeedURL\" Info.plist"
</pre><pre style='margin:0'>

</pre>