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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3a32f3e15d867f43f5556f4ed47ca149208671d7">https://github.com/macports/macports-ports/commit/3a32f3e15d867f43f5556f4ed47ca149208671d7</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 3a32f3e15d8 gdal: add pcre2 dependency
</span>3a32f3e15d8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3a32f3e15d867f43f5556f4ed47ca149208671d7
</span>Author: nilason <n_larsson@yahoo.com>
AuthorDate: Tue Jun 13 09:59:42 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gdal: add pcre2 dependency
</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/67596
</span>---
 gis/gdal/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 489e3313473..72a800ae3e9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ PortGroup           legacysupport 1.0
</span> mpi.setup
 
 github.setup        OSGeo gdal 3.7.0 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            5
</span> checksums           rmd160  a6f5c2abfdcc23a1a73a9a2109ba6794fe311a57 \
                     sha256  af4b26a6b6b3509ae9ccf1fcc5104f7fe015ef2110f5ba13220816398365adce \
                     size    8604724
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,6 +64,7 @@ depends_lib-append  port:zlib \
</span>                     port:webp \
                     port:giflib \
                     port:qhull \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:pcre2 \
</span>                     port:sqlite3 \
                     port:spatialite \
                     port:curl \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -250,6 +251,7 @@ configure.args-append                                        \
</span>                     -DGDAL_USE_OPENCL=OFF                    \
                     -DGDAL_USE_OPENEXR=OFF                   \
                     -DGDAL_USE_OPENJPEG=OFF                  \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DGDAL_USE_PCRE2=ON                      \
</span>                     -DGDAL_USE_PDFIUM=OFF                    \
                     -DGDAL_USE_PNG=ON                        \
                     -DGDAL_USE_POPPLER=OFF                   \
</pre><pre style='margin:0'>

</pre>