<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/6d85ec28e6761c41d9034eb74e7998fc45305924">https://github.com/macports/macports-ports/commit/6d85ec28e6761c41d9034eb74e7998fc45305924</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 6d85ec28e67 xz: Use archived homepage
</span>6d85ec28e67 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6d85ec28e6761c41d9034eb74e7998fc45305924
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Fri Mar 29 21:21:09 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xz: Use archived homepage
</span>---
 archivers/xz/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/xz/Portfile b/archivers/xz/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 69e52cf0e88..9a8850cfde8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/xz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/xz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,7 @@ version         5.4.6
</span> # https://lists.macports.org/pipermail/macports-dev/2024-March/045563.html
 # https://lists.debian.org/debian-security-announce/2024/msg00057.html
 # https://www.openwall.com/lists/oss-security/2024/03/29/4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/tukaani-project/xz/issues/92
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://web.archive.org/web/20240330000954/https://github.com/tukaani-project/xz/issues/92
</span> checksums       rmd160  b520491a5cae36c5295859d51eee5573a5953a1f \
                 sha256  913851b274e8e1d31781ec949f1c23e8dbcf0ecf6e73a2436dc21769dd3e6f49 \
                 size    2181925
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,8 @@ XZ utils consist of a few relatively separate submodules: \
</span> \n* LZMA/XZ encoder/decoder command line tool similar to gzip/bzip2 \
 \n* Scripts to ease grepping, diffing and viewing (lz*grep, lzdiff/lzcmp, lzmore/lzless)
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage        https://tukaani.org/xz/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Temporarily use archived copy because GitHub has disabled the official web site
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage        https://web.archive.org/web/20240329165859/https://xz.tukaani.org/xz-utils/
</span> #master_sites    sourceforge:project/lzmautils
 # Temporarily use mirrored copy only, due to upstream compromise
 master_sites    macports_distfiles
</pre><pre style='margin:0'>

</pre>