aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-19 07:13:44 +0800
committerbapt <bapt@FreeBSD.org>2012-12-19 07:13:44 +0800
commitecf72fb3b4a31f2ae3ba186ab9f389e2cd391611 (patch)
tree1d9ffc7b940d87c488feb94baeaa5ecbccea3df2 /UPDATING
parentf11963719bf0b4a6ca275152b88c2882888060cd (diff)
downloadfreebsd-ports-gnome-ecf72fb3b4a31f2ae3ba186ab9f389e2cd391611.tar.gz
freebsd-ports-gnome-ecf72fb3b4a31f2ae3ba186ab9f389e2cd391611.tar.zst
freebsd-ports-gnome-ecf72fb3b4a31f2ae3ba186ab9f389e2cd391611.zip
Add a note about icu update
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9e0d08abcac8..e12e0b170840 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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>