From ececb738ae88bce448bbc6270ac57fdf82edbdad Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 15 Jan 2018 17:17:17 +0000 Subject: Add libdecaf support - Chase shlib change of security/botan2 - Bump PORTREVISION for dependency change PR: 225176 Submitted by: Ralf van der Enden (maintainer) --- dns/powerdns/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 1b2cf4192271..0256f0a34c5d 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns DISTVERSION= 4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} @@ -79,8 +79,10 @@ OPENLDAP_USE= OPENLDAP=YES OPENLDAP_VARS= MODULES+=ldap OPTALGO_CONFIGURE_ON= --enable-botan \ + --enable-libdecaf \ --enable-libsodium OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ + libdecaf.so:security/libdecaf \ libsodium.so:security/libsodium PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} @@ -116,7 +118,7 @@ MYDNS_DESC= MyDNS backend MYSQL_DESC= MySQL backend OPENDBX_DESC= OpenDBX backend OPENLDAP_DESC= OpenLDAP backend -OPTALGO_DESC= Enable optional algorithms (12 & 15) +OPTALGO_DESC= Enable optional algorithms (12, 15 & 16) PGSQL_DESC= PostgreSQL backend PROTOBUF_DESC= Protobuf support REMOTE_DESC= Remote backend -- cgit