mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Move dns/knot to knot1 now knot2 no longer is in beta.
PR: 201257 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Sponsored by: DK Hostmaster A/S
This commit is contained in:
parent
6f1c056b33
commit
29cfe8ab21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393687
8 changed files with 5 additions and 3 deletions
1
MOVED
1
MOVED
|
@ -7817,3 +7817,4 @@ german/trytond_account_de_skr03||2015-08-05|No more supported upstream, use tryt
|
||||||
www/trytond_google_maps||2015-08-05|No more supported upstream, use tryton 2.8 instead
|
www/trytond_google_maps||2015-08-05|No more supported upstream, use tryton 2.8 instead
|
||||||
devel/appdata-tools|devel/appstream-glib|2015-08-05|Replaced by appstream-glib
|
devel/appdata-tools|devel/appstream-glib|2015-08-05|Replaced by appstream-glib
|
||||||
textproc/pystemmer|textproc/py-pystemmer|2015-08-06|Rename to match upstream (PyPi) name
|
textproc/pystemmer|textproc/py-pystemmer|2015-08-06|Rename to match upstream (PyPi) name
|
||||||
|
dns/knot|dns/knot1|2015-08-07|Rename to knot1 now knot 2.0 is out
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
SUBDIR += inadyn-mt
|
SUBDIR += inadyn-mt
|
||||||
SUBDIR += ipcheck
|
SUBDIR += ipcheck
|
||||||
SUBDIR += ironsides
|
SUBDIR += ironsides
|
||||||
SUBDIR += knot
|
SUBDIR += knot1
|
||||||
SUBDIR += knot2
|
SUBDIR += knot2
|
||||||
SUBDIR += ldapdns
|
SUBDIR += ldapdns
|
||||||
SUBDIR += ldns
|
SUBDIR += ldns
|
||||||
|
|
|
@ -3,10 +3,11 @@
|
||||||
|
|
||||||
PORTNAME= knot
|
PORTNAME= knot
|
||||||
PORTVERSION= 1.6.4
|
PORTVERSION= 1.6.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= dns ipv6
|
CATEGORIES= dns ipv6
|
||||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||||
http://dns-lab.com/downloads/knot-dns/
|
http://dns-lab.com/downloads/knot-dns/
|
||||||
|
PKGNAMESUFFIX= 1
|
||||||
|
|
||||||
MAINTAINER= freebsd@dns-lab.com
|
MAINTAINER= freebsd@dns-lab.com
|
||||||
COMMENT= High performance authoritative-only DNS server
|
COMMENT= High performance authoritative-only DNS server
|
||||||
|
@ -16,7 +17,7 @@ LICENSE= GPLv3
|
||||||
BUILD_DEPENDS= flex>=2.5.35_1:${PORTSDIR}/textproc/flex
|
BUILD_DEPENDS= flex>=2.5.35_1:${PORTSDIR}/textproc/flex
|
||||||
LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu
|
LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu
|
||||||
|
|
||||||
CONFLICTS= knot-2.*
|
CONFLICTS= knot-2.* knot2-.*
|
||||||
|
|
||||||
USES= alias bison libtool pkgconfig tar:xz
|
USES= alias bison libtool pkgconfig tar:xz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
Loading…
Add table
Reference in a new issue