aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2013-06-10 03:30:58 +0800
committernaddy <naddy@FreeBSD.org>2013-06-10 03:30:58 +0800
commit07cea3e0a14b72b60357ae28bd356869a23d0e01 (patch)
tree45e6d01ac243fc692b2b3dc21ccf4af150938e8d /UPDATING
parent44eb55cc9a8c265b9988d93c8ea8f0b12f8b8d4e (diff)
downloadfreebsd-ports-gnome-07cea3e0a14b72b60357ae28bd356869a23d0e01.tar.gz
freebsd-ports-gnome-07cea3e0a14b72b60357ae28bd356869a23d0e01.tar.zst
freebsd-ports-gnome-07cea3e0a14b72b60357ae28bd356869a23d0e01.zip
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports. PR: 179072
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 69776e8947aa..17e1a71ea9cf 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.
+20130609:
+ AFFECTS: users of audio/flac and any port that depends on it
+ AUTHOR: naddy@FreeBSD.org
+
+ FLAC has been updated to 1.3.0 and the shared library versions
+ have been bumped. Please rebuild all ports that depend on it:
+
+ # portmaster -r flac
+ or
+ # portupgrade -fr audio/flac
+ or
+ # pkg install -fR audio/flac
+
20130607:
AFFECTS: Nobody
AUTHOR: wxs@FreeBSD.org