Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 08:31:17 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369309 - head/dns/bind-tools
Message-ID:  <201409260831.s8Q8VHIt024660@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409260831.s8Q8VHIt024660>