Date: Tue, 8 Aug 2017 18:07:35 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447555 - head Message-ID: <201708081807.v78I7Zq6036030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708081807.v78I7Zq6036030>