From owner-svn-ports-head@freebsd.org Tue Mar 15 10:31:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B15DAD1D34; Tue, 15 Mar 2016 10:31:54 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 59B3C7A2; Tue, 15 Mar 2016 10:31:54 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2FAVr0m078707; Tue, 15 Mar 2016 10:31:53 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2FAVrif078706; Tue, 15 Mar 2016 10:31:53 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201603151031.u2FAVrif078706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 15 Mar 2016 10:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411147 - 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-head@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 15 Mar 2016 10:31:54 -0000 Author: ohauer Date: Tue Mar 15 10:31:53 2016 New Revision: 411147 URL: https://svnweb.freebsd.org/changeset/ports/411147 Log: - add note for VDA users how to stay on postfix-2.11.x PR: 207684 Submitted by: Miroslav Lachman Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Mar 15 09:41:30 2016 (r411146) +++ head/UPDATING Tue Mar 15 10:31:53 2016 (r411147) @@ -82,6 +82,10 @@ you update your ports collection, before from now on. In addition, for each mail/postfix* port there is now a mail/postfix*-sasl slave port providing Cyrus SASL as default. + To stay on postfix-2.11.x run the command: + + # pkg set -o mail/postfix:mail/postfix211 + 20160217: AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.org