diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-13 01:42:01 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-13 01:42:01 +0800 |
commit | f1dec62a3f43d430a0508091f586cfb7795e9bd1 (patch) | |
tree | c20add89039b631f896c8fa8cd0271e82ffe6ba8 /MC-UPDATING | |
parent | 5f952bce1492afed7f22caa87dedd07979a14646 (diff) | |
download | marcuscom-ports-f1dec62a3f43d430a0508091f586cfb7795e9bd1.tar marcuscom-ports-f1dec62a3f43d430a0508091f586cfb7795e9bd1.tar.gz marcuscom-ports-f1dec62a3f43d430a0508091f586cfb7795e9bd1.tar.bz2 marcuscom-ports-f1dec62a3f43d430a0508091f586cfb7795e9bd1.tar.lz marcuscom-ports-f1dec62a3f43d430a0508091f586cfb7795e9bd1.tar.xz marcuscom-ports-f1dec62a3f43d430a0508091f586cfb7795e9bd1.tar.zst marcuscom-ports-f1dec62a3f43d430a0508091f586cfb7795e9bd1.zip |
Turn three lines of pkg_delete into a line. I am going to start the upgrade
test of GNOME 2.20.x to 2.22.x with portmaster soon.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10718 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'MC-UPDATING')
-rw-r--r-- | MC-UPDATING | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/MC-UPDATING b/MC-UPDATING index 182cf3a67..c788a77a9 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.8 2008/02/21 16:56:52 kwm Exp $ +# $MCom: ports/MC-UPDATING,v 1.9 2008/02/24 21:43:31 mezz Exp $ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, @@ -32,14 +32,10 @@ upgrades. GNOME 2.20.x. Portupgrade users: - # pkg_delete -f gnome-applets\* - # pkg_delete -f totem\* - # pkg_delete -f gnome-control-center\* + # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* # pkgdb -Ff # portupgrade -a Portmaster users: - # pkg_delete -f gnome-applets\* - # pkg_delete -f totem\* - # pkg_delete -f gnome-control-center\* + # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* # portmaster -a |