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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4b6b0692763acd4dcd66ca6d5f8804c697a72d71">https://github.com/macports/macports-ports/commit/4b6b0692763acd4dcd66ca6d5f8804c697a72d71</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 4b6b0692763 qgis3: expand mp_libcxx use to 10.14 See: https://trac.macports.org/ticket/65520
</span>4b6b0692763 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4b6b0692763acd4dcd66ca6d5f8804c697a72d71
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Fri Jul 22 14:46:59 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: expand mp_libcxx use to 10.14
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/65520
</span>---
 gis/qgis3/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 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 646e74db8f4..9092afa8805 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;'>@@ -29,10 +29,10 @@ checksums           rmd160  ab87b138aa84766e7a3fb80f1bcb98c937e883b7 \
</span>                     sha256  af1d3bb5ad50a6769b1abb8d0cb9bb0d5b360a6156a672b4bdee3d0d643ed249 \
                     size    172172234
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Enable use of 'macports-libcxx' for macOS 10.13 and earlier, as port uses
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# libcxx features normally only available on 10.14 and later.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Enable use of 'macports-libcxx' for macOS 10.14 and earlier, as port uses
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# libcxx features normally only available on 10.15 and later.
</span> legacysupport.newest_darwin_requires_legacy \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    17
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    18
</span> legacysupport.use_mp_libcxx \
                     yes
 
</pre><pre style='margin:0'>

</pre>