<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/974bc5f6bc0588ab4480818e0555a9402c72673e">https://github.com/macports/macports-ports/commit/974bc5f6bc0588ab4480818e0555a9402c72673e</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 974bc5f6bc0 util-linux: Update master_sites.
</span>974bc5f6bc0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 974bc5f6bc0588ab4480818e0555a9402c72673e
</span>Author: Fred Wright <fw@fwright.net>
AuthorDate: Mon Jul 27 15:49:27 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    util-linux: Update master_sites.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fetches were failing due to the location having moved and curl's not
</span><span style='display:block; white-space:pre;color:#404040;'>    following the 301 redirect.  This updates the master_sites based on
</span><span style='display:block; white-space:pre;color:#404040;'>    the new location from the redirect.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Note that fetches still fail on older macOS versions due to the usual
</span><span style='display:block; white-space:pre;color:#404040;'>    SSL certificate problem, but that problem should go away once the
</span><span style='display:block; white-space:pre;color:#404040;'>    distfile mirrors can successfully mirror the file.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    TESTED:
</span><span style='display:block; white-space:pre;color:#404040;'>    On macOS 10.13, "port checksum util-linux" now succeeds.  It fails on
</span><span style='display:block; white-space:pre;color:#404040;'>    10.9 as noted above.  Testing across all OS versions is unnecessary
</span><span style='display:block; white-space:pre;color:#404040;'>    for this type of change.
</span>---
 devel/util-linux/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/util-linux/Portfile b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea4f780854d..88340f56f3c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ long_description    ${name} contains miscellaneous utility programs \
</span>                     and messages. This port contains ONLY those parts \
                     of ${name} that run on Darwin.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        https://www.kernel.org/pub/linux/utils/util-linux/v${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${branch}/
</span> use_xz              yes
 
 checksums           rmd160  81c26b1da8e7e4ce065ed93639bcc2d5aba3baa8 \
</pre><pre style='margin:0'>

</pre>