<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/c1d5f622a9588484762a969bf178f6d2e9eb97ee">https://github.com/macports/macports-ports/commit/c1d5f622a9588484762a969bf178f6d2e9eb97ee</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 c1d5f622a95 kde/*: set github.tarball_from explicitly
</span>c1d5f622a95 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c1d5f622a9588484762a969bf178f6d2e9eb97ee
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jan 22 01:18:49 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    kde/*: 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>---
 kde/kmymoney4/Portfile  | 3 ++-
 kde/ktorrent4/Portfile  | 2 ++
 kde/libalkimia/Portfile | 3 ++-
 kde/mate-icons/Portfile | 2 ++
 4 files changed, 8 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/kde/kmymoney4/Portfile b/kde/kmymoney4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a595c565559..5c1ce56eeb0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/kde/kmymoney4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/kde/kmymoney4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           kde4    1.1
</span> PortGroup           github 1.0
 
 github.setup KDE kmymoney f76ab0946991536660da4db29db46302d0226d19
<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                kmymoney4
 version             4.8.4-20200617-[string range ${github.version} 0 7]
 revision            0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +17,6 @@ maintainers         nomaintainer
</span> 
 description         kmymoney version 4
 long_description    KMyMoney is the personal finance manager for KDE.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             GPL-2+
 
 homepage            https://kmymoney.org
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/kde/ktorrent4/Portfile b/kde/ktorrent4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4865f9f9d7d..0333b4f686f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/kde/ktorrent4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/kde/ktorrent4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           github  1.0
</span> PortGroup           kde4    1.1
 
 github.setup        KDE ktorrent 4.3.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                ktorrent4
 
 # ktorrent4 and libktorrent usually need to be updated together
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/kde/libalkimia/Portfile b/kde/libalkimia/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 94a71cea597..8174beab581 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/kde/libalkimia/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/kde/libalkimia/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           kde4   1.1
</span> PortGroup           github 1.0
 
 github.setup KDE alkimia 8.0.3
<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                libalkimia
 revision            0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +18,6 @@ long_description    Alkimia is the infrastructure for common storage and busines
</span>                     logic that will be used by all financial applications in KDE. \
                     The target is to share financial related information over application \
                     boundaries. The libalkimia library contains some common classes.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             {LGPL-2.1 LGPL-3+}
 
 checksums           rmd160  a7d4ce95f2304049d59b8cf751501fd91c598151 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/kde/mate-icons/Portfile b/kde/mate-icons/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 911deb5d325..a7fa2b734b7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/kde/mate-icons/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/kde/mate-icons/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           github 1.0
</span> name                mate-icons
 categories          kde kf5 gnome
 github.setup        mate-desktop mate-icon-theme 1.12.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> 
 maintainers         {gmail.com:rjvbertin @RJVB} openmaintainer
 
</pre><pre style='margin:0'>

</pre>