<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4359c7e235ed4b7c1f445221697934e869d87075">https://github.com/macports/macports-ports/commit/4359c7e235ed4b7c1f445221697934e869d87075</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 4359c7e235e github-1.0: Use only MacPorts mirrors for "downloads"
</span>4359c7e235e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4359c7e235ed4b7c1f445221697934e869d87075
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 26 15:52:06 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> github-1.0: Use only MacPorts mirrors for "downloads"
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> GitHub no longer hosts the files for the old "uploads" feature which was
</span><span style='display:block; white-space:pre;color:#404040;'> accessible via the "downloads" URL so fetch these files only from
</span><span style='display:block; white-space:pre;color:#404040;'> MacPorts mirrors now.
</span>---
_resources/port1.0/group/github-1.0.tcl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/github-1.0.tcl b/_resources/port1.0/group/github-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 8d00706552c..e5fe4f4c0ba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/github-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/github-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,8 @@ proc handle_tarball_from {option action args} {
</span> github.tarball_from ${args}
switch ${args} {
downloads {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- github.master_sites https://github.com/downloads/${github.author}/${github.project}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # GitHub no longer hosts downloads on their servers.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ github.master_sites macports_distfiles
</span> default extract.rename no
}
releases {
</pre><pre style='margin:0'>
</pre>