Index: head/dns/dnscrypt-proxy/Makefile =================================================================== --- head/dns/dnscrypt-proxy/Makefile (revision 428936) +++ head/dns/dnscrypt-proxy/Makefile (revision 428937) @@ -1,55 +1,55 @@ # Created by: Leo Vandewoestijne # $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/ MAINTAINER= freebsd@dns-lab.com COMMENT= Boost privacy and security of DNS LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsodium.so:security/libsodium USERS= _dnscrypt-proxy GNU_CONFIGURE= yes USES= execinfo gmake INSTALL_TARGET= install-strip PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README* THANKS OPTIONS_DEFINE= DOCS PLUGINS PLUGINS_RELAXED PLUGINS_ROOT OPTIONS_SINGLE= RCWHICH OPTIONS_SINGLE_RCWHICH= RCSINGLE RCMULTI OPTIONS_DEFAULT= PLUGINS RCSINGLE OPTIONS_SUB= yes PLUGINS_CONFIGURE_ENABLE= plugins PLUGINS_LIB_DEPENDS= libltdl.so:devel/libltdl \ libldns.so:dns/ldns PLUGINS_USES= libtool PLUGINS_RELAXED_DESC= Allow loading plugins owned by other users PLUGINS_RELAXED_CONFIGURE_ENABLE= relaxed-plugins-permissions PLUGINS_ROOT_DESC= Only load plugins sitting in the default plugins directory PLUGINS_ROOT_CONFIGURE_ENABLE= plugins-root RCWHICH_DESC= Rc script to use: RCSINGLE_DESC= Use default rc script for single daemon RCSINGLE_VARS= USE_RC_SUBR=${PORTNAME} RCSINGLE_SUB_FILES= pkg-message RCMULTI_DESC= Use experimental rc script for multiple instances RCMULTI_VARS= USE_RC_SUBR=${PORTNAME}_multi RCMULTI_SUB_FILES= pkg-message_multi post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/man/hostip.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include Index: head/dns/dnscrypt-proxy/distinfo =================================================================== --- head/dns/dnscrypt-proxy/distinfo (revision 428936) +++ head/dns/dnscrypt-proxy/distinfo (revision 428937) @@ -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 Index: head/dns/dnscrypt-proxy/files/pkg-message.in =================================================================== --- head/dns/dnscrypt-proxy/files/pkg-message.in (revision 428936) +++ head/dns/dnscrypt-proxy/files/pkg-message.in (revision 428937) @@ -1,13 +1,13 @@ 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 or read the manual: `man dnscrypt-proxy` Index: head/dns/dnscrypt-proxy/pkg-plist =================================================================== --- head/dns/dnscrypt-proxy/pkg-plist (revision 428936) +++ head/dns/dnscrypt-proxy/pkg-plist (revision 428937) @@ -1,15 +1,16 @@ bin/hostip +etc/dnscrypt-proxy.conf %%PLUGINS%%include/dnscrypt/plugin.h %%PLUGINS%%include/dnscrypt/private.h %%PLUGINS%%include/dnscrypt/version.h %%PLUGINS%%lib/dnscrypt-proxy/libdcplugin_example.so %%PLUGINS%%lib/dnscrypt-proxy/libdcplugin_example_ldns_aaaa_blocking.so %%PLUGINS%%lib/dnscrypt-proxy/libdcplugin_example_ldns_blocking.so %%PLUGINS%%lib/dnscrypt-proxy/libdcplugin_example_ldns_opendns_deviceid.so %%PLUGINS%%lib/dnscrypt-proxy/libdcplugin_example_ldns_opendns_set_client_ip.so %%PLUGINS%%lib/dnscrypt-proxy/libdcplugin_example_logging.so man/man8/dnscrypt-proxy.8.gz man/man8/hostip.8.gz sbin/dnscrypt-proxy %%DATADIR%%/dnscrypt-resolvers.csv %%DATADIR%%/minisign.pub