diff options
author | adamw <adamw@FreeBSD.org> | 2017-08-09 02:07:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-08-09 02:07:35 +0800 |
commit | b7f3bb2b279a03f34353a60229466f2475a771cb (patch) | |
tree | 3fcd752dfcbd2a7c8af10684af0fd96a8274a211 /UPDATING | |
parent | 59616c426ef38c44f15e9ee7068190753111710a (diff) | |
download | freebsd-ports-gnome-b7f3bb2b279a03f34353a60229466f2475a771cb.tar.gz freebsd-ports-gnome-b7f3bb2b279a03f34353a60229466f2475a771cb.tar.zst freebsd-ports-gnome-b7f3bb2b279a03f34353a60229466f2475a771cb.zip |
Add more detailed instructions for the dovecot rename.
Submitted by: Christos Chatzaras
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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 |