diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-19 15:02:21 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-19 15:02:21 +0000 |
commit | cd2d57e4ca42ac341d1e405208b7544c07733273 (patch) | |
tree | b2bad14dcf9a167eb939919f49e76bf24b8edd75 /dns | |
parent | d496702dabaf788a0010b0abe956de6b5bcbfa05 (diff) | |
download | ports-cd2d57e4ca42ac341d1e405208b7544c07733273.tar.gz ports-cd2d57e4ca42ac341d1e405208b7544c07733273.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 2 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/distinfo | 6 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/files/pkg-message.in | 4 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/pkg-plist | 1 |
4 files changed, 7 insertions, 6 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 69bb30350895..177aca2c5b4d 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ diff --git a/dns/dnscrypt-proxy/distinfo b/dns/dnscrypt-proxy/distinfo index 5d36eb35325b..599f966fcff1 100644 --- a/dns/dnscrypt-proxy/distinfo +++ b/dns/dnscrypt-proxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469962250 -SHA256 (dnscrypt-proxy-1.7.0.tar.gz) = be9827f66401f38fd4bdb372046eff9b5802ab5f3d188878a0dcd7bd20074c09 -SIZE (dnscrypt-proxy-1.7.0.tar.gz) = 1714401 +TIMESTAMP = 1482140765 +SHA256 (dnscrypt-proxy-1.8.0.tar.gz) = 0e749b7bcd3ff0ef50e2fa8da6d41c0ca12b668c0022d61b771e1934e07934d3 +SIZE (dnscrypt-proxy-1.8.0.tar.gz) = 1612016 diff --git a/dns/dnscrypt-proxy/files/pkg-message.in b/dns/dnscrypt-proxy/files/pkg-message.in index df6271a916ef..5553582961f3 100644 --- a/dns/dnscrypt-proxy/files/pkg-message.in +++ b/dns/dnscrypt-proxy/files/pkg-message.in @@ -4,8 +4,8 @@ This port/software comes all 'working out of the box'. By default this port is using OpenDNS' resolvers, other services are possible. To enable dnscrypt-proxy at boot: -echo dnscrypt_proxy_enable=\"YES\" >> /etc/rc.conf -echo dnscrypt_proxy_flags=\"-a 127.0.0.2\" >> /etc/rc.conf +sysrc dnscrypt_proxy_enable=YES +sysrc dnscrypt_proxy_flags='-a 127.0.0.2' To view available options, run: %%PREFIX%%/sbin/dnscrypt-proxy --help diff --git a/dns/dnscrypt-proxy/pkg-plist b/dns/dnscrypt-proxy/pkg-plist index c054db97d4fa..c30928b4ec39 100644 --- a/dns/dnscrypt-proxy/pkg-plist +++ b/dns/dnscrypt-proxy/pkg-plist @@ -1,4 +1,5 @@ bin/hostip +etc/dnscrypt-proxy.conf %%PLUGINS%%include/dnscrypt/plugin.h %%PLUGINS%%include/dnscrypt/private.h %%PLUGINS%%include/dnscrypt/version.h |