From owner-svn-ports-all@FreeBSD.ORG Mon Sep 23 02:39:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7CB9BE55; Mon, 23 Sep 2013 02:39:58 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A12E264D; Mon, 23 Sep 2013 02:39:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8N2dwnU054929; Mon, 23 Sep 2013 02:39:58 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8N2dvsv054924; Mon, 23 Sep 2013 02:39:57 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201309230239.r8N2dvsv054924@svn.freebsd.org> From: Sergey Matveychuk Date: Mon, 23 Sep 2013 02:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327903 - in head/dns/unbound: . files 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.14 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: Mon, 23 Sep 2013 02:39:58 -0000 Author: sem Date: Mon Sep 23 02:39:57 2013 New Revision: 327903 URL: http://svnweb.freebsd.org/changeset/ports/327903 Log: - Update to 1.4.21 Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo head/dns/unbound/files/patch-Makefile.in head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Sun Sep 22 23:21:20 2013 (r327902) +++ head/dns/unbound/Makefile Mon Sep 23 02:39:57 2013 (r327903) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.4.20 -PORTREVISION= 1 +PORTVERSION= 1.4.21 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -34,7 +33,8 @@ MAN3= libunbound.3 ub_cancel.3 ub_ctx.3 ub_fd.3 ub_poll.3 ub_process.3 ub_resolve.3 ub_resolve_async.3 \ ub_resolve_free.3 ub_result.3 ub_strerror.3 ub_wait.3 MAN5= unbound.conf.5 -MAN8= unbound.8 unbound-anchor.8 unbound-control.8 unbound-checkconf.8 +MAN8= unbound.8 unbound-anchor.8 unbound-control.8 \ + unbound-checkconf.8 unbound-control-setup.8 PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ README.tests TODO control_proto_spec.txt ietf67-design-02.odp \ Modified: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Sun Sep 22 23:21:20 2013 (r327902) +++ head/dns/unbound/distinfo Mon Sep 23 02:39:57 2013 (r327903) @@ -1,2 +1,2 @@ -SHA256 (unbound-1.4.20.tar.gz) = 14527002307873e557348a4d76b62ac036937d9c3033610a8425018c379fb56e -SIZE (unbound-1.4.20.tar.gz) = 3613963 +SHA256 (unbound-1.4.21.tar.gz) = 502f817a72721f78243923eb1d6187029639f7a8bdcc33a6ce0819bbb2a80970 +SIZE (unbound-1.4.21.tar.gz) = 3624553 Modified: head/dns/unbound/files/patch-Makefile.in ============================================================================== --- head/dns/unbound/files/patch-Makefile.in Sun Sep 22 23:21:20 2013 (r327902) +++ head/dns/unbound/files/patch-Makefile.in Mon Sep 23 02:39:57 2013 (r327903) @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2008-09-11 18:30:55.000000000 +0400 -+++ Makefile.in 2008-11-19 22:46:49.000000000 +0300 -@@ -293,7 +293,7 @@ - $(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(DESTDIR)$(mandir)/man1 - $(INSTALL) -c -m 644 doc/libunbound.3 $(DESTDIR)$(mandir)/man3 +--- Makefile.in.orig 2013-03-22 16:41:13.000000000 +0400 ++++ Makefile.in 2013-09-23 06:08:58.535408755 +0400 +@@ -488,7 +488,7 @@ + echo ".so man3/libunbound.3" > $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \ + done $(INSTALL) -c -m 755 unbound-control-setup $(DESTDIR)$(sbindir)/unbound-control-setup - if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi + $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile).sample - $(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(DESTDIR)$(includedir)/unbound.h + $(LIBTOOL) --mode=install cp unbound.h $(DESTDIR)$(includedir)/unbound.h $(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir) $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir) Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Sun Sep 22 23:21:20 2013 (r327902) +++ head/dns/unbound/pkg-plist Mon Sep 23 02:39:57 2013 (r327903) @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.3 +lib/libunbound.so.4 lib/libunbound.so lib/libunbound.la lib/libunbound.a @@ -13,7 +13,7 @@ sbin/unbound-host %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.3 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.4 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py %%MUNIN%%etc/munin/plugins/unbound_munin_by_class