<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e3972ee02de9b96cc1cd3c18579459e059742ccf">https://github.com/macports/macports-ports/commit/e3972ee02de9b96cc1cd3c18579459e059742ccf</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 e3972ee02de PrismLauncher: use JDK 8 to retain compatibility
</span>e3972ee02de is described below
<span style='display:block; white-space:pre;color:#808000;'>commit e3972ee02de9b96cc1cd3c18579459e059742ccf
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Wed Feb 7 01:21:33 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> PrismLauncher: use JDK 8 to retain compatibility
</span>---
games/PrismLauncher/Portfile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/PrismLauncher/Portfile b/games/PrismLauncher/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a979abf638d..7bc02ad6f12 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/PrismLauncher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/PrismLauncher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup java 1.0
</span> PortGroup cmake 1.1
github.setup PrismLauncher PrismLauncher 8.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories games
platforms darwin
license GPL-3 Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,9 +27,10 @@ patchfiles patch-CMakeLists.txt.diff
</span>
cmake.build_type Release
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Use LTS Java as fallback
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-java.fallback openjdk11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-java.version 1.8+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Use OpenJDK as fallback
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Cannot use JDK 20+, see https://github.com/PrismLauncher/PrismLauncher/pull/1013.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+java.fallback openjdk8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+java.version 1.8
</span>
compiler.cxx_standard 2017
</pre><pre style='margin:0'>
</pre>