<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/7f0a4efd055b1a0ac517683d45dc469259c78877">https://github.com/macports/macports-ports/commit/7f0a4efd055b1a0ac517683d45dc469259c78877</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7f0a4efd055b1a0ac517683d45dc469259c78877
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Jan 11 13:15:38 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    cross/*: 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>---
 cross/bossa/Portfile        | 3 ++-
 cross/micronucleus/Portfile | 3 ++-
 cross/mingw-w64/Portfile    | 4 +++-
 cross/stlink/Portfile       | 3 ++-
 4 files changed, 9 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/cross/bossa/Portfile b/cross/bossa/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a49df9b9a4..d2a45c9c100 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/cross/bossa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/cross/bossa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           github 1.0
</span> PortGroup           wxWidgets 1.0
 
 github.setup        shumatech BOSSA 1.9.1
<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                bossa
 categories          cross devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +19,6 @@ long_description    BOSSA is a flash programming utility for Atmel's SAM \
</span>                     family of flash-based ARM microcontrollers.
 
 homepage            http://www.shumatech.com/web/products/bossa
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> 
 checksums           sha1    ec911282fe3872769a73195c9e0d6e57b2a6e5b2 \
                     rmd160  729652752baa57dde02ce30608b208ddc753d8c0 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/cross/micronucleus/Portfile b/cross/micronucleus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 90ad62d5e84..fe1edcd032d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/cross/micronucleus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/cross/micronucleus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,10 +5,11 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        micronucleus micronucleus 2.5 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          cross
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         {@mholling gmail.com:mdholling} openmaintainer
 description         Micronucleus is a bootloader designed for AVR ATtiny microcontrollers
 long_description    Micronucleus is a bootloader designed for AVR ATtiny microcontrollers \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/cross/mingw-w64/Portfile b/cross/mingw-w64/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a84c2706f4c..d717cd635b9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/cross/mingw-w64/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/cross/mingw-w64/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           compiler_blacklist_versions 1.0
 
 github.setup        mingw-w64 mingw-w64 12.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            0
 set mingw_name      w64-mingw32
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -155,7 +157,7 @@ if {${subport} ne ${name}} {
</span> 
     supported_archs         noarch
     platforms               any
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    description             "GCC cross-compiler toolchain for Windows 64 & 32 bits (meta port)"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    description             GCC cross-compiler toolchain for Windows 64 & 32 bits (meta port)
</span> 
     depends_run             port:i686-${mingw_name}-gcc \
                             port:i686-${mingw_name}-widl \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/cross/stlink/Portfile b/cross/stlink/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c638bc11634..058f5393af8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/cross/stlink/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/cross/stlink/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,12 +8,13 @@ PortGroup               github 1.0
</span> PortGroup               legacysupport 1.1
 
 github.setup            stlink-org stlink 1.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              cross devel
 license                 BSD
 maintainers             {mails.ucas.ac.cn:chenguokai17 @chenguokai} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms               darwin
</span> 
 description             Stlink Tools Texane
 long_description        Open source version of the STMicroelectronics Stlink Tools. \
</pre><pre style='margin:0'>

</pre>