Date: Mon, 15 Jan 2018 17:17:17 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459099 - head/dns/powerdns Message-ID: <201801151717.w0FHHHxA063941@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 15 17:17:17 2018 New Revision: 459099 URL: https://svnweb.freebsd.org/changeset/ports/459099 Log: Add libdecaf support - Chase shlib change of security/botan2 - Bump PORTREVISION for dependency change PR: 225176 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Modified: head/dns/powerdns/Makefile Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Mon Jan 15 17:17:11 2018 (r459098) +++ head/dns/powerdns/Makefile Mon Jan 15 17:17:17 2018 (r459099) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801151717.w0FHHHxA063941>