diff options
Diffstat (limited to 'MC-UPDATING')
-rw-r--r-- | MC-UPDATING | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/MC-UPDATING b/MC-UPDATING index 1e6f97668..6232b2c0e 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.3 2007/10/19 13:22:38 marcus Exp $ +# $MCom: ports/MC-UPDATING,v 1.4 2007/10/25 03:39:20 marcus Exp $ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, @@ -7,3 +7,19 @@ but sometimes 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. + +20080102: + AFFECTS: All GNOME users and ports depend on gnomehier + AUTHOR: gnome@FreeBSD.org + + GNOME has been updated to 2.21.x. You have to deinstall totem first before + use portupgrade or portmaster to upgrade your installed GNOME 2.20.x. + + Portupgrade users: + # pkg_delete -f totem\* + # pkgdb -Ff + # portupgrade -a + + Portmaster users: + # pkg_delete -f totem\* + # portmaster -a |