<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e96c6fecd08b3e21d65277c3001365f30fb0bdc3">https://github.com/macports/macports-ports/commit/e96c6fecd08b3e21d65277c3001365f30fb0bdc3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e96c6fecd08b3e21d65277c3001365f30fb0bdc3
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sun Mar 18 17:45:49 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libproxy: drop variant +python34, rebuild
</span>---
 net/libproxy/Portfile | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libproxy/Portfile b/net/libproxy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f43c7c5..4455a80 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libproxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libproxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,8 +7,7 @@ PortGroup           cmake 1.1
</span> cmake.out_of_source yes
 
 github.setup        libproxy libproxy 0.4.15
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-name                libproxy
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> epoch               1
 categories          net
 maintainers         {devans @dbevans} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,7 +66,7 @@ configure.args-append \
</span> # Fix an issue with clang-900 (Xcode 9) using the Sierra SDK, <rdar://problem/31263056>
 configure.cppflags-append -D_DARWIN_C_SOURCE=1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 python36 description {Build Bindings for Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python35 python36 description {Build Bindings for Python 2.7} {
</span>     set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7
     depends_lib-append port:python27
     configure.args-delete \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,18 +77,7 @@ variant python27 conflicts python34 python35 python36 description {Build Binding
</span>                     -DPYTHON2_SITEPKG_DIR=${python_prefix}/lib/python2.7/site-packages
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 python36 description {Build Bindings for Python 3.4} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_prefix ${frameworks_dir}/Python.framework/Versions/3.4
</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.args-delete \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DWITH_PYTHON3=NO
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DWITH_PYTHON3=YES \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DPYTHON3_EXECUTABLE=${prefix}/bin/python3.4 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DPYTHON3_SITEPKG_DIR=${python_prefix}/lib/python3.4/site-packages
</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 python35 conflicts python27 python34 python36 description {Build Bindings for Python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python36 description {Build Bindings for Python 3.5} {
</span>     set python_prefix ${frameworks_dir}/Python.framework/Versions/3.5
     depends_lib-append port:python35
     configure.args-delete \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,7 +88,7 @@ variant python35 conflicts python27 python34 python36 description {Build Binding
</span>                     -DPYTHON3_SITEPKG_DIR=${python_prefix}/lib/python3.5/site-packages
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python34 python35 description {Build Bindings for Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python35 description {Build Bindings for Python 3.6} {
</span>     set python_prefix ${frameworks_dir}/Python.framework/Versions/3.6
     depends_lib-append port:python36
     configure.args-delete \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,7 +101,7 @@ variant python36 conflicts python27 python34 python35 description {Build Binding
</span> 
 # build Python 2.7 bindings by default for compatibility
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python35] && ![variant_isset python36]} {
</span>     default_variants    +python27
 }
 
</pre><pre style='margin:0'>

</pre>