From owner-svn-ports-head@FreeBSD.ORG Mon May 20 07:15:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3DE967E2; Mon, 20 May 2013 07:15:34 +0000 (UTC) (envelope-from dinoex@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 31126D7; Mon, 20 May 2013 07:15:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4K7FYvT057792; Mon, 20 May 2013 07:15:34 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4K7FYmS057791; Mon, 20 May 2013 07:15:34 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201305200715.r4K7FYmS057791@svn.freebsd.org> From: Dirk Meyer Date: Mon, 20 May 2013 07:15:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318576 - head/mail/sendmail-sasl 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: Mon, 20 May 2013 07:15:34 -0000 Author: dinoex Date: Mon May 20 07:15:33 2013 New Revision: 318576 URL: http://svnweb.freebsd.org/changeset/ports/318576 Log: - fix option name PR: 178776 Submitted by: Lawrence Chen - fix option SASLAUTHD Modified: head/mail/sendmail-sasl/Makefile Modified: head/mail/sendmail-sasl/Makefile ============================================================================== --- head/mail/sendmail-sasl/Makefile Mon May 20 06:20:28 2013 (r318575) +++ head/mail/sendmail-sasl/Makefile Mon May 20 07:15:33 2013 (r318576) @@ -5,7 +5,8 @@ CATEGORIES= mail ipv6 MAINTAINER= dinoex@FreeBSD.org WITH_TLS= yes -WITH_SASL2= yes +WITH_SASL= yes +WITH_SASLAUTHD= yes SENDMAIL_PORT?= sendmail MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT}