<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/e027d6ffb95c7226c6d7c545f05ea3f5ae62c295">https://github.com/macports/macports-ports/commit/e027d6ffb95c7226c6d7c545f05ea3f5ae62c295</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e027d6ffb95c7226c6d7c545f05ea3f5ae62c295
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Tue Mar 31 16:03:34 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gexiv2: add and default to python38 variant
</span>---
 gnome/gexiv2/Portfile | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 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 a936793..dccb2e8 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,7 +5,7 @@ PortGroup           gobject_introspection 1.0
</span> 
 name                gexiv2
 version             0.10.10
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><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;'>@@ -48,23 +48,28 @@ variant python27 description {Build Python2 bindings using Python 2.7} {
</span> 
 default_variants +python27
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python36 python37 description {Build Python3 bindings using Python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python36 python37 python38 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 python35 python37 description {Build Python3 bindings using Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python35 python37 python38 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;'>-variant python37 conflicts python35 python36 description {Build Python3 bindings using Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python35 python36 python38 description {Build Python3 bindings using Python 3.7} {
</span>     depends_lib-append      port:py37-gobject3
     configure.env-append    PYTHON3_PATH=${prefix}/bin/python3.7
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python35] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python35 python36 python37 description {Build Python3 bindings using Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:py38-gobject3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.env-append    PYTHON3_PATH=${prefix}/bin/python3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python38
</span> }
 
 livecheck.type      gnome
</pre><pre style='margin:0'>

</pre>