<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/93fb0844ba188f4d53e30a022efb4e7db5fc7edb">https://github.com/macports/macports-ports/commit/93fb0844ba188f4d53e30a022efb4e7db5fc7edb</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 93fb0844ba1 github-1.0: Go back to previous archive URLs
</span>93fb0844ba1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 93fb0844ba188f4d53e30a022efb4e7db5fc7edb
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Dec 5 07:58:08 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    github-1.0: Go back to previous archive URLs
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The new archive URLs only worked for tags, not commits.
</span>---
 _resources/port1.0/group/github-1.0.tcl | 2 +-
 graphics/netpbm/Portfile                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<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 4408e5db084..b5099e5d347 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;'>@@ -36,7 +36,7 @@ proc handle_tarball_from {option action args} {
</span>                 github.master_sites ${github.homepage}/releases/download/${git.branch}
             }
             archive {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                github.master_sites https://codeload.github.com/${github.author}/${github.project}/tar.gz/refs/tags/${git.branch}?dummy=
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                github.master_sites ${github.homepage}/archive/${git.branch}
</span>             }
             tarball {
                 github.master_sites https://codeload.github.com/${github.author}/${github.project}/legacy.tar.gz/${git.branch}?dummy=
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/netpbm/Portfile b/graphics/netpbm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e9a1e0b9469..7afc59e0dd9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/netpbm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/netpbm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,7 @@ long_description        A whole bunch of utilities for primitive manipulation \
</span>                         jpeg. Many basic graphics editing tools such as \
                         magnifying and cropping.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://netpbm.sourceforge.net/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                http://netpbm.sourceforge.net
</span> github.tarball_from     archive
 
 distfiles               ${source_distfile}:source \
</pre><pre style='margin:0'>

</pre>