View | Details | Raw Unified | Return to bug 201257 | Differences between
and this patch

Collapse All | Expand All

(-)knot1/Makefile (-2 / +3 lines)
Lines 3-12 Link Here
3
3
4
PORTNAME=	knot
4
PORTNAME=	knot
5
PORTVERSION=	1.6.4
5
PORTVERSION=	1.6.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	dns ipv6
7
CATEGORIES=	dns ipv6
8
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
8
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
9
		http://dns-lab.com/downloads/knot-dns/
9
		http://dns-lab.com/downloads/knot-dns/
10
PKGNAMESUFFIX=	1
10
11
11
MAINTAINER=	freebsd@dns-lab.com
12
MAINTAINER=	freebsd@dns-lab.com
12
COMMENT=	High performance authoritative-only DNS server
13
COMMENT=	High performance authoritative-only DNS server
Lines 16-22 Link Here
16
BUILD_DEPENDS=	flex>=2.5.35_1:${PORTSDIR}/textproc/flex
17
BUILD_DEPENDS=	flex>=2.5.35_1:${PORTSDIR}/textproc/flex
17
LIB_DEPENDS=	liburcu.so:${PORTSDIR}/sysutils/liburcu
18
LIB_DEPENDS=	liburcu.so:${PORTSDIR}/sysutils/liburcu
18
19
19
CONFLICTS=	knot-2.*
20
CONFLICTS=	knot-2.* knot2-.*
20
21
21
USES=		alias bison libtool pkgconfig tar:xz
22
USES=		alias bison libtool pkgconfig tar:xz
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes

Return to bug 201257