View | Details | Raw Unified | Return to bug 198410 | Differences between
and this patch

Collapse All | Expand All

(-)sleuth/Makefile (-2 / +5 lines)
Lines 6-14 Link Here
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
7
MASTER_SITES=	ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	portmaster@BSDforge.com
10
COMMENT=	Tool for checking DNS zones
10
COMMENT=	Tool for checking, and diagnosing DNS zones
11
11
12
LICENSE=	GPLv2
13
12
RUN_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
14
RUN_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
13
15
14
USES=		shebangfix perl5
16
USES=		shebangfix perl5
Lines 26-28 Link Here
26
		${STAGEDIR}${PREFIX}/etc/sleuth.conf.sample
28
		${STAGEDIR}${PREFIX}/etc/sleuth.conf.sample
27
29
28
.include <bsd.port.mk>
30
.include <bsd.port.mk>
31
(-)sleuth/distinfo (+1 lines)
Lines 1-2 Link Here
1
SHA256 (sleuth-1.4.4.tar.gz) = 27567817417796d784a9b12ef4522ee9bf901001fda11dfc7d8f65feec71843a
1
SHA256 (sleuth-1.4.4.tar.gz) = 27567817417796d784a9b12ef4522ee9bf901001fda11dfc7d8f65feec71843a
2
SIZE (sleuth-1.4.4.tar.gz) = 17312
2
SIZE (sleuth-1.4.4.tar.gz) = 17312
3
(-)sleuth/files/pkg-message (+8 lines)
Line 0 Link Here
1
============================================================
2
3
Before you can run "sleuth" you will need to copy
4
5
${PREFIX}etc/sleuth.conf.sample to ${PREFIX}etc/sleuth.conf
6
7
============================================================
8
(-)sleuth/pkg-descr (-2 / +3 lines)
Lines 1-2 Link Here
1
Sleuth is a tool designed to check DNS zones for common errors and
1
Sleuth is a tool designed to check DNS zones for common errors
2
also for processing of secondary name service requests. 
2
and also for processing of secondary name service requests. 
3
(-)sleuth/pkg-message (-4 lines)
Lines 1-4 Link Here
1
-------------------------------------------------
2
Before you can run "sleuth" you will need to copy
3
etc/sleuth.conf.sample to etc/sleuth.conf
4
-------------------------------------------------

Return to bug 198410