diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-24 16:38:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-24 16:38:49 +0000 |
commit | f2bd9683a5a3408f1ca187bc7c2f8bdadb5484d2 (patch) | |
tree | 6100d06e054ea0423bd18eb4fb5c42786d5bbc6a /UPDATING | |
parent | 752da6b94bb4a160d2075967dc8371df52062933 (diff) |
Make the instructions a bit clearer.
Notes
Notes:
svn path=/head/; revision=362829
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -8,8 +8,11 @@ you update your ports collection, before attempting any port upgrades. 20140723: AFFECTS: users of devel/libevent - libevent1 as been replaced by libevent2 via the compatibility layer. - Make sure to remove libevent before upgrading the regular way. + libevent1 has been replaced by libevent2 via the compatibility layer. + All applications that used libevent1 must be rebuilt. + + Please remove libevent1 before upgrading, by running: + pkg delete libevent 20140723: AFFECTS: users of security/scanlogd |