diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 04:00:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 04:00:11 +0000 |
commit | d45e2611e919d263ef362eb1eb90b8ce40bd9db5 (patch) | |
tree | 4af946231a89caf77e8802deeaf049b454a53b3f /UPDATING | |
parent | ab241515e132362179e11d3c736461267788451f (diff) | |
download | ports-d45e2611e919d263ef362eb1eb90b8ce40bd9db5.tar.gz ports-d45e2611e919d263ef362eb1eb90b8ce40bd9db5.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |