diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-02-11 06:34:35 +0800 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-02-11 06:34:35 +0800 |
commit | a897d3a2e6fe44e0c28e25f5ac15c6d2dadd6578 (patch) | |
tree | 55244b1994aea60ae3ed13458ab8aa1419567b8c /dns/dnscrypt-proxy | |
parent | e3f49c5f31142cd3867aab1f3c56ff1f9692c147 (diff) | |
download | freebsd-ports-gnome-a897d3a2e6fe44e0c28e25f5ac15c6d2dadd6578.tar.gz freebsd-ports-gnome-a897d3a2e6fe44e0c28e25f5ac15c6d2dadd6578.tar.zst freebsd-ports-gnome-a897d3a2e6fe44e0c28e25f5ac15c6d2dadd6578.zip |
dns/dnscrypt-proxy: Update MASTER_SITES and WWW
Domain dnscrypt.org is gone. [1]
1 - https://github.com/jedisct1/dnscrypt-proxy/issues/89
Reported by: tj@mrsk.me (via email)
Approved by: portmgr (blanket)
Diffstat (limited to 'dns/dnscrypt-proxy')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 3 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 14466a33f292..7ef8ebbaaad4 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -5,8 +5,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 1.9.5 PORTREVISION= 3 CATEGORIES= dns -MASTER_SITES= https://download.dnscrypt.org/dnscrypt-proxy/ \ - https://download.dnscrypt.org/dnscrypt-proxy/old/ +MASTER_SITES= LOCAL/dbaio/${PORTNAME}/ MAINTAINER= freebsd@dns-lab.com COMMENT= Boost privacy and security of DNS diff --git a/dns/dnscrypt-proxy/pkg-descr b/dns/dnscrypt-proxy/pkg-descr index c4135faf2f57..f731db5d90dc 100644 --- a/dns/dnscrypt-proxy/pkg-descr +++ b/dns/dnscrypt-proxy/pkg-descr @@ -14,4 +14,4 @@ Reference links: 1. https://www.opendns.com/about/innovations/dnscrypt/ 2. https://dnscurve.org/ -WWW: https://dnscrypt.org/ +WWW: https://github.com/jedisct1/dnscrypt-proxy |