Date: Thu, 26 Jan 2012 19:21:03 -0800 From: Doug Barton <dougb@FreeBSD.org> To: Sergey Matveychuk <sem@FreeBSD.org> 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 Message-ID: <4F22181F.4000102@FreeBSD.org> In-Reply-To: <201201261344.q0QDiwqb056852@repoman.freebsd.org> References: <201201261344.q0QDiwqb056852@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F22181F.4000102>