aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-03-18 23:14:27 +0800
committervanilla <vanilla@FreeBSD.org>2013-03-18 23:14:27 +0800
commit40b7643196ce4905ac8bf1e9830b9eac741047e4 (patch)
tree597b9f778ca2890dba4a8e4c5b84d824c93d922a /UPDATING
parent3f1bcd83b4c62261441feb57ff6c23ef40ef1c72 (diff)
downloadfreebsd-ports-gnome-40b7643196ce4905ac8bf1e9830b9eac741047e4.tar.gz
freebsd-ports-gnome-40b7643196ce4905ac8bf1e9830b9eac741047e4.tar.zst
freebsd-ports-gnome-40b7643196ce4905ac8bf1e9830b9eac741047e4.zip
1: Upgrade protobuf to 2.5.0.
2: bump revision. 3: document UPDATING.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3a03d3021fec..c786d22e3a18 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.
+20130317:
+ AFFECTS: users of devel/protobuf
+ AUTHOR: vanilla@FreeBSD.org
+
+ The devel/protobuf has been updated to 2.5.0. The shared library version
+ has changed from 6 to 7. Please rebuild all ports that depends on it:
+
+ # portmaster -r protobuf
+ or
+ # portupgrade -fr devel/protobuf
+ or
+ # pkg install -fR devel/protobuf
+
20130316:
AFFECTS: users of converters/libiconv and devel/gettext
AUTHOR: bapt@FreeBSD.org