<pre style='margin:0'>
Vincent (Veence) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fd078cb6ec5f68de9d652cce54e5b2e296609c5a">https://github.com/macports/macports-ports/commit/fd078cb6ec5f68de9d652cce54e5b2e296609c5a</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 fd078cb  rsgislib: make python36 the default python variant
</span>fd078cb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fd078cb6ec5f68de9d652cce54e5b2e296609c5a
</span>Author: Veence <vince@macports.org>
AuthorDate: Sun Jan 28 10:20:11 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    rsgislib: make python36 the default python variant
</span>---
 gis/rsgislib/Portfile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/rsgislib/Portfile b/gis/rsgislib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a4e2ded..6da691b 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/rsgislib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/rsgislib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,12 +31,10 @@ depends_lib-append      port:gdal \
</span>                         port:kealib \
                         port:muparser
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-pre-fetch {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![variant_isset python27] && ![variant_isset python35] && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        ![variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python35] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python36]} {
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        return -code error "You must choose at least one Python variant."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python36
</span> }
 
 patchfiles              patch-CMakeLists.txt.diff
</pre><pre style='margin:0'>

</pre>