<pre style='margin:0'>
Aljaž Srebrnič (g5pw) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fe5bbe737580b6f107923454e5b76c3cbd4bc723">https://github.com/macports/macports-ports/commit/fe5bbe737580b6f107923454e5b76c3cbd4bc723</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fe5bbe737580b6f107923454e5b76c3cbd4bc723
</span>Author: Ivan Larionov <xeron.oskom@gmail.com>
AuthorDate: Tue Dec 27 20:16:28 2016 -0800

<span style='display:block; white-space:pre;color:#404040;'>    mycli: add python 3.6 support.
</span>---
 databases/mycli/Portfile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mycli/Portfile b/databases/mycli/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ab45eea2..e1ee4af 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mycli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mycli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,14 +19,17 @@ homepage            http://mycli.net
</span> checksums           rmd160  1b10dc7c4c37a22505bb09c55e841e56a7f689b7 \
                     sha256  6d009ad91d65c4eb2d2afb55332c38b9b5f20d3b7b7c518ace1f2b2b238aed75
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 description "Use Python 2.7" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 description "Use Python 3.4" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python34 description "Use Python 3.5" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python34 python35 python36 description "Use Python 2.7" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python34 conflicts python27 python35 python36 description "Use Python 3.4" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python34 python36 description "Use Python 3.5" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python34 python35 description "Use Python 3.6" {}
</span> 
 if {[variant_isset python34]} {
     python.default_version 34
 } elseif {[variant_isset python35]} {
     python.default_version 35
<span style='display:block; white-space:pre;background:#e0ffe0;'>+} elseif {[variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.default_version 36
</span> } else {
     default_variants +python27
     python.default_version 27
</pre><pre style='margin:0'>

</pre>