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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aca90aa228604347722d196e3066b957d146bb7c">https://github.com/macports/macports-ports/commit/aca90aa228604347722d196e3066b957d146bb7c</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 aca90aa  qgis: fix typo; allow for QT5 error to be shown
</span>aca90aa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aca90aa228604347722d196e3066b957d146bb7c
</span>Author: Andrew Pinkham <code@andrewsforge.com>
AuthorDate: Wed Feb 21 09:34:46 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qgis: fix typo; allow for QT5 error to be shown
</span>---
 gis/qgis/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 6b2c5a8..10d0515 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;'>@@ -134,7 +134,7 @@ pre-configure {
</span> # QT5 is no longer supported. Use QGIS 3 instead
 
 variant qt5 description "Build with Qt5" {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_err "Qt5 option is deprecated. Please use the qgis3 port instead"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_error "Qt5 option is deprecated. Please use the qgis3 port instead"
</span> }
 
 # Database variants (from the GDAL port)
</pre><pre style='margin:0'>

</pre>