From owner-svn-ports-all@freebsd.org Wed Jan 4 18:22:19 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 CD192C9FDD8 for ; Wed, 4 Jan 2017 18:22:19 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-x241.google.com (mail-oi0-x241.google.com [IPv6:2607:f8b0:4003:c06::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9444610A2 for ; Wed, 4 Jan 2017 18:22:19 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-oi0-x241.google.com with SMTP id f201so75872714oib.0 for ; Wed, 04 Jan 2017 10:22:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=q9jX3RvjX4O2FMkqmR+z638xt94iFrIDxSnx0BxW4ss=; b=vXwoYg7zoscIYelhFcSDJo2+bzss/5iDYyuCIuwhDe90C2Blx8SYBS6dRHN3ypvu/J VRWFIjTc8QanatfLAtBcAZHNrHSbi0uDAfZMZLadn58fT75X+MIfxlROkhApRCBiSvA/ xy++RPTxC7QUq8mv7VozgWbBbk+vAcPRm9yXE6vJ6kxLwuvY4nw+dg/yvQh+y680QXus iZSj1v2qbtaG1qNAXNkyRXp20dDxDhH4JDIQEq0trK1ZmjBvvNQSnby2iVGpHZdo7Aun meFmH1VtK+Bc73fPb2WdtM9PUm8W9/jf8Yn0YL8Bo21A93tmOmk87l1NHllSUGU+0BuR ikMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=q9jX3RvjX4O2FMkqmR+z638xt94iFrIDxSnx0BxW4ss=; b=Apiz15cVAswC4ioIx5CNKl2rEnxW2JdZlnE12/CkuIy2+QIHPVklN7f05QEZm+LBKI PqiZzXBqKRif2Fzt3SoUYjK3TJEFScsNNv0eA2kksJT/eGK8YgqXReTvG/vSV94Un5dR TTU5MIIxt7ZlNfJYmz/Cw2WCfHk3nfa3r4kW5DMm0HN+WDmcK3Nt/Ekzui+P+Qzabk5t Yf0q91ErS7LXFCcGdfHFBkQNvnuU/TMZRX0nULgm1a6YslPK2f0+UmvIz6THdRvvp+EM VKITvNJdde81Bsnq/Z7rXbbT7zJ6ScoQvTJwtOZf5TkpcIK8AoOkYAgXesQyqb4ZmMg6 0daw== X-Gm-Message-State: AIkVDXLGTlXZeRAxdvCkB/Q7foTj8zWnfGAekOzNxh+8lPJZ+hYk5fzO4v5s8kUAW6HgjtkeztqTSMZCmkpfHg== X-Received: by 10.202.63.66 with SMTP id m63mr28625834oia.40.1483554138905; Wed, 04 Jan 2017 10:22:18 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.12.134 with HTTP; Wed, 4 Jan 2017 10:21:38 -0800 (PST) In-Reply-To: <201701041738.v04HcdNM006335@repo.freebsd.org> References: <201701041738.v04HcdNM006335@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Jan 2017 02:21:38 +0800 X-Google-Sender-Auth: ZmVXo1R5sSYD98rJNevgpljF4mg Message-ID: Subject: Re: svn commit: r430581 - head/dns/dnscrypt-proxy To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 18:22:19 -0000 On Thu, Jan 5, 2017 at 1:38 AM, Mark Felder wrote: > 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 > + > Hello Mark, This line seems to be incorrect. from /usr/ports/Mk/bsd.port.mk: # USE_LDCONFIG - If set to "yes", this adds ${PREFIX}/lib to the list of # directories to be searched for shared libraries. # Otherwise, this is a list of directories to be added to that # list. The directory names are written to # ${LOCALBASE}/libdata/ldconfig/${PKGBASE} which is then # used by the ldconfig startup script. USE_LDCONFIG is only needed when PLUGINS is enabled. Besides, PLUGINS installs shared objects to PREFIX/lib/dnscrypt-proxy. I think the correct one is: PLUGINS_USE=LDCONFIG=${PREFIX} /lib/dnscrypt-proxy Regards, sunpoet 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) = 5cad1d2357852dc16957085e7a9b32 > 384fb9b95c609e185b7ae1a3959fc13769 > -SIZE (dnscrypt-proxy-1.8.1.tar.gz) = 1612445 > +TIMESTAMP = 1483533207 > +SHA256 (dnscrypt-proxy-1.9.1.tar.gz) = 3a319e8bfff5ac15a1c5a80af71755 > 380b1fb869cb8fd86b33b7ed928db65195 > +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 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"