<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3bb029ed6f0eb61e2eca5c814a2e8a894704bae5">https://github.com/macports/macports-ports/commit/3bb029ed6f0eb61e2eca5c814a2e8a894704bae5</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 3bb029e  MultiMC5: Add compiler blacklist, zlib dep
</span>3bb029e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3bb029ed6f0eb61e2eca5c814a2e8a894704bae5
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Aug 9 09:04:20 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    MultiMC5: Add compiler blacklist, zlib dep
</span>---
 games/MultiMC5/Portfile | 8 +++++++-
 1 file changed, 7 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 7d31fe9..3fc18e3 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;'>@@ -5,13 +5,14 @@ PortGroup           github 1.0
</span> PortGroup           qt5 1.0
 PortGroup           java 1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        MultiMC MultiMC5 0.6.7
 categories          games
 platforms           darwin
 license             Apache-2
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         a custom launcher for Minecraft
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         A custom launcher for Minecraft
</span> long_description    MultiMC is ${description} that allows you to easily manage \
                     multiple installations of Minecraft at once. It also allows \
                     you to easily install and remove mods by simply dragging and \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,11 +33,16 @@ post-patch {
</span>         libraries/launcher/CMakeLists.txt
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+java.fallback       openjdk12
</span> java.version        1.8+
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append  *gcc* {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> qt5.depends_component \
                     qtsvg
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append  port:zlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> cmake.install_prefix \
                     ${applications_dir}
 
</pre><pre style='margin:0'>

</pre>