From owner-svn-ports-head@FreeBSD.ORG Fri Sep 26 08:31:17 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 D2FAD2C5; Fri, 26 Sep 2014 08:31:17 +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 BE5A9227; Fri, 26 Sep 2014 08:31:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8Q8VHp6024662; Fri, 26 Sep 2014 08:31:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8Q8VHIt024660; Fri, 26 Sep 2014 08:31:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409260831.s8Q8VHIt024660@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 26 Sep 2014 08:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369309 - 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: Fri, 26 Sep 2014 08:31:17 -0000 Author: mat Date: Fri Sep 26 08:31:16 2014 New Revision: 369309 URL: http://svnweb.freebsd.org/changeset/ports/369309 QAT: https://qat.redports.org/buildarchive/r369309/ Log: Forgot to commit that with the latest 9.10 update. Sponsored by: Absolight Modified: head/dns/bind-tools/Makefile head/dns/bind-tools/pkg-descr Modified: head/dns/bind-tools/Makefile ============================================================================== --- head/dns/bind-tools/Makefile Fri Sep 26 07:40:37 2014 (r369308) +++ head/dns/bind-tools/Makefile Fri Sep 26 08:31:16 2014 (r369309) @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -tools COMMENT= Command line tools from BIND: dig, host, and nslookup @@ -16,6 +17,8 @@ PKGINSTALL= /nonexistent BIND_TOOLS_SLAVE= YES +INSTALL_WRKSRC= ${WRKSRC}/bin + post-patch: @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \ -e 's#isc-config.sh installdirs#installdirs#' \ @@ -26,8 +29,4 @@ post-patch: -e 's#^ .*check confgen ##' \ ${WRKSRC}/bin/Makefile.in -do-install: - @(cd ${INSTALL_WRKSRC}/bin && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - - .include "${MASTERDIR}/Makefile" Modified: head/dns/bind-tools/pkg-descr ============================================================================== --- head/dns/bind-tools/pkg-descr Fri Sep 26 07:40:37 2014 (r369308) +++ head/dns/bind-tools/pkg-descr Fri Sep 26 08:31:16 2014 (r369309) @@ -1,4 +1,8 @@ The user space command line tools from the latest version of BIND: - dig, host, and nslookup + delv, dig, host, nslookup, nsupdate + +It also includes various dnssec related tools: + dnssec-dsfromkey, dnssec-importkey, dnssec-keyfromlabel, dnssec-keygen, + dnssec-revoke, dnssec-settime, dnssec-signzone, dnssec-verify WWW: https://www.isc.org/software/bind