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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gvfs/Portfile b/devel/gvfs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fb8f549..f724b7e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gvfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gvfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortSystem          1.0
</span> name                gvfs
 epoch               1
 version             1.34.2.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> set branch          [join [lrange [split ${version} .] 0 1] .]
 maintainers         {devans @dbevans} openmaintainer
 categories          devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,16 +93,7 @@ post-destroot {
</span>         ${destroot}${docdir}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python35 python36 description {Use Python 3.4 for testing} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append port:py34-gobject3
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    post-patch {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|^#!.*|#!${prefix}/bin/python3.4|" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            ${worksrcpath}/test/gvfs-test \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            ${worksrcpath}/test/test_polkitd.py
</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;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python34 python36 description {Use Python 3.5 for testing} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python36 description {Use Python 3.5 for testing} {
</span>     depends_build-append port:py35-gobject3
     post-patch {
         reinplace "s|^#!.*|#!${prefix}/bin/python3.5|" \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,7 +102,7 @@ variant python35 conflicts python34 python36 description {Use Python 3.5 for tes
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python34 python35  description {Use Python 3.6 for testing} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python35  description {Use Python 3.6 for testing} {
</span>     depends_build-append port:py36-gobject3
     post-patch {
         reinplace "s|^#!.*|#!${prefix}/bin/python3.6|" \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -119,7 +111,7 @@ variant python36 conflicts python34 python35  description {Use Python 3.6 for te
</span>     }
 }
 
<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>