svn commit: r459099 - head/dns/powerdns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 15 17:17:56 UTC 2018


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 at 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


More information about the svn-ports-all mailing list