aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-02-23 22:50:15 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-02-23 22:50:15 +0000
commit0f28824a015ef202713615ac0e4f0947c451f48b (patch)
tree10b618140e90d587f70e95174b21199906dcd905 /UPDATING
parentd32b2490f3e4f97ebd6c3cac7d54a5622ddc70ea (diff)
downloadports-0f28824a015ef202713615ac0e4f0947c451f48b.tar.gz
ports-0f28824a015ef202713615ac0e4f0947c451f48b.zip
audio/speex-devel -> audio/speex, remove audio/speex-devel.
Notes
Notes: svn path=/head/; revision=185770
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e90445a282d9..791c82ec0193 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,24 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070223:
+ AFFECTS: users of audio/speex and any port that depends on it
+ AUTHOR: mezz@FreeBSD.org
+
+ The shared library version has been changed in audio/speex, so you will
+ have to rebuild all ports that depend on speex. You need to do following:
+
+ Portupgrade users:
+
+ pkgdb -Ff
+ portupgrade -rf speex\*
+
+ Portmaster users, skip a first step if you don't have audio/speex-devel
+ installed:
+
+ portmaster -o audio/speex speex-devel\*
+ portmaster -r speex\*
+
20070218:
AFFECTS: users of sysutils/symon
AUTHOR: uspoerlein@gmail.com