diff options
author | xmj <xmj@FreeBSD.org> | 2014-12-02 17:21:49 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-12-02 17:21:49 +0800 |
commit | 7a66736629fb40cfe8124cb1d16e748498d5af4f (patch) | |
tree | feb36d34dbb51a01dcc1963e4c3f85c6368e3b04 /dns/dnscrypt-proxy/Makefile | |
parent | e4f1570ff98b9d991eec48d00f1bc93ae04a0b37 (diff) | |
download | freebsd-ports-gnome-7a66736629fb40cfe8124cb1d16e748498d5af4f.tar.gz freebsd-ports-gnome-7a66736629fb40cfe8124cb1d16e748498d5af4f.tar.zst freebsd-ports-gnome-7a66736629fb40cfe8124cb1d16e748498d5af4f.zip |
dns/dnscrypt-proxy: start before unbound
- To prevent hanging on 10.x systems which ship with unbound and depend on
DNS resolving, start dnscrypt-proxy before unbound.
- Bump PORTREVISION
PR: 194975
Differential Revision: https://reviews.freebsd.org/D1249
Submitted by: Joseph Mingrone <jrm@ftfl.ca>
Approved by: koobs (mentor)
Diffstat (limited to 'dns/dnscrypt-proxy/Makefile')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 95389c465dbf..d13435a91401 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 1.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ |