- Update from 1.4.7 to 1.5.0
PR: ports/191977 Submitted by: freebsd@dns-lab.com
This commit is contained in:
parent
3d59459e61
commit
5914ae6c91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362448
3 changed files with 10 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= knot
|
||||
DISTVERSION= 1.4.7
|
||||
DISTVERSION= 1.5.0
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||
http://dns-lab.com/downloads/knot-dns/
|
||||
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \
|
|||
flex>=2.5.35_1:${PORTSDIR}/textproc/flex
|
||||
LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu
|
||||
|
||||
USES= libtool makeinfo
|
||||
USES= libtool
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -41,8 +41,6 @@ SUB_FILES= pkg-message
|
|||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
INFO= knot
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS
|
||||
|
||||
USERS= knot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (knot-1.4.7.tar.gz) = 9def99a1eaf03b387b2ab877e77d08b21523f424d6947ec38d1a02c7d1fc5dae
|
||||
SIZE (knot-1.4.7.tar.gz) = 1321887
|
||||
SHA256 (knot-1.5.0.tar.gz) = 9ad8d16d229466e765c90c475de746d071e7933bd931307b6e15e52b57e759d7
|
||||
SIZE (knot-1.5.0.tar.gz) = 1169282
|
||||
|
|
|
@ -14,5 +14,11 @@ bin/kdig
|
|||
bin/khost
|
||||
bin/knsec3hash
|
||||
bin/knsupdate
|
||||
lib/libknot.so
|
||||
lib/libknot.so.0
|
||||
lib/libknot.so.0.0.1
|
||||
lib/libzscanner.so
|
||||
lib/libzscanner.so.0
|
||||
lib/libzscanner.so.0.0.1
|
||||
sbin/knotc
|
||||
sbin/knotd
|
||||
|
|
Loading…
Reference in a new issue