aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 03:52:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 03:52:36 +0000
commit6f32add9a75efb180e462ffbdb0b080bc88088e3 (patch)
tree0fc7af36e22fc0dc7c1dc8aacabf6fe117e881da /UPDATING
parentb8d245fedd5842fb6d68d0bdc6539885555a84e3 (diff)
downloadports-6f32add9a75efb180e462ffbdb0b080bc88088e3.tar.gz
ports-6f32add9a75efb180e462ffbdb0b080bc88088e3.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING33
1 files changed, 33 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ea69759f7605..a77c65991c31 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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