1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Add a note about icu update

This commit is contained in:
Baptiste Daroussin 2012-12-18 23:13:44 +00:00
parent 3fbc6c2c28
commit 3ae3ddc69f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309209

View File

@ -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>