<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/1066a29bc17f5d8d1e463852eb062a5b206e9e29">https://github.com/macports/macports-ports/commit/1066a29bc17f5d8d1e463852eb062a5b206e9e29</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 1066a29bc17 shells/*: set github.tarball_from explicitly
</span>1066a29bc17 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1066a29bc17f5d8d1e463852eb062a5b206e9e29
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Jan 28 18:10:45 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    shells/*: 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>---
 shells/ksh93/Portfile | 2 ++
 shells/xonsh/Portfile | 2 ++
 2 files changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/ksh93/Portfile b/shells/ksh93/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 779fa007eab..194f0fdecfe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/ksh93/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/ksh93/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup           github 1.0
</span> 
 epoch               2
 github.setup        att ast 2012-08-01
<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            2
 
 name                ksh93
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/xonsh/Portfile b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0d5ec28eaa9..13560ce9feb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           python 1.0
 
 github.setup        xonsh xonsh 0.19.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> revision            0
 categories          shells
 supported_archs     noarch
</pre><pre style='margin:0'>

</pre>