<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/9afe5c6b1a1739d4ac95ba2d73fc30650512708d">https://github.com/macports/macports-ports/commit/9afe5c6b1a1739d4ac95ba2d73fc30650512708d</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 9afe5c6b1a1 xchm: cleanup compilers
</span>9afe5c6b1a1 is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    xchm: cleanup compilers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    macports/macports-base#162 included in 2.6.3 release
</span>---
 textproc/xchm/Portfile | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/xchm/Portfile b/textproc/xchm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fef1c7a1b84..d3c5fbf1936 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/xchm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/xchm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,6 @@
</span> 
 PortSystem          1.0
 PortGroup           app 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 PortGroup           wxWidgets 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,8 +37,4 @@ depends_lib-append  port:chmlib \
</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-append {clang < 602}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> configure.args      --with-wxdir=${wxWidgets.wxdir}
</pre><pre style='margin:0'>

</pre>