From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 11:07:57 2014 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 ESMTPS id 587AD184; Thu, 13 Mar 2014 11:07:57 +0000 (UTC) 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 2B922923; Thu, 13 Mar 2014 11:07:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DB7u6c043475; Thu, 13 Mar 2014 11:07:56 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DB7uaa043472; Thu, 13 Mar 2014 11:07:56 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201403131107.s2DB7uaa043472@svn.freebsd.org> From: Sergey Matveychuk Date: Thu, 13 Mar 2014 11:07:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348053 - 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.17 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: Thu, 13 Mar 2014 11:07:57 -0000 Author: sem Date: Thu Mar 13 11:07:56 2014 New Revision: 348053 URL: http://svnweb.freebsd.org/changeset/ports/348053 QAT: https://qat.redports.org/buildarchive/r348053/ Log: - Update to 1.4.22 Deleted: head/dns/unbound/files/patch-configure Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo head/dns/unbound/files/patch-Makefile.in Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu Mar 13 10:54:50 2014 (r348052) +++ head/dns/unbound/Makefile Thu Mar 13 11:07:56 2014 (r348053) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.4.21 -PORTREVISION= 2 +PORTVERSION= 1.4.22 +PORTREVISION= 0 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ Modified: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Thu Mar 13 10:54:50 2014 (r348052) +++ head/dns/unbound/distinfo Thu Mar 13 11:07:56 2014 (r348053) @@ -1,2 +1,2 @@ -SHA256 (unbound-1.4.21.tar.gz) = 502f817a72721f78243923eb1d6187029639f7a8bdcc33a6ce0819bbb2a80970 -SIZE (unbound-1.4.21.tar.gz) = 3624553 +SHA256 (unbound-1.4.22.tar.gz) = 1caf5081b2190ecdb23fc4d998b7999e28640c941f53baff7aee03c092a7d29f +SIZE (unbound-1.4.22.tar.gz) = 4735801 Modified: head/dns/unbound/files/patch-Makefile.in ============================================================================== --- head/dns/unbound/files/patch-Makefile.in Thu Mar 13 10:54:50 2014 (r348052) +++ head/dns/unbound/files/patch-Makefile.in Thu Mar 13 11:07:56 2014 (r348053) @@ -1,11 +1,11 @@ ---- 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 +--- Makefile.in.orig 2014-01-31 14:19:01.000000000 +0400 ++++ Makefile.in 2014-03-13 14:27:03.613703943 +0400 +@@ -497,7 +497,7 @@ + $(INSTALL) -c -m 644 doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5 + $(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(DESTDIR)$(mandir)/man1 $(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 unbound.h $(DESTDIR)$(includedir)/unbound.h - $(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir) - $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir) + + pythonmod-uninstall: + rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py