aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-30 00:51:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-30 00:51:26 +0000
commita413fd40b3f149aed4c790ba6807eaffaf52774f (patch)
tree57799f9a2dc57075e2bd93207588e3c9821936e5 /UPDATING
parenta4de2db8459b38db376e333ca1c5f617dc4bb301 (diff)
downloadports-a413fd40b3f149aed4c790ba6807eaffaf52774f.tar.gz
ports-a413fd40b3f149aed4c790ba6807eaffaf52774f.zip
Add an entry for the GNOME 2.14 update.
Notes
Notes: svn path=/head/; revision=160867
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3daf2f3fec94..00b5d17fc5c2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20060429:
+ AFFECTS: All GNOME users
+ AUTHOR: gnome@FreeBSD.org
+
+ GNOME has been updated to 2.14. This new release does NOT require the
+ use of the gnome_upgrade.sh script. That script should not be used.
+ Instead, use the following simple recipe:
+
+pkgdb -Ff
+portupgrade -f howl -o net/avahi
+portupgrade -f xscreensaver-gnome -o x11/gnome-screensaver
+portupgrade -a
+
20060425:
AFFECTS: Users of net-im/ejabberd
AUTHOR: shaun@inerd.com