From owner-svn-ports-head@FreeBSD.ORG Mon May 20 07:25:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 74303A76 for ; Mon, 20 May 2013 07:25:49 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-da0-x232.google.com (mail-da0-x232.google.com [IPv6:2607:f8b0:400e:c00::232]) by mx1.freebsd.org (Postfix) with ESMTP id 50C1F115 for ; Mon, 20 May 2013 07:25:49 +0000 (UTC) Received: by mail-da0-f50.google.com with SMTP id i23so2806424dad.23 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=faT6m7GRYKdavWRGwX+oQyIpHIpj+FG46k8gD7cA50IP+zNIy+IAW/oeruCdRif6cw m8unG21HbVlJs95bHwpnGP9MDvh3oREQ3hPjTKXkDbzZGWDg1xygne8gLQKje8ZwMU/y reoFFrxuG15T+6kvCiajyRxY1fLnMTI5sQwor84Qe4uE36NJcC2/c8Jeqgoqd+BMpJGN dCjZEqWOFWLjLSrTZY9P1/4jS8wMrH10r/wpzGZLQkd945vILslKAWxNBQp7+MrVtKUs HHwcdY85IKPdgi30Vs2XDH+thuDvosKcnLlTJOgpQ6hVa03xoQPdt4OzObdLMln9oriR 8VEA== 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: ALoCoQk/d9rNA0MeYayRSr6IQTBy7Z142BMAkFW3+MvR/dYeb6gYaE80s62115nQvFDw7GdoeSOV 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-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:25:49 -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