[Midnightbsd-cvs] mports [16698] trunk/dns/autotrust: man page fix

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 29 18:31:30 EDT 2014


Revision: 16698
          http://svnweb.midnightbsd.org/mports/?rev=16698
Author:   laffer1
Date:     2014-08-29 18:31:29 -0400 (Fri, 29 Aug 2014)
Log Message:
-----------
man page fix

Modified Paths:
--------------
    trunk/dns/autotrust/Makefile
    trunk/dns/autotrust/pkg-descr

Modified: trunk/dns/autotrust/Makefile
===================================================================
--- trunk/dns/autotrust/Makefile	2014-08-29 22:29:29 UTC (rev 16697)
+++ trunk/dns/autotrust/Makefile	2014-08-29 22:31:29 UTC (rev 16698)
@@ -2,12 +2,12 @@
 
 PORTNAME=	autotrust
 PORTVERSION=	0.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/autotrust/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A tool to automatically update DNSSEC trust anchors
+COMMENT=	Tool to automatically update DNSSEC trust anchors
 
 LICENSE=	bsd3
 
@@ -18,10 +18,9 @@
 CFLAGS=		-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 
-MAN8=		autotrust.8
-
 PLIST_FILES=	sbin/autotrust \
-		etc/autotrust/autotrust.conf.sample
+		etc/autotrust/autotrust.conf.sample \
+		man/man8/autotrust.8.gz
 PLIST_DIRS=	etc/autotrust
 
 do-patch:

Modified: trunk/dns/autotrust/pkg-descr
===================================================================
--- trunk/dns/autotrust/pkg-descr	2014-08-29 22:29:29 UTC (rev 16697)
+++ trunk/dns/autotrust/pkg-descr	2014-08-29 22:31:29 UTC (rev 16698)
@@ -2,4 +2,4 @@
 trust anchors. It is intended to run from a cron job and can run
 next to any validating resolver. It makes use of ldns and libunbound.
 
-WWW:	http://www.nlnetlabs.nl/projects/autotrust/
+WWW: http://www.nlnetlabs.nl/projects/autotrust/



More information about the Midnightbsd-cvs mailing list