diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-21 16:44:07 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-21 16:44:07 +0000 |
commit | 5914ae6c914db0cf4711edb40a7efeff48d48146 (patch) | |
tree | 3445263f7f69122b2167882c786da474a9ab69c5 /dns/knot | |
parent | 3d59459e6168bdf2bad124cdc967fbaec72d1eaa (diff) |
Notes
Diffstat (limited to 'dns/knot')
-rw-r--r-- | dns/knot/Makefile | 6 | ||||
-rw-r--r-- | dns/knot/distinfo | 4 | ||||
-rw-r--r-- | dns/knot/pkg-plist | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile index a337368b1ac1..4d0657fe60e2 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -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 diff --git a/dns/knot/distinfo b/dns/knot/distinfo index a446a773af24..c5aeb8436018 100644 --- a/dns/knot/distinfo +++ b/dns/knot/distinfo @@ -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 diff --git a/dns/knot/pkg-plist b/dns/knot/pkg-plist index cb5faf1904c3..4c5405009040 100644 --- a/dns/knot/pkg-plist +++ b/dns/knot/pkg-plist @@ -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 |