From owner-cvs-all@FreeBSD.ORG Fri Mar 19 18:06:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B9D716A4CE; Fri, 19 Mar 2004 18:06:07 -0800 (PST) Received: from postman.arcor.de (postman2.arcor-online.net [151.189.0.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA5143D1D; Fri, 19 Mar 2004 18:06:06 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-138.reverse.qsc.de [212.202.51.138]) (authenticated bits=0)i2K264ko023312 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 20 Mar 2004 03:06:05 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B4VsA-000CFP-HH; Sat, 20 Mar 2004 03:06:02 +0100 Message-ID: <405BA70A.4020600@fillmore-labs.com> Date: Sat, 20 Mar 2004 03:06:02 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Mario Sergio Fujikawa Ferreira References: <200403200140.i2K1e2rj043164@repoman.freebsd.org> In-Reply-To: <200403200140.i2K1e2rj043164@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/qmail-ldap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 02:06:07 -0000 Mario Sergio Fujikawa Ferreira wrote: > lioux 2004/03/19 17:40:02 PST > > FreeBSD ports repository > > Modified files: > mail/qmail-ldap Makefile > Log: > o Fix WITH_CLEARTEXTPASSWD knob > o Bump PORTREVISION since this is an important option > > PR: 50694 > Submitted by: Chris Shenton > > Revision Changes Path > 1.30 +2 -1 ports/mail/qmail-ldap/Makefile Just FYI: OpenLDAP 1.2 is marked forbidden and scheduled for removal 2004-04-18 OpenLDAP 2.0 is marked deprecated and scheduled for removal 2004-05-01 You want to USE_OPENLDAP. Oliver