From owner-svn-ports-all@FreeBSD.ORG Mon May 20 07:25:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1D14CA77 for ; Mon, 20 May 2013 07:25:50 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-da0-x235.google.com (mail-da0-x235.google.com [IPv6:2607:f8b0:400e:c00::235]) by mx1.freebsd.org (Postfix) with ESMTP id EDC1A116 for ; Mon, 20 May 2013 07:25:49 +0000 (UTC) Received: by mail-da0-f53.google.com with SMTP id t11so3691405daj.26 for ; Mon, 20 May 2013 00:25:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=HS5JlncwzD6HKKPBXOoG9rYDLY/d4GEO1OhY4TDmZLY=; b=oPzEm5ChIvg12Smghj4KWp1YGO7dDSZwzJ+y/BcVORXJTSbMzxCCxefVrmNWUPdVb9 eXH+Rj61d1Z1B0+J35vgryf1YzJeZ5wY3P48DaB5czgH6hvmo0lmz2wrxR5zdDbJA33R WcMoG2cfQar/7kRjVTETcCdfT9CsJio1nsRtgscGJ2OBgkaao7BqFRjdgab/y3d8P46M 95x/EcYVtA/gKBPqJnOu5XlY3ItwGlj9TsiPi+QVkmM3B1hKCLYI/ZNxNsJxmG4Xi8Qa +GfkXrqLKmSCPE3sqc36fcXApY3xjA6rm4RLj0N3J0rIXiSWOSKJfVdoWtoXL6XsOyjj 0P5w== MIME-Version: 1.0 X-Received: by 10.68.100.98 with SMTP id ex2mr55307139pbb.19.1369034749133; Mon, 20 May 2013 00:25:49 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.70.78.10 with HTTP; Mon, 20 May 2013 00:25:49 -0700 (PDT) In-Reply-To: <201305200715.r4K7FYmS057791@svn.freebsd.org> References: <201305200715.r4K7FYmS057791@svn.freebsd.org> Date: Mon, 20 May 2013 00:25:49 -0700 X-Google-Sender-Auth: 4NQ8xli31b2pbsha5-5uOPcaa50 Message-ID: Subject: Re: svn commit: r318576 - head/mail/sendmail-sasl From: Jason Helfman To: Dirk Meyer X-Gm-Message-State: ALoCoQnEEpvF9LCU8vHSgZQvn/DQALTXYJNfzf3VA2rPMcfi98dtSyD0KOLK88QbZKxPiEyqVsPB Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 20 May 2013 07:25:50 -0000 On Mon, May 20, 2013 at 12:15 AM, Dirk Meyer wrote: > 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 http://www.FreeBSD.org/cgi/query-pr.cgi?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} > > > Since mail/sendmail was converted to optionsNG, shouldn't these options be defined similarly with the new framework? OPTIONS_SET= TLS SASL2 SASL SASLAUTHD -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve