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/
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
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
