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

<span style='display:block; white-space:pre;color:#404040;'>    gexiv2: drop variant +python34, rebuild
</span>---
 gnome/gexiv2/Portfile | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gexiv2/Portfile b/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7a1534a..0fd2c03 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           gobject_introspection 1.0
</span> 
 name                gexiv2
 version             0.10.8
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         gexiv2 is a GObject-based wrapper around the exiv2 library.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,22 +51,17 @@ variant python27 description {Build Python2 bindings using Python 2.7} {
</span> 
 default_variants +python27
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python35 python36 description {Build Python3 bindings using Python 3.4} {
</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.env-append    PYTHON3_PATH=${prefix}/bin/python3.4
</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 python34 python36 description {Build Python3 bindings using Python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python36 description {Build Python3 bindings using Python 3.5} {
</span>     depends_lib-append      port:py35-gobject3
     configure.env-append    PYTHON3_PATH=${prefix}/bin/python3.5
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python34 python35 description {Build Python3 bindings using Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python35 description {Build Python3 bindings using Python 3.6} {
</span>     depends_lib-append      port:py36-gobject3
     configure.env-append    PYTHON3_PATH=${prefix}/bin/python3.6
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python34] && ![variant_isset python35]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python35]} {
</span>     default_variants +python36
 }
 
</pre><pre style='margin:0'>

</pre>