From 4921e7b6b245098f8c91245411989e8acaa5d671 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 8 Aug 2017 18:07:35 +0000 Subject: Add more detailed instructions for the dovecot rename. Submitted by: Christos Chatzaras --- UPDATING | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index fc595b1f36ab..9fc21c38ccda 100644 --- a/UPDATING +++ b/UPDATING @@ -38,8 +38,20 @@ you update your ports collection, before attempting any port upgrades. 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 -- cgit v1.2.3