diff options
author | jgh <jgh@FreeBSD.org> | 2012-06-18 07:59:05 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-06-18 07:59:05 +0800 |
commit | a0aa12a13ef19830bfe58020c3099bb7c995ecb7 (patch) | |
tree | 097ce0cc09bc4c3d4ccd794d7d98a7aa654908ca /dns | |
parent | 4074a5b9a2f30694e205aee17237d1eeaea8a784 (diff) | |
download | freebsd-ports-gnome-a0aa12a13ef19830bfe58020c3099bb7c995ecb7.tar.gz freebsd-ports-gnome-a0aa12a13ef19830bfe58020c3099bb7c995ecb7.tar.zst freebsd-ports-gnome-a0aa12a13ef19830bfe58020c3099bb7c995ecb7.zip |
- update to 1.0.6
- while here pet portlint, and use optionsng for docs
PR: ports/169170
Submitted by: maintainer, freebsd@dns-lab.com
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot/Makefile | 8 | ||||
-rw-r--r-- | dns/knot/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
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 <bsd.port.pre.mk> + 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 <bsd.port.mk> +.include <bsd.port.post.mk> 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 |