<pre style='margin:0'>
Nils Breunese (breun) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/efca9497644ad1192fc5c1b25fcbc19a79265a45">https://github.com/macports/macports-ports/commit/efca9497644ad1192fc5c1b25fcbc19a79265a45</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 efca9497644 openjdk21-zulu: update minimum OS version (#26098)
</span>efca9497644 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit efca9497644ad1192fc5c1b25fcbc19a79265a45
</span>Author: Nils Breunese <breun@macports.org>
AuthorDate: Mon Oct 7 00:33:05 2024 +0200
<span style='display:block; white-space:pre;color:#404040;'> openjdk21-zulu: update minimum OS version (#26098)
</span>---
java/openjdk21-zulu/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/openjdk21-zulu/Portfile b/java/openjdk21-zulu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 43da4504c78..383bcb8f1a8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/openjdk21-zulu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/openjdk21-zulu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,10 +7,10 @@ name openjdk${feature}-zulu
</span> categories java devel
maintainers {breun.nl:nils @breun} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 11.00.00:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12.0 for x86_64:
</span> # /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist
# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms {darwin any >= 20 }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms { darwin any >= 16 }
</span>
# This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries
license GPL-2 NoMirror
</pre><pre style='margin:0'>
</pre>