diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
commit | 6f32add9a75efb180e462ffbdb0b080bc88088e3 (patch) | |
tree | 0fc7af36e22fc0dc7c1dc8aacabf6fe117e881da /UPDATING | |
parent | b8d245fedd5842fb6d68d0bdc6539885555a84e3 (diff) | |
download | ports-6f32add9a75efb180e462ffbdb0b080bc88088e3.tar.gz ports-6f32add9a75efb180e462ffbdb0b080bc88088e3.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -6,6 +6,39 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080323: + AFFECTS: Gstreamer users + AUTHOR: multimedia@FreeBSD.org + + Gstreamer is updated. Due to the move of some plugins between ports. You will + have to rebuild the gstreamer-plugins-good port after upgrading. + + Portupgrade users: + # portupgrade -a + # portupgrade -f gstreamer-plugins-good + + Portmaster users: + # portmaster -a + # portmaster gstreamer-plugins-good + +20080323: + AFFECTS: All GNOME users and ports depend on gnomehier + AUTHOR: gnome@FreeBSD.org + + GNOME has been updated to 2.22.0. You have to deinstall a few ports first + before using portupgrade or portmaster in order to successfully upgrade + your GNOME installation. + + Portupgrade users: + # pkgdb -Ff + # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\* + # portupgrade -aOW + + Portmaster users: + # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \ + gnome-keyring-manager\* + # portmaster -a + 20080318: AFFECTS: users of audio/gnump3d AUTHOR: jadawin@FreeBSD.org |