From owner-svn-ports-all@freebsd.org Tue Aug 8 18:07:36 2017 Return-Path: Delivered-To: svn-ports-all@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 84743DC7219; Tue, 8 Aug 2017 18:07:36 +0000 (UTC) (envelope-from adamw@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 51A3D6CEB1; Tue, 8 Aug 2017 18:07:36 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v78I7Zrn036031; Tue, 8 Aug 2017 18:07:35 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v78I7Zq6036030; Tue, 8 Aug 2017 18:07:35 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201708081807.v78I7Zq6036030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 8 Aug 2017 18:07:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447555 - head X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 447555 X-SVN-Commit-Repository: ports 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.23 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: Tue, 08 Aug 2017 18:07:36 -0000 Author: adamw Date: Tue Aug 8 18:07:35 2017 New Revision: 447555 URL: https://svnweb.freebsd.org/changeset/ports/447555 Log: Add more detailed instructions for the dovecot rename. Submitted by: Christos Chatzaras Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Aug 8 18:02:53 2017 (r447554) +++ head/UPDATING Tue Aug 8 18:07:35 2017 (r447555) @@ -38,8 +38,20 @@ you update your ports collection, before attempting an and dovecot2-pigeonhole have been renamed to simply dovecot and dovecot-pigeonhole. - Depending upon your local setup, you may need to manually run - 'pkg delete dovecot2' and 'pkg install dovecot' (or -pigeonhole). + pkg should handle the rename automatically, but if you run into + trouble, you can point pkg at the new origin via: + + # pkg set -o mail/dovecot2:mail/dovecot + # pkg set -o mail/dovecot2-pigeonhole:mail/dovecot-pigeonhole + + Similarly, you can point portmaster at the new location via: + + # portmaster -o mail/dovecot mail/dovecot2 + + If all else fails, just remove and reinstall the package: + + # pkg delete dovecot2 + # pkg install dovecot 20170806: AFFECTS: users of mail/dovecot2-antispam-plugin