From owner-svn-ports-all@FreeBSD.ORG Sun May 10 15:27:25 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2D88D00; Sun, 10 May 2015 15:27:25 +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 D1CB81A0B; Sun, 10 May 2015 15:27:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4AFRPhJ092485; Sun, 10 May 2015 15:27:25 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4AFRP0g092483; Sun, 10 May 2015 15:27:25 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201505101527.t4AFRP0g092483@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 10 May 2015 15:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385966 - head 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.20 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: Sun, 10 May 2015 15:27:26 -0000 Author: ohauer Date: Sun May 10 15:27:25 2015 New Revision: 385966 URL: https://svnweb.freebsd.org/changeset/ports/385966 Log: - document postfix OPTIONS change (r385964, r385965) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun May 10 15:25:31 2015 (r385965) +++ head/UPDATING Sun May 10 15:27:25 2015 (r385966) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150510: + AFFECTS: users of mail/postfix mail/postfix-current + AUTHOR: ohauer@FreeBSD.org + + The following OPTIONS where renamed to match the default used in most all other ports + - SASL2 -> SASL + - OPENLDAP -> LDAP + + If any of the old OPTIONS was enabled before, please re-run "make config". + 20150508: AFFECTS: users of www/iojs AUTHOR: linpct@gmail.com