Index: head/dns/dnscrypt-proxy/Makefile =================================================================== --- head/dns/dnscrypt-proxy/Makefile (revision 430580) +++ head/dns/dnscrypt-proxy/Makefile (revision 430581) @@ -1,56 +1,58 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.8.1 +PORTVERSION= 1.9.1 CATEGORIES= dns MASTER_SITES= https://download.dnscrypt.org/dnscrypt-proxy/ \ http://download.dnscrypt.org/dnscrypt-proxy/ \ http://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 + +USE_LDCONFIG= yes 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 430580) +++ head/dns/dnscrypt-proxy/distinfo (revision 430581) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482166674 -SHA256 (dnscrypt-proxy-1.8.1.tar.gz) = 5cad1d2357852dc16957085e7a9b32384fb9b95c609e185b7ae1a3959fc13769 -SIZE (dnscrypt-proxy-1.8.1.tar.gz) = 1612445 +TIMESTAMP = 1483533207 +SHA256 (dnscrypt-proxy-1.9.1.tar.gz) = 3a319e8bfff5ac15a1c5a80af71755380b1fb869cb8fd86b33b7ed928db65195 +SIZE (dnscrypt-proxy-1.9.1.tar.gz) = 1647902 Index: head/dns/dnscrypt-proxy/pkg-plist =================================================================== --- head/dns/dnscrypt-proxy/pkg-plist (revision 430580) +++ head/dns/dnscrypt-proxy/pkg-plist (revision 430581) @@ -1,16 +1,19 @@ bin/hostip -etc/dnscrypt-proxy.conf +%%ETCDIR%%.conf +%%ETCDIR%%.conf.example %%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_cache.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_forwarding.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