diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-12-15 11:37:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-12-15 11:37:49 +0000 |
commit | 513495a09ac55a538fc1655de9e0e7ab1a92a0cd (patch) | |
tree | a28084950c2acb7d5d7bb615deeb4c9b0f7a9d18 /UPDATING | |
parent | c0ad03979a0cf5930f9482e0c2b8eb61356bf76b (diff) | |
download | ports-513495a09ac55a538fc1655de9e0e7ab1a92a0cd.tar.gz ports-513495a09ac55a538fc1655de9e0e7ab1a92a0cd.zip |
Chase devel/icu upgrade
Add an updating note
Notes
Notes:
svn path=/head/; revision=266338
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |