From owner-svn-ports-head@FreeBSD.ORG Sat Jun 21 06:53:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25536338; Sat, 21 Jun 2014 06:53:22 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B674226C9; Sat, 21 Jun 2014 06:53:21 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M2WgT-1WfTjf3Lld-00sO1E; Sat, 21 Jun 2014 08:53:18 +0200 Message-ID: <53A52BE1.3010706@gmx.de> Date: Sat, 21 Jun 2014 08:53:21 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Eitan Adler , svn-ports-head@freebsd.org Subject: Re: svn commit: r358666 - head/Mk References: <201406210639.s5L6dWAE096222@svn.freebsd.org> In-Reply-To: <201406210639.s5L6dWAE096222@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:R2f5fDnpQg9fNAvZv8eX9oPtLkTCODWYZlrUu8x8WLFZ4ITGi5m CXURTQ9jQ4mEozHGUOyPDO6j1WfovlPY3WB0iOOvPuU4PuQMVJJQ5yh5C2ABJE1JEgS3Hbn hKuXSJRCm1X62msqhoGJsiewo5CX1aNp0jqm6Rivx7S7Ktcb+zBSR6TaTpHchB3v/QpaJGZ 8tlltnlB1UiAy0GCjBZZA== Cc: svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 21 Jun 2014 06:53:22 -0000 On 2014-06-21 08:39, Eitan Adler wrote:> Author: eadler > Date: Sat Jun 21 06:39:32 2014 > New Revision: 358666 > URL: http://svnweb.freebsd.org/changeset/ports/358666 > QAT: https://qat.redports.org/buildarchive/r358666/ > > Log: > Expand upon option descriptions whose only text are 'option support'. Such > descriptions provide no value for the user and should be expanded upon. > > While here make one description fit in space limit > > Reviewed by: marino > > Modified: > head/Mk/bsd.options.desc.mk > > Modified: head/Mk/bsd.options.desc.mk > ============================================================================== > --- head/Mk/bsd.options.desc.mk Sat Jun 21 06:21:14 2014 (r358665) > +++ head/Mk/bsd.options.desc.mk Sat Jun 21 06:39:32 2014 (r358666) > -LDAP_DESC?= LDAP support > +LCMS2_DESC?= Little CMS 2.x support > +LDAP_DESC?= LDAP authentication support > LDAPS_DESC?= LDAPS support Why the change for LDAP? The old DESC was about the protocol where the new one suggest a functionality. LDAP can be used as simple database for a dozen of different things then authentication. -- regards, olli