aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-07-25 22:24:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-07-25 22:24:14 +0000
commit606c1dd0d16317ecb9df3f26d41a620ec98fcaf7 (patch)
treea60d9a519c734218ff315517d4045e4e31363377 /UPDATING
parentde2038ba7bed2e074f061a90d34e2752d8b6ce58 (diff)
downloadports-606c1dd0d16317ecb9df3f26d41a620ec98fcaf7.tar.gz
ports-606c1dd0d16317ecb9df3f26d41a620ec98fcaf7.zip
Update shared-mime-info to 0.51, and remove conflicts with x11-fm/nautilus.
Add an UPDATING entry on how to properly perform this upgrade.
Notes
Notes: svn path=/head/; revision=217512
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 378c082953f6..8bfb0c9222ea 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,17 @@ time you update your ports collection, before attempting any port
upgrades.
20080725:
+ AFFECTS: users of x11-fm/nautilus and misc/shared-mime-info
+ Author: gnome@FreeBSD.org
+
+ In order to properly update x11-fm/nautilus and
+ misc/shared-mime-info, do the following using portupgrade:
+
+# pkg_deinstall -fO nautilus
+# portupgrade shared-mime-info
+# portinstall -O nautilus
+
+20080725:
AFFECTS: users of www/ojs2
Author: Greg Larkin <glarkin@FreeBSD.org>