aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-21 04:00:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-21 04:00:11 +0000
commitd45e2611e919d263ef362eb1eb90b8ce40bd9db5 (patch)
tree4af946231a89caf77e8802deeaf049b454a53b3f /UPDATING
parentab241515e132362179e11d3c736461267788451f (diff)
downloadports-d45e2611e919d263ef362eb1eb90b8ce40bd9db5.tar.gz
ports-d45e2611e919d263ef362eb1eb90b8ce40bd9db5.zip
- Update to 2.0
PR: ports/74112 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Notes
Notes: svn path=/head/; revision=122059
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 078be960cf99..7b0d78a1a44a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20041121:
+ AFFECTS: users of news/rawdog
+ AUTHOR: tim@bishnet.net
+
+ Rawdog 2.x changes the format of the state file used in 1.x. To
+ upgrade from 1.x to 2.x the rawdog author recommends the following:
+
+ cp -R ~/.rawdog ~/.rawdog-old
+ rm ~/.rawdog/state
+ rawdog -u
+ rawdog --upgrade ~/.rawdog-old ~/.rawdog
+ rawdog -w
+
+ Once you're happy with the new version:
+ rm -r ~/.rawdog-old
+
20041118:
AFFECTS: users of sysutils/portupgrade
AUTHOR: lofi@freebsd.org