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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e39496f1ce05fc7777e2db874f5924f08aa03b11">https://github.com/macports/macports-ports/commit/e39496f1ce05fc7777e2db874f5924f08aa03b11</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e39496f1ce05fc7777e2db874f5924f08aa03b11
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Sun Apr 15 04:23:24 2018 +0000

<span style='display:block; white-space:pre;color:#404040;'>    znc: drop old python variants; add python36 variant
</span>---
 irc/znc/Portfile | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/irc/znc/Portfile b/irc/znc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7930d38..bcd2bba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/irc/znc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/irc/znc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,25 +28,18 @@ depends_lib         path:lib/libssl.dylib:openssl port:tcl port:perl5 port:icu
</span> 
 configure.args      --enable-perl --enable-tcl --with-tcl=${prefix}/lib --disable-python
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python33 description "Enable Python modules, using python33" conflicts python34 python35 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 description "Enable Python modules, using python35" conflicts python36 {
</span>     compiler.blacklist-append { clang <= 503.0.38  }
     configure.args-replace --disable-python --enable-python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:python33
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.3/lib/pkgconfig/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 description "Enable Python modules, using python34" conflicts python33 python35 {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append { clang <= 503.0.38  }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace --disable-python --enable-python
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:python34
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.4/lib/pkgconfig/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append port:python35
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.5/lib/pkgconfig/
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 description "Enable Python modules, using python35" conflicts python33 python34 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 description "Enable Python modules, using python36" conflicts python35 {
</span>     compiler.blacklist-append { clang <= 503.0.38  }
     configure.args-replace --disable-python --enable-python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:python35
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.5/lib/pkgconfig/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append port:python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.6/lib/pkgconfig/
</span> }
 
 # Will fail in trace mode due to this downloads gtest
</pre><pre style='margin:0'>

</pre>