<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/7f5a8d4a4ed82d759e77b5a08676f0b4dbf3a538">https://github.com/macports/macports-ports/commit/7f5a8d4a4ed82d759e77b5a08676f0b4dbf3a538</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 7f5a8d4a4ed gdal: make libheif dependency explicit and add a related variant (+heif)
</span>7f5a8d4a4ed is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7f5a8d4a4ed82d759e77b5a08676f0b4dbf3a538
</span>Author: Veence <vince@macports.org>
AuthorDate: Sat Aug 28 12:42:45 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gdal: make libheif dependency explicit and add a related variant (+heif)
</span>---
 gis/gdal/Portfile | 9 ++++++++-
 1 file changed, 8 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 f00798cf682..b11d38124c2 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           debug 1.0
</span> mpi.setup
 
 github.setup        OSGeo gdal 3.3.1 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> checksums           rmd160  7d2e737733248346201cad75987f258e065dc14d \
                     sha256  48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70 \
                     size    12933888
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -209,6 +209,7 @@ configure.args-append                                   \
</span>                     --with-libz=yes                     \
                     --with-zstd=yes                     \
                     --without-liblzma                   \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --without-heif                      \
</span>                     --with-png=yes                      \
                     --with-libtiff=internal             \
                     --with-geotiff=internal             \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -429,6 +430,12 @@ variant hdf5 description {Enable HDF5 file format} {
</span>     configure.args-append   --with-hdf5=${prefix}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant heif description {Build with heif support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:libheif
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-delete   --without-heif
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --with-heif
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant netcdf description {Enable NetCDF file format} {
     if {[variant_isset mpich] || [variant_isset mpich-devel] || \
         [variant_isset openmpi] || [variant_isset openmpi_devel]} {
</pre><pre style='margin:0'>

</pre>