From owner-svn-ports-head@FreeBSD.ORG Sun Nov 18 23:49:11 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD322E55; Sun, 18 Nov 2012 23:49:11 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A120B8FC12; Sun, 18 Nov 2012 23:49:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAINnBer037732; Sun, 18 Nov 2012 23:49:11 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAINnBTX037731; Sun, 18 Nov 2012 23:49:11 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201211182349.qAINnBTX037731@svn.freebsd.org> From: Sergey Matveychuk Date: Sun, 18 Nov 2012 23:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307548 - head/dns/unbound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2012 23:49:11 -0000 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 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