From owner-cvs-all@FreeBSD.ORG Wed Aug 11 23:02:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B6F16A4CE; Wed, 11 Aug 2004 23:02:00 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24F6443D53; Wed, 11 Aug 2004 23:02:00 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-8.local ([172.16.0.8] helo=dhcp-10.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1Bv26X-0003I5-45; Thu, 12 Aug 2004 01:01:59 +0200 Date: Thu, 12 Aug 2004 01:03:35 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Doug Barton From: Oliver Eikemeier In-Reply-To: <200408112219.i7BMJP31092918@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/dns Makefile ports/dns/bind93 Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 23:02:00 -0000 Doug Barton wrote: > dougb 2004-08-11 22:19:25 UTC > > FreeBSD ports repository > > Modified files: > dns Makefile > Added files: > dns/bind93 Makefile distinfo pkg-descr pkg-message > pkg-plist > Log: > Add a port for BIND 9.3.x. This code base is different from BIND > 9.2.x in several important ways, including new DNSSEC support > and reportedly better performance. > > It is anticipated that when this code base settles down that the > bind9 port could be removed. > > Revision Changes Path > 1.24 +1 -0 ports/dns/Makefile > 1.1 +106 -0 ports/dns/bind93/Makefile (new) > 1.1 +2 -0 ports/dns/bind93/distinfo (new) > 1.1 +24 -0 ports/dns/bind93/pkg-descr (new) > 1.1 +22 -0 ports/dns/bind93/pkg-message (new) > 1.1 +226 -0 ports/dns/bind93/pkg-plist (new) Shouldn't this have been a repocopy from dns/bind9? -Oliver