<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cdc44f1b7f2ea8091abb4b6133d244dc085508ae">https://github.com/macports/macports-ports/commit/cdc44f1b7f2ea8091abb4b6133d244dc085508ae</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 cdc44f1 dnscrypt-proxy: use https connection
</span>cdc44f1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit cdc44f1b7f2ea8091abb4b6133d244dc085508ae
</span>Author: J.W <iology@users.noreply.github.com>
AuthorDate: Sat Dec 24 00:19:20 2016 +0800
<span style='display:block; white-space:pre;color:#404040;'> dnscrypt-proxy: use https connection
</span>---
net/dnscrypt-proxy/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/dnscrypt-proxy/Portfile b/net/dnscrypt-proxy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7818cfe..a551947 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/dnscrypt-proxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/dnscrypt-proxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,8 +10,8 @@ maintainers mps openmaintainer
</span> description A protocol for securing communications between a client and a DNS \
resolver.
long_description ${description}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://dnscrypt.org/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites http://download.dnscrypt.org/dnscrypt-proxy/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://dnscrypt.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites https://download.dnscrypt.org/dnscrypt-proxy/
</span>
platforms darwin
depends_lib port:libsodium
</pre><pre style='margin:0'>
</pre>