From owner-cvs-ports@FreeBSD.ORG  Sat Jan 28 05:28:10 2012
Return-Path: <owner-cvs-ports@FreeBSD.ORG>
Delivered-To: cvs-ports@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 536A3106564A;
	Sat, 28 Jan 2012 05:28:10 +0000 (UTC)
	(envelope-from dougb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 437AD8FC0A;
	Sat, 28 Jan 2012 05:28:10 +0000 (UTC)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q0S5SAQ7010660;
	Sat, 28 Jan 2012 05:28:10 GMT
	(envelope-from dougb@repoman.freebsd.org)
Received: (from dougb@localhost)
	by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q0S5SAPi010659;
	Sat, 28 Jan 2012 05:28:10 GMT (envelope-from dougb)
Message-Id: <201201280528.q0S5SAPi010659@repoman.freebsd.org>
From: Doug Barton <dougb@FreeBSD.org>
Date: Sat, 28 Jan 2012 05:28:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: ports/dns Makefile ports/dns/bind99 Makefile distinfo
 pkg-descr pkg-plist
X-BeenThere: cvs-ports@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the ports tree <cvs-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-ports>
List-Post: <mailto:cvs-ports@freebsd.org>
List-Help: <mailto:cvs-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Jan 2012 05:28:10 -0000

dougb       2012-01-28 05:28:10 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/bind99           Makefile distinfo pkg-descr pkg-plist 
  Log:
  By popular demand add a port for the newest BIND branch, 9.9.x. This will
  stay as a -devel until it's formally released, which should be soon'ish.
  
  BIND 9.9 includes a number of changes from BIND 9.8 and earlier releases,
  including:
          NXDOMAIN redirection
          Improved startup and reconfiguration time, especially with large
                  numbers of authoritative zones
          New "inline-signing" option, allows named to sign zones completely
                  transparently, including static zones
          Many other new features, especially for DNSSEC
  
  See the CHANGES file for more information on features.
  
  https://kb.isc.org/article/AA-00592
  
  Revision  Changes    Path
  1.146     +1 -0      ports/dns/Makefile
  1.1       +232 -0    ports/dns/bind99/Makefile (new)
  1.1       +4 -0      ports/dns/bind99/distinfo (new)
  1.1       +24 -0     ports/dns/bind99/pkg-descr (new)
  1.1       +285 -0    ports/dns/bind99/pkg-plist (new)