aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-08 21:05:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-08 21:05:45 +0000
commit8587220cbcfdfcb3947ee8e34bb23b6794d6c963 (patch)
tree32b9fab108595b52139ec39a8b9d1ff9c52421f2 /UPDATING
parent78b2065fea9b224be38ae779101244d8299bf65a (diff)
downloadports-8587220cbcfdfcb3947ee8e34bb23b6794d6c963.tar.gz
ports-8587220cbcfdfcb3947ee8e34bb23b6794d6c963.zip
Add an updating entry about icu for people having glib20 built with the COLLATION_FIX option
Notes
Notes: svn path=/head/; revision=343386
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b2a9a5ab143a..44ff79bdd873 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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 depend on it
+ if you have the glib20 port built with COLLATION_FIX option activated
+
+ 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
+
20140201:
AFFECTS: users of net-mgmt/zabbix*
AUTHOR: koobs@FreeBSD.org