<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/04799b60a70330dd56aec4840b4241949916e00a">https://github.com/macports/macports-ports/commit/04799b60a70330dd56aec4840b4241949916e00a</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 04799b60a70 libfetch: disable livecheck to avoid error
</span>04799b60a70 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 04799b60a70330dd56aec4840b4241949916e00a
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Sep 3 12:23:40 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libfetch: disable livecheck to avoid error
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Error: cannot check if libfetch was updated (Could not resolve host: macports)
</span>---
 net/libfetch/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libfetch/Portfile b/net/libfetch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 36818d94ba3..2a3cd07bde8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libfetch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libfetch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,3 +54,7 @@ platform freebsd {
</span>           ln -sf libfetch.so.${libver} ${destroot}${prefix}/lib/libfetch.so
        }
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# disable livecheck to avoid error
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Error: cannot check if libfetch was updated (Could not resolve host: macports)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type  none
</span></pre><pre style='margin:0'>

</pre>