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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cca6fef57767ceec2bbf44bd536062805531c329">https://github.com/macports/macports-ports/commit/cca6fef57767ceec2bbf44bd536062805531c329</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 cca6fef  hexchat: remove conflicts w/ unknown variants (python27/33/34)
</span>cca6fef is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cca6fef57767ceec2bbf44bd536062805531c329
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Thu Oct 5 16:54:56 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    hexchat: remove conflicts w/ unknown variants (python27/33/34)
</span>---
 irc/hexchat/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/irc/hexchat/Portfile b/irc/hexchat/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f9fbec8..86f31e1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/irc/hexchat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/irc/hexchat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,7 +95,7 @@ variant quartz conflicts xft {
</span> #    configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.7/lib/pkgconfig/
 #}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 description "Enable Python plugin, using python35" conflicts python27 python33 python34 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 description "Enable Python plugin, using python35" {
</span>     configure.args-replace --disable-python --enable-python=python3.5
     depends_lib-append port:python35
     configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.5/lib/pkgconfig/
</pre><pre style='margin:0'>

</pre>