Date: Sat, 21 Mar 2015 11:19:54 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381790 - head/dns/sleuth Message-ID: <201503211119.t2LBJs0u051061@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Mar 21 11:19:53 2015 New Revision: 381790 URL: https://svnweb.freebsd.org/changeset/ports/381790 QAT: https://qat.redports.org/buildarchive/r381790/ Log: - New port maintainer: Chris Hutchinson <portmaster@bsdforge.com> - General cleanup PR: 198410 Submitted by: portmaster@bsdforge.com (maintainer) Modified: head/dns/sleuth/Makefile head/dns/sleuth/pkg-descr head/dns/sleuth/pkg-message Modified: head/dns/sleuth/Makefile ============================================================================== --- head/dns/sleuth/Makefile Sat Mar 21 10:53:13 2015 (r381789) +++ head/dns/sleuth/Makefile Sat Mar 21 11:19:53 2015 (r381790) @@ -6,8 +6,10 @@ PORTVERSION= 1.4.4 CATEGORIES= dns MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool for checking DNS zones +MAINTAINER= portmaster@BSDforge.com +COMMENT= Tool for checking, and diagnosing DNS zones + +LICENSE= GPLv2 RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS Modified: head/dns/sleuth/pkg-descr ============================================================================== --- head/dns/sleuth/pkg-descr Sat Mar 21 10:53:13 2015 (r381789) +++ head/dns/sleuth/pkg-descr Sat Mar 21 11:19:53 2015 (r381790) @@ -1,2 +1,2 @@ -Sleuth is a tool designed to check DNS zones for common errors and -also for processing of secondary name service requests. +Sleuth is a tool designed to check DNS zones for common errors +and also for processing of secondary name service requests. Modified: head/dns/sleuth/pkg-message ============================================================================== --- head/dns/sleuth/pkg-message Sat Mar 21 10:53:13 2015 (r381789) +++ head/dns/sleuth/pkg-message Sat Mar 21 11:19:53 2015 (r381790) @@ -1,4 +1,7 @@ -------------------------------------------------- +============================================================ + Before you can run "sleuth" you will need to copy -etc/sleuth.conf.sample to etc/sleuth.conf -------------------------------------------------- + +${PREFIX}etc/sleuth.conf.sample to ${PREFIX}etc/sleuth.conf + +============================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503211119.t2LBJs0u051061>