From owner-svn-ports-all@FreeBSD.ORG Wed Apr 1 10:34:43 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 20978C51; Wed, 1 Apr 2015 10:34:43 +0000 (UTC) Date: Wed, 1 Apr 2015 10:34:43 +0000 From: Alexey Dokuchaev To: Renato Botelho Subject: Re: svn commit: r382902 - head/security/strongswan Message-ID: <20150401103443.GA68249@FreeBSD.org> References: <201504011028.t31ASAwx096073@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201504011028.t31ASAwx096073@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 10:34:43 -0000 On Wed, Apr 01, 2015 at 10:28:10AM +0000, Renato Botelho wrote: > New Revision: 382902 > URL: https://svnweb.freebsd.org/changeset/ports/382902 > > Log: > - Update to 5.3.0 > - Add a new option UNITY, to enable Cisco unity extension plugin > [...] > CURL_DESC= Enable CURL to fetch CRL/OCSP > @@ -60,6 +59,7 @@ PKI_DESC= Enable PKI tools > SCEP_DESC= Enable Simple Certificate Enrollment Protocol > SMP_DESC= Enable XML-based management protocol > UNBOUND_DESC= Enable DNSSEC-enabled resolver > +UNITY_DESC= Enable Cisco Unity extension plugin > XAUTH_DESC= Enable XAuth password verification Just another kind reminder that prefixing option descriptions with "Enable" is wrong^Wdiscouraged. Mk/bsd.options.desc.mk can be a nice inspiration in a quest of finding perfect description. :) ./danfe