Index: Makefile =================================================================== --- Makefile (revision 558339) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recursor -DISTVERSION= 4.4.0 +DISTVERSION= 4.4.2 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- @@ -63,10 +63,12 @@ .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl -CONFIGURE_ARGS+= --enable-libdecaf \ - --enable-libsodium +CONFIGURE_ARGS+= --with-libdecaf \ + --with-libsodium LIB_DEPENDS+= libdecaf.so:security/libdecaf \ libsodium.so:security/libsodium +.else +CONFIGURE_ARGS+= --with-libsodium=no .endif post-install: Index: distinfo =================================================================== --- distinfo (revision 558339) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603144561 -SHA256 (pdns-recursor-4.4.0.tar.bz2) = 06bc932e00f13c95ef077a2eb61f64425534042cc50f86408b53c7615c4fe58b -SIZE (pdns-recursor-4.4.0.tar.bz2) = 1395544 +TIMESTAMP = 1607955909 +SHA256 (pdns-recursor-4.4.2.tar.bz2) = b0b97f49848a1758b64bc0b99a596c1583ea525477193f3c01905f5163a4f5cf +SIZE (pdns-recursor-4.4.2.tar.bz2) = 1396763