svn commit: r307548 - head/dns/unbound

Sergey Matveychuk sem at FreeBSD.org
Sun Nov 18 23:49:11 UTC 2012


Author: sem
Date: Sun Nov 18 23:49:11 2012
New Revision: 307548
URL: http://svnweb.freebsd.org/changeset/ports/307548

Log:
  - Mention in options that ECDSA requires OpenSSL from ports
  
  PR:		ports/173709
  Submitted by:	Ilya Bakulin <webmaster at kibab.com>
  Feature safe:	yes

Modified:
  head/dns/unbound/Makefile

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Sun Nov 18 22:00:07 2012	(r307547)
+++ head/dns/unbound/Makefile	Sun Nov 18 23:49:11 2012	(r307548)
@@ -42,7 +42,7 @@ OPTIONS_DEFAULT=THREADS ECDSA
 
 LIBEVENT_DESC=	Enable whenever using many (10000) outgoing ports
 GOST_DESC=	Enable GOST support (requires OpenSSL from ports)
-ECDSA_DESC=	Enable ECDSA (elliptic curve) support
+ECDSA_DESC=	Enable ECDSA support (requires OpenSSL from ports)
 MUNIN_DESC=	Install Munin plugin
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list