diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-21 20:42:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-21 20:42:35 +0000 |
commit | bbcb80ae1d8c891b165e11ab7ab6953f1192126e (patch) | |
tree | cbb126e5120a3791ea5eae02242259d0d4837622 /UPDATING | |
parent | 229c251b6c4b7a3f564487cb41ef52853a660d23 (diff) | |
download | ports-bbcb80ae1d8c891b165e11ab7ab6953f1192126e.tar.gz ports-bbcb80ae1d8c891b165e11ab7ab6953f1192126e.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20070821: + AFFECTS: users of net-im/pidgin + AUTHOR: marcus@FreeBSD.org + +Because sound support was added to finch 2.1.1, the sound files used by +pidgin have been moved from the pidgin port to the libpurple port. This +makes updating a bit tricky. To properly update to pidgin 2.1.1 and retain +sounds, you must first upgrade libpurple and pidgin as you normally would, +then force a rebuild of libpurple. For example, using portupgrade: + + # portupgrade net-im/libpurple net-im/pidgin + # portupgrade -f net-im/libpurple + 20070804: AFFECTS: users of DESTDIR AUTHOR: gabor@FreeBSD.org |