mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- update to 1.0.6
- while here pet portlint, and use optionsng for docs PR: ports/169170 Submitted by: maintainer, freebsd@dns-lab.com
This commit is contained in:
parent
5fcd2924b7
commit
a9e846e414
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299531
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user