<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/497e841fb1723c3479c728d8ba7a1e178ce81965">https://github.com/macports/macports-ports/commit/497e841fb1723c3479c728d8ba7a1e178ce81965</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 497e841fb17 MultiMC5: fix build error and revbump for qt
</span>497e841fb17 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 497e841fb1723c3479c728d8ba7a1e178ce81965
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Fri Dec 18 05:07:39 2020 +0000
<span style='display:block; white-space:pre;color:#404040;'> MultiMC5: fix build error and revbump for qt
</span>---
games/MultiMC5/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/MultiMC5/Portfile b/games/MultiMC5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2c8716c171f..a508f03f451 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/MultiMC5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/MultiMC5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup cmake 1.1
</span> PortGroup compiler_blacklist_versions 1.0
github.setup MultiMC MultiMC5 0.6.11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 2
</span> categories games
platforms darwin
license Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,8 @@ post-fetch {
</span> patchfiles patch-CMakeLists.txt.diff
post-patch {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace -W ${worksrcpath} "s|-Werror ||g" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ CMakeLists.txt
</span> reinplace -W ${worksrcpath} "s|-target 1.6 -source 1.6|-target 1.8 -source 1.8|g" \
libraries/javacheck/CMakeLists.txt \
libraries/launcher/CMakeLists.txt
</pre><pre style='margin:0'>
</pre>