<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/6231922996379e38dd367689f4f90ba244b5f792">https://github.com/macports/macports-ports/commit/6231922996379e38dd367689f4f90ba244b5f792</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 62319229963 gdal: fix typos
</span>62319229963 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6231922996379e38dd367689f4f90ba244b5f792
</span>Author: Nicklas Larsson <n_larsson@yahoo.com>
AuthorDate: Mon Feb 10 09:21:18 2025 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gdal: fix typos
</span>---
 gis/gdal/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<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 c100afd9222..54e258864ab 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;'>@@ -350,9 +350,9 @@ if {$subport eq $name} {
</span>                         -DGDAL_REGISTER_DRIVER_HDF4_FOR_LATER_PLUGIN=ON \
                         -DGDAL_DRIVER_HDF4_PLUGIN_INSTALLATION_MESSAGE="Install the HDF4 driver with 'sudo port install gdal-hdf4'." \
                         -DGDAL_REGISTER_DRIVER_HDF5_FOR_LATER_PLUGIN=ON \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DGDAL_DRIVER_HDF5_PLUGIN_INSTALLATION_MESSAGE="Install the HDF5 driver with 'sudo port install gdal-hdf4'." \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DGDAL_DRIVER_HDF5_PLUGIN_INSTALLATION_MESSAGE="Install the HDF5 driver with 'sudo port install gdal-hdf5'." \
</span>                         -DGDAL_REGISTER_DRIVER_KEA_FOR_LATER_PLUGIN=ON \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DGDAL_DRIVER_KEA_PLUGIN_INSTALLATION_MESSAGE="Install the KEA driver with 'sudo port install gdal-hdf4'." \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DGDAL_DRIVER_KEA_PLUGIN_INSTALLATION_MESSAGE="Install the KEA driver with 'sudo port install gdal-kea'." \
</span>                         -DGDAL_REGISTER_DRIVER_PDF_FOR_LATER_PLUGIN=ON \
                         -DGDAL_DRIVER_PDF_PLUGIN_INSTALLATION_MESSAGE="Install the PDF driver with 'sudo port install gdal-pdf'." \
                         -DGDAL_USE_POPPLER=ON \
</pre><pre style='margin:0'>

</pre>