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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b2bac3bbae22a1d9690b09929d8048afa9d4dad3">https://github.com/macports/macports-ports/commit/b2bac3bbae22a1d9690b09929d8048afa9d4dad3</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 b2bac3bbae2 mame: cleanup compilers
</span>b2bac3bbae2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b2bac3bbae22a1d9690b09929d8048afa9d4dad3
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Oct 9 20:19:41 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mame: cleanup compilers
</span>---
 emulators/mame/Portfile | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/mame/Portfile b/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dd51fe8f026..392ff6ff35a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,6 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup github    1.0
 
 github.setup        mamedev mame 0206 mame
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,10 +50,6 @@ if {${os.platform} eq "darwin" && ([vercmp $xcodeversion 9.0] < 0)} {
</span> 
 compiler.cxx_standard   2014
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Remove this once base's compiler selection for C++14 is fixed:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/macports/macports-base/pull/162
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist {clang < 602}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> build.args-append   ARCHOPTS="${configure.cxxflags}" \
                     CC="${configure.cc}" \
                     CXX="${configure.cxx}" \
</pre><pre style='margin:0'>

</pre>