aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2013-03-06 23:18:23 +0000
committerNicola Vitale <nivit@FreeBSD.org>2013-03-06 23:18:23 +0000
commitd0d8641ec7f4bf7204c9a3f7927a3fe61b48d2b5 (patch)
treee5b80954a2f37ecfd44e52254e1fbb1338264511 /UPDATING
parent504ec80031ee09a340288ae155a00c5941fb4254 (diff)
downloadports-d0d8641ec7f4bf7204c9a3f7927a3fe61b48d2b5.tar.gz
ports-d0d8641ec7f4bf7204c9a3f7927a3fe61b48d2b5.zip
- Add an entry for audio/liblastfm (updating to 1.0.6)
Notes
Notes: svn path=/head/; revision=313555
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 74badd7be818..e1dc484e6900 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20130307:
+ AFFECTS: users of audio/liblastfm
+ AUTHOR: nivit@FreeBSD.org
+
+ The audio/liblastfm has been updated to 1.0.6. The shared library version
+ has changed from 0 to 1. Please rebuild all ports that depends on it:
+
+ If you use portmaster:
+ portmaster -r liblastfm
+ If you use portupgrade:
+ portupgrade -fr audio/liblastfm
+ If you use pkgng with binary packages:
+ pkg install -fR audio/liblastfm
+
20130305:
AFFECTS: users of devel/py-setuptools (i.e you)
AUTHOR: rm@FreeBSD.org