From a0aa12a13ef19830bfe58020c3099bb7c995ecb7 Mon Sep 17 00:00:00 2001 From: jgh Date: Sun, 17 Jun 2012 23:59:05 +0000 Subject: - update to 1.0.6 - while here pet portlint, and use optionsng for docs PR: ports/169170 Submitted by: maintainer, freebsd@dns-lab.com --- dns/knot/Makefile | 8 +++++--- dns/knot/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'dns') diff --git a/dns/knot/Makefile b/dns/knot/Makefile index f62a08d4d491..71c965ca854d 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= knot -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= dns ipv6 MASTER_SITES= http://public.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ @@ -30,6 +30,8 @@ MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool USE_OPENSSL= yes +.include + SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME}d @@ -43,10 +45,10 @@ post-install: @${MKDIR} ${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/samples/knot.min.conf ${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/samples/knot.full.conf ${ETCDIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif @${CAT} ${WRKDIR}/pkg-message -.include +.include diff --git a/dns/knot/distinfo b/dns/knot/distinfo index ee3693fecd44..4c51eaa2a8ac 100644 --- a/dns/knot/distinfo +++ b/dns/knot/distinfo @@ -1,2 +1,2 @@ -SHA256 (knot-1.0.5.tar.gz) = 9476aa0444f4c8e9ec96bb284aa7b03a746a8ddfef5dbd287fcb6efedcfcc1dd -SIZE (knot-1.0.5.tar.gz) = 1064340 +SHA256 (knot-1.0.6.tar.gz) = baa4e086372015e233ff90cf72ef06e18513b8f2b17196684b6718aa7854f028 +SIZE (knot-1.0.6.tar.gz) = 1065751 -- cgit