diff -ru dnscrypt-proxy.old/Makefile dnscrypt-proxy/Makefile --- dnscrypt-proxy.old/Makefile 2016-12-19 09:44:51.044568479 +0000 +++ dnscrypt-proxy/Makefile 2016-12-19 09:45:56.035007107 +0000 @@ -2,7 +2,7 @@ # $FreeBSD: head/dns/dnscrypt-proxy/Makefile 421460 2016-09-06 19:11:37Z amdmi3 $ 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 -ru dnscrypt-proxy.old/distinfo dnscrypt-proxy/distinfo --- dnscrypt-proxy.old/distinfo 2016-12-19 09:44:51.043569599 +0000 +++ dnscrypt-proxy/distinfo 2016-12-19 09:46:05.634563527 +0000 @@ -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 -ru dnscrypt-proxy.old/files/pkg-message.in dnscrypt-proxy/files/pkg-message.in --- dnscrypt-proxy.old/files/pkg-message.in 2016-12-19 09:44:51.044568479 +0000 +++ dnscrypt-proxy/files/pkg-message.in 2016-12-19 10:37:47.560575541 +0000 @@ -4,8 +4,8 @@ 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 +echo sysrc dnscrypt_proxy_enable=YES +echo sysrc dnscrypt_proxy_flags='-a 127.0.0.2' To view available options, run: %%PREFIX%%/sbin/dnscrypt-proxy --help diff -ru dnscrypt-proxy.old/pkg-plist dnscrypt-proxy/pkg-plist --- dnscrypt-proxy.old/pkg-plist 2016-12-19 09:44:51.044568479 +0000 +++ dnscrypt-proxy/pkg-plist 2016-12-19 10:14:20.841030564 +0000 @@ -1,4 +1,5 @@ bin/hostip +%%ETCDIR%%.conf %%PLUGINS%%include/dnscrypt/plugin.h %%PLUGINS%%include/dnscrypt/private.h %%PLUGINS%%include/dnscrypt/version.h