aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-10-14 17:36:08 +0800
committerahze <ahze@FreeBSD.org>2006-10-14 17:36:08 +0800
commitc467389e6e883e53b0a0cd549615d13aec5af1ac (patch)
tree1946a7a4ba2542f2f181ac643b4d0deeb6039a36 /UPDATING
parente8d2b30bd11710f01d1a6fcb88506e6ee8309686 (diff)
downloadfreebsd-ports-gnome-c467389e6e883e53b0a0cd549615d13aec5af1ac.tar.gz
freebsd-ports-gnome-c467389e6e883e53b0a0cd549615d13aec5af1ac.tar.zst
freebsd-ports-gnome-c467389e6e883e53b0a0cd549615d13aec5af1ac.zip
- Add a note on how to upgrade to GNOME 2.16
GNOME has been updated to 2.16 and all GNOME components have been moved from X11BASE to LOCALBASE, to upgrade your GNOME desktop and applications you will need either sysutils/portupgrade or sysutils/portmanager. Portupgrade users: pkgdb -Ff portupgrade -rf glib-2\* cairo gnome-doc-utils gnome-mime-data \ gnome-audio startup-notification dbus Portmaster users: portmaster -r pkg-config\* Approved by: portmgr (marcus)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d120f6a0b6f8..4ab5301c1754 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,23 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20061014:
+ AFFECTS: All GNOME users
+ AUTHOR: gnome@FreeBSD.org
+
+ GNOME has been updated to 2.16 and all GNOME components have been
+ moved from X11BASE to LOCALBASE, to upgrade your GNOME desktop and
+ applications you will need either sysutils/portupgrade or
+ sysutils/portmanager.
+
+ Portupgrade users:
+ pkgdb -Ff
+ portupgrade -rf glib-2\* cairo gnome-doc-utils gnome-mime-data \
+ gnome-audio startup-notification dbus
+
+ Portmaster users:
+ portmaster -r pkg-config\*
+
20061010:
AFFECTS: users of devel/avr-gcc*
AUTHOR: joerg@FreeBSD.org