<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/08ebf4cdae86df806cab36528d2d8ab687ac11dd">https://github.com/macports/macports-ports/commit/08ebf4cdae86df806cab36528d2d8ab687ac11dd</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 08ebf4cdae86df806cab36528d2d8ab687ac11dd
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sun Mar 18 17:40:58 2018 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/glade/Portfile b/devel/glade/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 57cc3bd..20fb0a0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/glade/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/glade/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           active_variants 1.1
</span> 
 name                glade
 version             3.20.4
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             LGPL-2+ GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Glade is a RAD tool to enable quick & easy development of user interfaces \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +65,7 @@ configure.args      --enable-gladeui \
</span> configure.cflags-append \
                     -Wno-format-nonliteral
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 python36 description {Build Python 2.7 widgets support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python35 python36 description {Build Python 2.7 widgets support} {
</span>     configure.args-replace      --disable-python --enable-python
     configure.python            ${prefix}/bin/python2.7
     set python_framework        ${frameworks_dir}/Python.framework/Versions/2.7
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,17 +75,7 @@ variant python27 conflicts python34 python35 python36 description {Build Python
</span>     configure.pkg_config_path   ${python_framework}/lib/pkgconfig
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 python36 description {Build Python 3.4 widgets support} {
</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;'>-    configure.python            ${prefix}/bin/python3.4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.env-append        PYTHON_LIBS="-L${python_framework}/lib -lpython3.4" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                                PYTHON_LIB_LOC=${python_framework}/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append          port:py34-gobject3
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.pkg_config_path   ${python_framework}/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 python35 conflicts python27 python34 python36 description {Build Python 3.5 widgets support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python36 description {Build Python 3.5 widgets support} {
</span>     configure.args-replace      --disable-python --enable-python
     configure.python            ${prefix}/bin/python3.5
     set python_framework        ${frameworks_dir}/Python.framework/Versions/3.5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,7 +85,7 @@ variant python35 conflicts python27 python34 python36 description {Build Python
</span>     configure.pkg_config_path   ${python_framework}/lib/pkgconfig
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python34 python35 description {Build Python 3.6 widgets support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python35 description {Build Python 3.6 widgets support} {
</span>     configure.args-replace      --disable-python --enable-python
     configure.python            ${prefix}/bin/python3.6
     set python_framework        ${frameworks_dir}/Python.framework/Versions/3.6
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,7 +95,7 @@ variant python36 conflicts python27 python34 python35 description {Build Python
</span>     configure.pkg_config_path   ${python_framework}/lib/pkgconfig
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python35]} {
</span>     default_variants +python36
 }
 
</pre><pre style='margin:0'>

</pre>