<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/a2fa081e674a9c1df022ed2aa67f0170546f7010">https://github.com/macports/macports-ports/commit/a2fa081e674a9c1df022ed2aa67f0170546f7010</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 a2fa081  qgis3: workaround a typo (?) in a file that prevented compiling
</span>a2fa081 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a2fa081e674a9c1df022ed2aa67f0170546f7010
</span>Author: Veence <vince@macports.org>
AuthorDate: Fri Dec 8 11:52:27 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: workaround a typo (?) in a file that prevented compiling
</span>---
 gis/qgis3/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 7dc6d30..aee1dfd 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;'>@@ -73,7 +73,7 @@ post-patch {
</span>         ${worksrcpath}/cmake/FindPyQt5.py
 
     # Handle QGIS Fix #11399 which doesn’t seem to work anymore
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace -E "s|#ifdef Q_OS_MAC|#if 0|" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -E "s|#ifdef Q_OS_MAC$|#if 0|" \
</span>         ${worksrcpath}/src/app/layout/qgslayoutdesignerdialog.cpp
 
     # Handle legacy OS/XCode
</pre><pre style='margin:0'>

</pre>