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

Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	knot
4
PORTNAME=	knot
5
PORTVERSION=	2.3.1
5
PORTVERSION=	2.3.2
6
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
7
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
7
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
8
		http://dns-lab.com/downloads/knot-dns/
8
		http://dns-lab.com/downloads/knot-dns/
Lines 72-75 Link Here
72
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
72
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
73
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
73
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
74
74
75
.include <bsd.port.mk>
75
.include <bsd.port.pre.mk>
76
77
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100504
78
CONFIGURE_ARGS+=	--enable-recvmmsg=no
79
.endif
80
81
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1477560234
1
TIMESTAMP = 1478518327
2
SHA256 (knot-2.3.1.tar.xz) = 42e4ec64dc8f017329d1753eb074a5759d6bb380e1f2a272101adccc0552f9b4
2
SHA256 (knot-2.3.2.tar.xz) = ba298157693d2b3264ff53afd397d8bb240336b36c18064515890733254700df
3
SIZE (knot-2.3.1.tar.xz) = 1072808
3
SIZE (knot-2.3.2.tar.xz) = 1069500

Return to bug 214303