Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 07:15:34 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318576 - head/mail/sendmail-sasl
Message-ID:  <201305200715.r4K7FYmS057791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305200715.r4K7FYmS057791>