diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-03-18 23:14:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-03-18 23:14:27 +0800 |
commit | 40b7643196ce4905ac8bf1e9830b9eac741047e4 (patch) | |
tree | 597b9f778ca2890dba4a8e4c5b84d824c93d922a /UPDATING | |
parent | 3f1bcd83b4c62261441feb57ff6c23ef40ef1c72 (diff) | |
download | freebsd-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-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |