From owner-svn-ports-all@FreeBSD.ORG Thu May 8 16:50:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CA7F4B0; Thu, 8 May 2014 16:50:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69F13880; Thu, 8 May 2014 16:50:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s48GoNCS009339; Thu, 8 May 2014 16:50:23 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s48GoNwo009338; Thu, 8 May 2014 16:50:23 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201405081650.s48GoNwo009338@svn.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 8 May 2014 16:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353332 - head/security/cyrus-sasl2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 08 May 2014 16:50:23 -0000 Author: ume Date: Thu May 8 16:50:22 2014 New Revision: 353332 URL: http://svnweb.freebsd.org/changeset/ports/353332 QAT: https://qat.redports.org/buildarchive/r353332/ Log: A postscript was added to pkg-messase so that those who need them for existence of cyrus-sasl2-gssapi and cyrus-sasl2-ldapdb might notice. Spotted by: zi Modified: head/security/cyrus-sasl2/pkg-message Modified: head/security/cyrus-sasl2/pkg-message ============================================================================== --- head/security/cyrus-sasl2/pkg-message Thu May 8 16:42:52 2014 (r353331) +++ head/security/cyrus-sasl2/pkg-message Thu May 8 16:50:22 2014 (r353332) @@ -13,4 +13,8 @@ NOTE: This port has been compiled with a Cyrus-IMAPd 2.X port. You should also check the %%PREFIX%%/lib/sasl2/*.conf files for the correct pwcheck_method. + If you want to use GSSAPI mechanism, install + ports/security/cyrus-sasl2-gssapi. + If you want to use LDAP auxprop plugin, install + ports/security/cyrus-sasl2-ldapdb.