Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 17:34:12 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318324 - head/dns/powerdns
Message-ID:  <201305161734.r4GHYCZr038787@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu May 16 17:34:12 2013
New Revision: 318324
URL: http://svnweb.freebsd.org/changeset/ports/318324

Log:
  - Fix default option CRYPTOPP not including its group DNSSEC
    This fixes 'pretty-print-config' not including the CRYPTOPP
    option in its output.

Modified:
  head/dns/powerdns/Makefile

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Thu May 16 17:07:13 2013	(r318323)
+++ head/dns/powerdns/Makefile	Thu May 16 17:34:12 2013	(r318324)
@@ -57,7 +57,7 @@ DNSSEC_DESC=		Enable extra DNSSEC algori
 BOTAN_DESC=		Use Botan
 CRYPTOPP_DESC=		Use Crypto++
 
-OPTIONS_DEFAULT=	PGSQL CRYPTOPP
+OPTIONS_DEFAULT=	PGSQL DNSSEC CRYPTOPP
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305161734.r4GHYCZr038787>