diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:13:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:13:44 +0000 |
commit | 3ae3ddc69fa33f86a4d72460fb83318571224f50 (patch) | |
tree | 1d9ffc7b940d87c488feb94baeaa5ecbccea3df2 /UPDATING | |
parent | 3fbc6c2c289acc804875006e56f70e12794c70b4 (diff) |
Add a note about icu update
Notes
Notes:
svn path=/head/; revision=309209
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20121218: + AFFECTS: users of icu + AUTHOR bapt@FreeBSD.org + + icu has been updated to 50.1. Please rebuild all ports that depends on it: + + If you use portmaster: + portmaster -w -r icu + If you use portupgrade: + portupgrade -fr devel/icu + If you use pkgng with binary packages: + pkg install -fR devel/icu + 20121212: AFFECTS: users of openldap24-client who uses SASL AUTHOR: Xin Li <delphij@FreeBSD.org> |