From owner-svn-ports-all@freebsd.org Wed Jan 4 17:38:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F17E1C9FAF4; Wed, 4 Jan 2017 17:38:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A74C918B1; Wed, 4 Jan 2017 17:38:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v04Hcdva006338; Wed, 4 Jan 2017 17:38:39 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v04HcdNM006335; Wed, 4 Jan 2017 17:38:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201701041738.v04HcdNM006335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 4 Jan 2017 17:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430581 - head/dns/dnscrypt-proxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 17:38:41 -0000 Author: feld Date: Wed Jan 4 17:38:39 2017 New Revision: 430581 URL: https://svnweb.freebsd.org/changeset/ports/430581 Log: dns/dnscrypt-proxy: Update to 1.9.1 PR: 215763 Modified: head/dns/dnscrypt-proxy/Makefile head/dns/dnscrypt-proxy/distinfo head/dns/dnscrypt-proxy/pkg-plist Modified: head/dns/dnscrypt-proxy/Makefile ============================================================================== --- head/dns/dnscrypt-proxy/Makefile Wed Jan 4 17:06:41 2017 (r430580) +++ head/dns/dnscrypt-proxy/Makefile Wed Jan 4 17:38:39 2017 (r430581) @@ -2,7 +2,7 @@ # $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/ \ @@ -21,6 +21,8 @@ USERS= _dnscrypt-proxy GNU_CONFIGURE= yes USES= execinfo gmake +USE_LDCONFIG= yes + INSTALL_TARGET= install-strip PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README* THANKS Modified: head/dns/dnscrypt-proxy/distinfo ============================================================================== --- head/dns/dnscrypt-proxy/distinfo Wed Jan 4 17:06:41 2017 (r430580) +++ head/dns/dnscrypt-proxy/distinfo Wed Jan 4 17:38:39 2017 (r430581) @@ -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 Modified: head/dns/dnscrypt-proxy/pkg-plist ============================================================================== --- head/dns/dnscrypt-proxy/pkg-plist Wed Jan 4 17:06:41 2017 (r430580) +++ head/dns/dnscrypt-proxy/pkg-plist Wed Jan 4 17:38:39 2017 (r430581) @@ -1,11 +1,14 @@ 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