<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/15ea7eefa188b8b78169aecf8e8105a8b0ed283b">https://github.com/macports/macports-ports/commit/15ea7eefa188b8b78169aecf8e8105a8b0ed283b</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 15ea7eefa18 irc/*: set github.tarball_from explicitly
</span>15ea7eefa18 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 15ea7eefa188b8b78169aecf8e8105a8b0ed283b
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jan 22 01:07:07 2025 +1100
<span style='display:block; white-space:pre;color:#404040;'> irc/*: 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>---
irc/communi-desktop/Portfile | 2 ++
irc/quassel/Portfile | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/irc/communi-desktop/Portfile b/irc/communi-desktop/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e74ca4897eb..79b00805004 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/irc/communi-desktop/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/irc/communi-desktop/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ PortGroup qmake5 1.0
</span> # https://github.com/communi/communi-desktop/commit/1414cb8c8a0e6a60bee5e1b7bd808cff18fc549d
# Find a version which works with Qt4.
github.setup communi communi-desktop 512df86ef749cd9f45fc9bbc264f52a5374941b5
<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> version 2022.08.14
revision 0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/irc/quassel/Portfile b/irc/quassel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f956ce7296f..2a6b2adad1a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/irc/quassel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/irc/quassel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,11 +7,12 @@ PortGroup qt5 1.0
</span> PortGroup github 1.0
github.setup quassel quassel 0.14.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 0
categories irc
license GPL-2 GPL-3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers nomaintainer
homepage https://quassel-irc.org
</pre><pre style='margin:0'>
</pre>