aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-08-08 18:07:35 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-08-08 18:07:35 +0000
commit4921e7b6b245098f8c91245411989e8acaa5d671 (patch)
tree3fcd752dfcbd2a7c8af10684af0fd96a8274a211 /UPDATING
parent2cf4885d015e3568f498dd00b800816fa2a72ff2 (diff)
downloadports-4921e7b6b245098f8c91245411989e8acaa5d671.tar.gz
ports-4921e7b6b245098f8c91245411989e8acaa5d671.zip
Add more detailed instructions for the dovecot rename.
Submitted by: Christos Chatzaras
Notes
Notes: svn path=/head/; revision=447555
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 14 insertions, 2 deletions
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