aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2010-12-15 19:37:49 +0800
committerbapt <bapt@FreeBSD.org>2010-12-15 19:37:49 +0800
commit2a77d826d08facbbb6c50f2d171926595e19fe6a (patch)
treed06d478abbc4eecb65e8e86d699ea70a88734547 /UPDATING
parentd5c2583b75fe66ae378dbf18e1b608aed28787f6 (diff)
downloadfreebsd-ports-gnome-2a77d826d08facbbb6c50f2d171926595e19fe6a.tar.gz
freebsd-ports-gnome-2a77d826d08facbbb6c50f2d171926595e19fe6a.tar.zst
freebsd-ports-gnome-2a77d826d08facbbb6c50f2d171926595e19fe6a.zip
Chase devel/icu upgrade
Add an updating note
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 59b8fff0b499..33caf62f0c2b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20101214:
+ AFFECTS: users of devel/icu
+ AUTHOR: bapt@FreeBSD.org
+
+ icu has been updated to version 4.6. Please rebuild all ports that depends
+ on it.
+
+ If you use portmaster:
+ # portmaster -r icu
+
+ If you use portupgrade:
+ # portupgrade -fr devel/icu
+
+ Note that devel/icu4 is now deprecated consider replacing it by devel/icu
+ # portmaster -o devel/icu devel/icu4
+ or
+ # env DISABLE_CONFLICTS=1 portupgrade -o devel/icu -f icu-4\*
+
20101211:
AFFECTS: users of devel/bugzilla, japanese/bugzilla and russian/bugzilla-ru
AUTHOR: tota@FreeBSD.org