<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d95b45a8338303cb98cf39ce38102f1937ebb5aa">https://github.com/macports/macports-ports/commit/d95b45a8338303cb98cf39ce38102f1937ebb5aa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d95b45a8338303cb98cf39ce38102f1937ebb5aa
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Sep 7 23:17:08 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gdal: use https in homepage and livecheck.url
</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 5265d2c..e0b1607 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;'>@@ -28,7 +28,7 @@ long_description    GDAL is a translator library for raster geospatial \
</span>                     (which lives within the GDAL source tree) provides a \
                     similar capability for simple features vector data.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.gdal.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.gdal.org/
</span> 
 checksums           rmd160  a0b7be0a5e21d3eef8884783c94963c2f91e6f3d \
                     sha256  f6b8147f031cb93291535c3d632e8cacdb8f445b9f9b0e3eb8cff7a8d3f76359 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -456,5 +456,5 @@ post-destroot {
</span> }
 
 livecheck.type  regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url   http://download.osgeo.org/gdal/CURRENT
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url   https://download.osgeo.org/gdal/CURRENT
</span> livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar
</pre><pre style='margin:0'>

</pre>