<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/fddaf18c893bd6af3de570ebf3378faf58547e3f">https://github.com/macports/macports-ports/commit/fddaf18c893bd6af3de570ebf3378faf58547e3f</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 fddaf18c893 PrismLauncher: fix bundling
</span>fddaf18c893 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fddaf18c893bd6af3de570ebf3378faf58547e3f
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Fri Dec 16 13:58:14 2022 +0800

<span style='display:block; white-space:pre;color:#404040;'>    PrismLauncher: fix bundling
</span>---
 games/PrismLauncher/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<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 62ed6ed5267..6c558be5b91 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 6.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;'>@@ -25,6 +25,8 @@ post-fetch {
</span> 
 patchfiles          patch-CMakeLists.txt.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+cmake.build_type    Release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Use LTS Java as fallback
 java.fallback       openjdk11
 java.version        1.8+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,3 +45,5 @@ cmake.install_prefix \
</span> 
 configure.pre_args-replace \
                     -DCMAKE_INSTALL_NAME_DIR="${cmake.install_prefix}/lib" -DCMAKE_INSTALL_NAME_DIR="${cmake.install_prefix}/PrismLauncher.app/Contents/MacOS"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DLauncher_QT_VERSION_MAJOR=5
</span></pre><pre style='margin:0'>

</pre>