<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/4a91e1ad16dbe6732d78377c30edc7b3a03d8ba2">https://github.com/macports/macports-ports/commit/4a91e1ad16dbe6732d78377c30edc7b3a03d8ba2</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 4a91e1a  gvfs: add +python37 variant
</span>4a91e1a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4a91e1ad16dbe6732d78377c30edc7b3a03d8ba2
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Oct 11 14:28:36 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gvfs: add +python37 variant
</span>---
 devel/gvfs/Portfile | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 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 94f72af..6fbc7aa 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;'>@@ -96,7 +96,7 @@ post-destroot {
</span>         ${destroot}${docdir}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python36 description {Use Python 3.5 for testing} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python36 python37 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;'>@@ -105,7 +105,7 @@ variant python35 conflicts python36 description {Use Python 3.5 for testing} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python35  description {Use Python 3.6 for testing} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python35 python37 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;'>@@ -114,7 +114,16 @@ variant python36 conflicts python35  description {Use Python 3.6 for testing} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python35]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python35 python36 description {Use Python 3.7 for testing} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append port:py37-gobject3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|^#!.*|#!${prefix}/bin/python3.7|" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ${worksrcpath}/test/gvfs-test \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ${worksrcpath}/test/test_polkitd.py
</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;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python35] && ![variant_isset python37]} {
</span>    default_variants +python36
 }
 
</pre><pre style='margin:0'>

</pre>