From owner-cvs-all@FreeBSD.ORG Sat Jun 7 04:28:51 2003 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 C95B037B401; Sat, 7 Jun 2003 04:28:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A6143FA3; Sat, 7 Jun 2003 04:28:51 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h57BSp0U035484; Sat, 7 Jun 2003 04:28:51 -0700 (PDT) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h57BSpH4035483; Sat, 7 Jun 2003 04:28:51 -0700 (PDT) Message-Id: <200306071128.h57BSpH4035483@repoman.freebsd.org> From: Doug Barton Date: Sat, 7 Jun 2003 04:28:51 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/bind8 Makefile distinfo 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: Sat, 07 Jun 2003 11:28:52 -0000 dougb 2003/06/07 04:28:51 PDT FreeBSD ports repository Modified files: net/bind8 Makefile distinfo pkg-plist Log: Upgrade to version 8.3.5, the latest from ISC. Several bugfixes are included, as well as a few minor enhancements. Check CHANGES for details. Improve greatly the PORT_REPLACES_BASE option, which now truly replaces everything, including re-positioning nslookup and nsupdate in sbin, and writing over the includes, instead of installing them in include/bind. Unconditionally install dnskeygen in bin, since that's where the base puts it, and it's only confusing to users if they can't find it after an installation. Install isc/ctl.h by hand in the appropriate include directory, since we install it in the base, and the distribution Makefile does not. Revision Changes Path 1.44 +30 -2 ports/net/bind8/Makefile 1.21 +2 -2 ports/net/bind8/distinfo 1.14 +28 -27 ports/net/bind8/pkg-plist