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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8726435f4a45f8f4ca483e3b33aceb62a48ceb18">https://github.com/macports/macports-ports/commit/8726435f4a45f8f4ca483e3b33aceb62a48ceb18</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 8726435  qgis3: fix variant generation
</span>8726435 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8726435f4a45f8f4ca483e3b33aceb62a48ceb18
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Mar 20 19:54:16 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: fix variant generation
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56103
</span>---
 gis/qgis3/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4eb00bd..4566bef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,7 +113,7 @@ foreach suffix ${postgresql_suffixes} {
</span>     set index [lsearch -exact ${postgresql_variants} ${vrt}]
     set conf [lreplace ${postgresql_variants} ${index} ${index}]
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant ${vrt} description "Use PostgreSQL ${pgversion}" conflicts ${conf} "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant ${vrt} description "Use PostgreSQL ${pgversion}" conflicts {*}${conf} "
</span>         depends_lib-append      port:${vrt}
         configure.args-append   \
             -DPOSTGRES_CONFIG=${prefix}/lib/${vrt}/bin/pg_config
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -146,7 +146,7 @@ foreach pyver ${python_suffixes} {
</span>     set index [lsearch -exact ${python_variants} ${vrt}]
     set conf [lreplace ${python_variants} ${index} ${index}]
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        variant ${vrt} description "Use Python ${pyversion}" conflicts ${conf} "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        variant ${vrt} description "Use Python ${pyversion}" conflicts {*}${conf} "
</span>             depends_lib-append      port:python${pyver} \
                                     port:py${pyver}-pyqt5 \
                                     port:py${pyver}-qscintilla-qt5 \
</pre><pre style='margin:0'>

</pre>