diff options
author | ahze <ahze@FreeBSD.org> | 2006-10-14 17:36:08 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-10-14 17:36:08 +0800 |
commit | c467389e6e883e53b0a0cd549615d13aec5af1ac (patch) | |
tree | 1946a7a4ba2542f2f181ac643b4d0deeb6039a36 /UPDATING | |
parent | e8d2b30bd11710f01d1a6fcb88506e6ee8309686 (diff) | |
download | freebsd-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-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |