aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-07-31 14:53:14 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-07-31 14:53:14 +0000
commit4be8bb544616de7d462b908e44f33209d8933e2e (patch)
tree6f2a1616ff26c1639c562490a6f0b42d640e9bec /UPDATING
parentf34624ebc7f84b4a6fd68e66c6683c603f7168bc (diff)
downloadports-4be8bb544616de7d462b908e44f33209d8933e2e.tar.gz
ports-4be8bb544616de7d462b908e44f33209d8933e2e.zip
Fix some typos, make the upgrade instructions more clear.
Submitted by: wblock@
Notes
Notes: svn path=/head/; revision=324058
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 10 insertions, 12 deletions
diff --git a/UPDATING b/UPDATING
index 7675fcde2869..943de3967059 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,24 +11,22 @@ you update your ports collection, before attempting any port upgrades.
The devel/gio-fam-backend port was removed in the glib 2.36 update.
Since the gio-fam-backend port was used in USE_GNOME=glib20, all
- dependencies need to rebuilt. The removal of gio-fam-backend isn't critical,
- glib20 using programs should work just fine if the port is still installed.
- It is not clear however, if glib20 will use the new kqueue backend or the old
- fam backend.
+ dependencies need to be rebuilt. The removal of gio-fam-backend isn't
+ critical, glib20 using programs should work just fine if the port is still
+ installed. It is not clear however, if glib20 will use the new kqueue
+ backend or the old fam backend.
Note that users of pkg packages can just run the pkg delete command after
- there next update.
+ their next update.
# portmaster -f gio-fam-backend
- or
- # portupgrade -rf gio-fam-backend
-
- # pkg delete gio-fam-backend
- or
- # pkg_delete gio-fam-backend
-
+ # pkg_delete gio-fam-backend (for pkgng: pkg delete gio-fam-backend)
# portmaster -a
+
or
+
+ # portupgrade -rf gio-fam-backend
+ # pkg_delete gio-fam-backend (for pkgng: pkg delete gio-fam-backend)
# portupgrade -a
20130726: