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

Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	recursor
4
PORTNAME=	recursor
5
DISTVERSION=	4.4.0
5
DISTVERSION=	4.4.2
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
PKGNAMEPREFIX=	powerdns-
8
PKGNAMEPREFIX=	powerdns-
Lines 63-72 Link Here
63
.include <bsd.port.pre.mk>
63
.include <bsd.port.pre.mk>
64
64
65
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl
65
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl
66
CONFIGURE_ARGS+=	--enable-libdecaf \
66
CONFIGURE_ARGS+=	--with-libdecaf \
67
			--enable-libsodium
67
			--with-libsodium
68
LIB_DEPENDS+=		libdecaf.so:security/libdecaf \
68
LIB_DEPENDS+=		libdecaf.so:security/libdecaf \
69
			libsodium.so:security/libsodium
69
			libsodium.so:security/libsodium
70
.else
71
CONFIGURE_ARGS+=	--with-libsodium=no
70
.endif
72
.endif
71
73
72
post-install:
74
post-install:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1603144561
1
TIMESTAMP = 1607955909
2
SHA256 (pdns-recursor-4.4.0.tar.bz2) = 06bc932e00f13c95ef077a2eb61f64425534042cc50f86408b53c7615c4fe58b
2
SHA256 (pdns-recursor-4.4.2.tar.bz2) = b0b97f49848a1758b64bc0b99a596c1583ea525477193f3c01905f5163a4f5cf
3
SIZE (pdns-recursor-4.4.0.tar.bz2) = 1395544
3
SIZE (pdns-recursor-4.4.2.tar.bz2) = 1396763

Return to bug 251923