<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/39b034a6b9463fa7664d610216088e2bba537126">https://github.com/macports/macports-ports/commit/39b034a6b9463fa7664d610216088e2bba537126</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 39b034a6b9463fa7664d610216088e2bba537126
</span>Author: Dean M Greer <38226388+Gcenx@users.noreply.github.com>
AuthorDate: Sun Jan 26 22:37:09 2025 -0500
<span style='display:block; white-space:pre;color:#404040;'> Update Portfile
</span>---
emulators/wine-devel/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/wine-devel/Portfile b/emulators/wine-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3c1b3e36fa7..86ead88179f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/wine-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/wine-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@ conflicts wine-stable wine-staging wine-crossover
</span> set my_name wine
revision 0
# MacPorts does not support i386 on macOS Mojave and new WoW64 requires macOS Catalina 10.15.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms {darwin > 15 != 18}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin > 15 != 18.*}
</span> set branch [lindex [split ${version} .] 0].x
license LGPL-2.1+
categories emulators
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -236,7 +236,7 @@ if {${os.major} < 19} {
</span> }
if {${os.major} > 18} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib path:lib/libMoltenVK.dylib:MoltenVK-latest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append path:lib/libMoltenVK.dylib:MoltenVK-latest
</span>
configure.args.x86_64-append --enable-archs=i386,x86_64
configure.args-replace --without-vulkan --with-vulkan
</pre><pre style='margin:0'>
</pre>