From owner-cvs-all@FreeBSD.ORG Fri Jan 27 03:21:04 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 2161A106566C; Fri, 27 Jan 2012 03:21:04 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 172-17-150-251.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 676E414FDBF; Fri, 27 Jan 2012 03:21:03 +0000 (UTC) Message-ID: <4F22181F.4000102@FreeBSD.org> Date: Thu, 26 Jan 2012 19:21:03 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120119 Thunderbird/9.0 MIME-Version: 1.0 To: Sergey Matveychuk References: <201201261344.q0QDiwqb056852@repoman.freebsd.org> In-Reply-To: <201201261344.q0QDiwqb056852@repoman.freebsd.org> X-Enigmail-Version: 1.3.5 OpenPGP: id=1A1ABC84 Content-Type: multipart/mixed; boundary="------------000306020006090300030503" Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/dns/unbound Makefile distinfo ports/dns/unbound/files unbound.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2012 03:21:04 -0000 This is a multi-part message in MIME format. --------------000306020006090300030503 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit This change broke the plist. Fix attached. On 01/26/2012 05:44, Sergey Matveychuk wrote: > sem 2012-01-26 13:44:58 UTC > > FreeBSD ports repository > > Modified files: > dns/unbound Makefile distinfo > dns/unbound/files unbound.in > Log: > - Update to 1.4.15 > * Fixed a little memory leak > * Couple other bugs fixed > - Run unbound-checkconf before start. > > Revision Changes Path > 1.47 +1 -2 ports/dns/unbound/Makefile > 1.27 +2 -2 ports/dns/unbound/distinfo > 1.8 +5 -4 ports/dns/unbound/files/unbound.in > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/dns/unbound/Makefile.diff?&r1=1.46&r2=1.47&f=u > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/dns/unbound/distinfo.diff?&r1=1.26&r2=1.27&f=u > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/dns/unbound/files/unbound.in.diff?&r1=1.7&r2=1.8&f=u > -- It's always a long day; 86400 doesn't fit into a short. Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ --------------000306020006090300030503 Content-Type: text/plain; name="unbound-plist-fix.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="unbound-plist-fix.diff" Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/dns/unbound/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 9 Nov 2010 14:09:52 -0000 1.6 +++ pkg-plist 27 Jan 2012 03:18:17 -0000 @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.2 +lib/libunbound.so.3 lib/libunbound.so lib/libunbound.la lib/libunbound.a @@ -13,7 +13,7 @@ %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.3 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py @dirrmtry etc/unbound --------------000306020006090300030503--