From owner-svn-ports-head@FreeBSD.ORG Sat Feb 22 06:28:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FF56F04; Sat, 22 Feb 2014 06:28:33 +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 7AB8C168B; Sat, 22 Feb 2014 06:28:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1M6SXg3089861; Sat, 22 Feb 2014 06:28:33 GMT (envelope-from sanpei@svn.freebsd.org) Received: (from sanpei@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1M6SXId089860; Sat, 22 Feb 2014 06:28:33 GMT (envelope-from sanpei@svn.freebsd.org) Message-Id: <201402220628.s1M6SXId089860@svn.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sat, 22 Feb 2014 06:28:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345570 - head/dns/doc 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.17 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: Sat, 22 Feb 2014 06:28:33 -0000 Author: sanpei Date: Sat Feb 22 06:28:32 2014 New Revision: 345570 URL: http://svnweb.freebsd.org/changeset/ports/345570 QAT: https://qat.redports.org/buildarchive/r345570/ Log: add bind-tools at RUN_DEPENDS for dig command. Because 10.0-RELEASE and later system does not have bind(include dig) Modified: head/dns/doc/Makefile Modified: head/dns/doc/Makefile ============================================================================== --- head/dns/doc/Makefile Sat Feb 22 06:10:26 2014 (r345569) +++ head/dns/doc/Makefile Sat Feb 22 06:28:32 2014 (r345570) @@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR= sanpei MAINTAINER= sanpei@FreeBSD.org COMMENT= Diagnose unhealthy DNS domains +RUN_DEPENDS= dig:${PORTSDIR}/dns/bind-tools + USE_BZIP2= yes AUX_DIR= lib/doc