View | Details | Raw Unified | Return to bug 91678
Collapse All | Expand All

(-)dns/ldns/Makefile (-1 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ldns
8
PORTNAME=	ldns
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.1
10
CATEGORIES=	dns
10
CATEGORIES=	dns
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/
12
12
Lines 24-29 Link Here
24
OPTIONS=	EXAMPLES "With example programs" Off
24
OPTIONS=	EXAMPLES "With example programs" Off
25
25
26
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
27
28
.if ${OSVERSION} < 500000
29
BROKEN=		"Doxygen fails to create manpages on 4.x"
30
.endif
27
31
28
ALL_TARGET=	all
32
ALL_TARGET=	all
29
INSTALL_TARGET=	install
33
INSTALL_TARGET=	install
(-)dns/ldns/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ldns-1.0.0.tar.gz) = bf8ff0868cacd2d4487ed1e28ea6c239
1
MD5 (ldns-1.0.1.tar.gz) = 39210ff3bb2673d57e024f7908d31be5
2
SHA256 (ldns-1.0.0.tar.gz) = ca3c846699a5d23c82fbe1cd1fe430115672410a31e6f584502678d4935b53c2
2
SHA256 (ldns-1.0.1.tar.gz) = 48a9f80deb5f90d70948baca62b876a1d6bc0d7904a57deab7f614efeca78102
3
SIZE (ldns-1.0.0.tar.gz) = 580348
3
SIZE (ldns-1.0.1.tar.gz) = 565713
(-)dns/ldns/pkg-plist (-1 / +1 lines)
Lines 29-35 Link Here
29
include/ldns/util.h
29
include/ldns/util.h
30
include/ldns/wire2host.h
30
include/ldns/wire2host.h
31
include/ldns/zone.h
31
include/ldns/zone.h
32
lib/libldns-1.0.0.so
32
lib/libldns-1.0.1.so
33
lib/libldns.a
33
lib/libldns.a
34
lib/libldns.so
34
lib/libldns.so
35
@dirrm include/ldns
35
@dirrm include/ldns

Return to bug 91678