From owner-svn-ports-head@FreeBSD.ORG Thu Jan 8 15:24:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72F6BAFB; Thu, 8 Jan 2015 15:24:39 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F992DFC; Thu, 8 Jan 2015 15:24:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t08FOdSJ031931; Thu, 8 Jan 2015 15:24:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t08FOdpD031930; Thu, 8 Jan 2015 15:24:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201501081524.t08FOdpD031930@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 8 Jan 2015 15:24:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376541 - head/dns/bind-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 15:24:39 -0000 Author: mat Date: Thu Jan 8 15:24:38 2015 New Revision: 376541 URL: https://svnweb.freebsd.org/changeset/ports/376541 QAT: https://qat.redports.org/buildarchive/r376541/ Log: Update the comment, forgotten in the previous commit. Sponsored by: Absolight Modified: head/dns/bind-tools/Makefile Modified: head/dns/bind-tools/Makefile ============================================================================== --- head/dns/bind-tools/Makefile Thu Jan 8 15:22:49 2015 (r376540) +++ head/dns/bind-tools/Makefile Thu Jan 8 15:24:38 2015 (r376541) @@ -3,7 +3,7 @@ # Define PORTREVISION in ${MASTERDIR} PKGNAMESUFFIX= -tools -COMMENT= Command line tools from BIND: dig, host, and nslookup +COMMENT= Command line tools from BIND: delv, dig, host, nslookup... CONFIGURE_ARGS+= --disable-shared