<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/485372bc7e19f862fd3adece18046b60e0e15690">https://github.com/macports/macports-ports/commit/485372bc7e19f862fd3adece18046b60e0e15690</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 485372bc7e1 knot: Add another master_sites entry
</span>485372bc7e1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 485372bc7e19f862fd3adece18046b60e0e15690
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jan 23 03:02:13 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    knot: Add another master_sites entry
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This one has more lenient TLS requirements that can be satisfied by the
</span><span style='display:block; white-space:pre;color:#404040;'>    OS X El Capitan machine that we use to mirror distfiles.
</span>---
 net/knot/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/knot/Portfile b/net/knot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6634b0720f2..728006f7544 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/knot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/knot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,8 @@ description         Knot DNS is a high-performance authoritative-only DNS server
</span> long_description    {*}${description}
 platforms           darwin
 homepage            https://www.knot-dns.cz
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        https://secure.nic.cz/files/knot-dns/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://secure.nic.cz/files/knot-dns/ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    https://sources.openwrt.org
</span> 
 use_xz              yes
 
</pre><pre style='margin:0'>

</pre>