<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/6db63abffffac56b18e995c16f5c170e19240451">https://github.com/macports/macports-ports/commit/6db63abffffac56b18e995c16f5c170e19240451</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 6db63abffff mpv: use Xcode ver for swift compiler patch
</span>6db63abffff is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6db63abffffac56b18e995c16f5c170e19240451
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Wed Mar 26 18:41:58 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    mpv: use Xcode ver for swift compiler patch
</span>---
 multimedia/mpv/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mpv/Portfile b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 38289e7ed7d..2b47f1c8a76 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -164,9 +164,9 @@ platform darwin {
</span>     patchfiles-append \
                     patch-youtubedl-edl-track-error.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # revert swift compiler to `swift` for macOS 13-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # revert swift compiler to `swift` for Xcode or CLT v14-
</span>     # See https://github.com/mpv-player/mpv/issues/15591
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.major} <= 22} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[vercmp ${xcodeversion} 15] < 0 || [vercmp ${xcodecltversion} 15] < 0} {
</span>         patchfiles-append \
                     patch-8d20b72653-revert.patch
     }
</pre><pre style='margin:0'>

</pre>