<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/3b543c2833e288750fc347399d2b9a2e03c34c14">https://github.com/macports/macports-ports/commit/3b543c2833e288750fc347399d2b9a2e03c34c14</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 3b543c2  QGIS: Pulls in “qjson-qt5” as a dependency for Qt5 build instead of Qt4 based “qjson”
</span>3b543c2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3b543c2833e288750fc347399d2b9a2e03c34c14
</span>Author: Veence <vince@macports.org>
AuthorDate: Tue Oct 3 15:31:14 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    QGIS: Pulls in “qjson-qt5” as a dependency for Qt5 build instead of Qt4 based “qjson”
</span>---
 gis/qgis/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis/Portfile b/gis/qgis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b54ae51..2ff7d9a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           github  1.0
</span> PortGroup           active_variants 1.1
 
 version             2.18.13
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> set version_u       [string map {. _} ${version}]
 github.setup        qgis QGIS ${version_u} final-
 categories          gis
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,8 +41,7 @@ depends_lib-append  port:libiconv \
</span>                     port:gsl \
                     port:fcgi \
                     port:spatialindex \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:postgis2 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:qjson
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:postgis2
</span> 
 depends_build-append \
                     port:bison \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -109,7 +108,8 @@ variant qt5 conflicts qt4 description "Build with Qt5 and Python 3" {
</span>                             port:qca-qt5 \
                             port:qca-qt5-ossl \
                             port:py36-gdal \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            port:qwt61
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:qwt61 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:qjson-qt5
</span> 
     depends_build-append    port:py36-sip
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -155,7 +155,8 @@ variant qt4 conflicts qt5 description "Build with Qt4 and Python 2.7" {
</span>                             port:qt4-mac-sqlite3-plugin \
                             port:qca \
                             port:qca-ossl \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            port:qwt61
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:qwt61 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:qjson
</span> 
     depends_build-append    port:py27-sip
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -206,7 +207,7 @@ variant grass               description "Build Grass 7 plugin" {
</span>     configure.args-delete  "-DWITH_GRASS7=OFF"
     configure.args-append  "-DWITH_GRASS7=ON"
     configure.args-append   \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                "-DGRASS_PREFIX7=${prefix}/share/grass-7.2.1"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                "-DGRASS_PREFIX7=${prefix}/share/grass-7.2.2"
</span> }
 
 configure.dir               ${worksrcpath}/build
</pre><pre style='margin:0'>

</pre>