<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5178526219fa021b0cb4bc95511febbf9bf7b377">https://github.com/macports/macports-ports/commit/5178526219fa021b0cb4bc95511febbf9bf7b377</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 5178526219f gis/*: set github.tarball_from explicitly
</span>5178526219f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5178526219fa021b0cb4bc95511febbf9bf7b377
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jan 20 23:23:51 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    gis/*: set github.tarball_from explicitly
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    In preparation for changing the default.
</span>---
 gis/GPXLab/Portfile         | 3 ++-
 gis/geographiclib/Portfile  | 2 ++
 gis/gpscorrelate/Portfile   | 3 ++-
 gis/grass7/Portfile         | 2 ++
 gis/libkml/Portfile         | 2 ++
 gis/libpcl/Portfile         | 2 ++
 gis/osm2pgrouting/Portfile  | 2 ++
 gis/osm2pgsql/Portfile      | 2 ++
 gis/pcraster/Portfile       | 2 ++
 gis/pgrouting/Portfile      | 4 ++++
 gis/qgis3/Portfile          | 4 ++++
 gis/qlandkartegt/Portfile   | 2 ++
 gis/t-rex/Portfile          | 2 ++
 gis/tilemaker/Portfile      | 2 ++
 gis/whitebox-tools/Portfile | 3 ++-
 15 files changed, 34 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/GPXLab/Portfile b/gis/GPXLab/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4f008ea68dc..7d0374d8cf7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/GPXLab/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/GPXLab/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,9 +5,10 @@ PortGroup           github 1.0
</span> PortGroup           qmake5 1.0
 
 github.setup        BourgeoisLab GPXLab 0.7.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 categories          gis
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             GPL-3
 maintainers         {@sikmir gmail.com:sikmir} openmaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/geographiclib/Portfile b/gis/geographiclib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2c103babc87..f1fce2c3239 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/geographiclib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/geographiclib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        geographiclib geographiclib 2.4 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 categories          gis
 maintainers         {gmail.com:tlockhart1976 @lockhart} gmail.com:crmoore \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gpscorrelate/Portfile b/gis/gpscorrelate/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cf7a32810aa..6499b6155c1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gpscorrelate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gpscorrelate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,8 +5,9 @@ PortGroup            active_variants 1.1
</span> PortGroup            github 1.0
 
 github.setup         dfandrich gpscorrelate 2.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from  tarball
</span> categories           gis graphics
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms            darwin
</span> license              GPL-2
 maintainers          {@sikmir gmail.com:sikmir} openmaintainer
 description          GPS Photo Correlation
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/grass7/Portfile b/gis/grass7/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a65e7453313..82cdd21467b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/grass7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/grass7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           github 1.0
</span> PortGroup           debug 1.0
 
 github.setup        OSGeo grass 7.8.8
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                grass7
 set main_version    [join [lrange [split ${version} "."] 0 1] ""]
 revision            9
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/libkml/Portfile b/gis/libkml/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0b6b9f71406..5e1d0cd62c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/libkml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/libkml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup               github 1.0
</span> PortGroup               boost 1.0
 
 github.setup            libkml libkml 1.3.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> revision                4
 checksums               rmd160  b13c1c8d072098f365ac315cc1588ef3eba4ad1d \
                         sha256  5ac678ec9b3f737749712206fc199acb27bbdb74ca8656607fc809cbc951a482 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/libpcl/Portfile b/gis/libpcl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 27cc6884788..bd1791154b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/libpcl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/libpcl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup           active_variants 1.1
</span> PortGroup           boost 1.0
 
 github.setup        PointCloudLibrary pcl 1.14.1 pcl-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 checksums           rmd160  45cd999a80c4683aa63ea18868ee45659a589ff4 \
                     sha256  5d75196280646064e24937dd4da3b994066d2e5e87649e9148526d6c4e816101 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/osm2pgrouting/Portfile b/gis/osm2pgrouting/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 16843d72b43..cf71a98a587 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/osm2pgrouting/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/osm2pgrouting/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup           active_variants             1.1
</span> PortGroup           boost                       1.0
 
 github.setup        pgRouting osm2pgrouting 2.3.8 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 
 categories          gis
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/osm2pgsql/Portfile b/gis/osm2pgsql/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 80dee6dca5f..a8304378ade 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/osm2pgsql/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/osm2pgsql/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ PortGroup           boost 1.0
</span> PortGroup           legacysupport 1.1
 
 github.setup        osm2pgsql-dev osm2pgsql 1.11.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> 
 categories          gis
 maintainers         {vince @Veence} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/pcraster/Portfile b/gis/pcraster/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd1a0fe3be5..d72dcae8a3c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/pcraster/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/pcraster/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup           github 1.0
</span> PortGroup           qt5 1.0
 
 github.setup        pcraster pcraster 4.4.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            3
 
 categories          gis
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/pgrouting/Portfile b/gis/pgrouting/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 617ed466ffa..9d190572708 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/pgrouting/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/pgrouting/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,8 @@ license             LGPL-2
</span> homepage            http://www.pgrouting.org/
 
 github.setup        pgRouting pgrouting 3.7.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 
 checksums           rmd160  603cf21469a6d3e5fc2a5e6e73d5fda5d34212f5 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +42,8 @@ foreach v ${postgresql_suffixes} {
</span>     subport pg${v}-${name} {
         if {${v} == 12} {
             github.setup    pgRouting pgrouting 3.6.3 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            github.tarball_from tarball
</span>             revision        0
             checksums       rmd160  7c8ded4e2d9164c6e5c51919a59528d2df0b4d0d \
                             sha256  aa4c1d56914c9cba8f65ceaefe8a42625d60a85d7f74d74d7b41297a1b31c673 \
<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 57e2883d01b..d5b2fb8426d 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;'>@@ -26,6 +26,8 @@ subport ${name-ltr} {}
</span> if {${subport} eq ${name}} {
     # Latest version
     github.setup    qgis QGIS 3_40_2 final-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.tarball_from tarball
</span>     revision        0
     set app_name    QGIS3
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +39,8 @@ if {${subport} eq ${name}} {
</span> } else {
     # LTR version
     github.setup    qgis QGIS 3_34_14 final-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.tarball_from tarball
</span>     revision        0
     set app_name    QGIS3-LTR
     description     {*}${description} (LTR)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qlandkartegt/Portfile b/gis/qlandkartegt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1b3623e2fca..5835dea5ebd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qlandkartegt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qlandkartegt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,6 +10,8 @@ categories       gis
</span> maintainers      {fossekall.de:michael.klein @mklein-de}
 license          GPL-3
 github.setup     mklein-de ${name} 1.8.1-macports-20200922
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision         11
 
 description      Use your Garmin GPS with Linux/Mac OS X
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/t-rex/Portfile b/gis/t-rex/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bdc7ccf17ee..f5a276cf6fa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/t-rex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/t-rex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           github 1.0
</span> PortGroup           cargo 1.0
 
 github.setup        t-rex-tileserver t-rex 0.14.3 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            8
 categories          gis
 maintainers         {@sikmir disroot.org:sikmir} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/tilemaker/Portfile b/gis/tilemaker/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bed7f6e5be7..06e32e99352 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/tilemaker/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/tilemaker/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           cmake 1.1
</span> PortGroup           boost 1.0
 
 github.setup        systemed tilemaker 3.0.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 
 categories          gis
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/whitebox-tools/Portfile b/gis/whitebox-tools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b106cebb2b9..6f9807d851a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/whitebox-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/whitebox-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,9 +6,10 @@ PortGroup           github 1.0
</span> PortGroup           cargo 1.0
 
 github.setup        jblindsay whitebox-tools 2.2.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 categories          gis
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         {@mholling gmail.com:mdholling} openmaintainer
 description         an advanced geospatial data analysis platform
 long_description    {*}${description}
</pre><pre style='margin:0'>

</pre>