diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2009-03-16 00:21:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2009-03-16 00:21:24 +0000 |
commit | 9647e1ae7bf63ffdf0ea72d83a43eb6c347e686b (patch) | |
tree | 57fc8c4164de234bf07ea82848b97c12e3b47a3a /UPDATING | |
parent | 9eb07a44eb0e8b2880f933210ff322b537845e63 (diff) | |
download | ports-9647e1ae7bf63ffdf0ea72d83a43eb6c347e686b.tar.gz ports-9647e1ae7bf63ffdf0ea72d83a43eb6c347e686b.zip |
Cover the upgrade of sysutils/lire
Notes
Notes:
svn path=/head/; revision=230179
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090316: + AFFECTS: users of sysutils/lire + AUTHOR: edwin@FreeBSD.org + + Lire now requires DBD::SQLite, which uses SQLite 3.0. + This means that the Lire database format has changed. If you have + one or more old lire stores, you will need to convert each of + them from SQLite2 format to SQLite3 format, like this: + $ sqlite oldstore.db .dump | sqlite3 newstore.db + This assumes that you have both sqlite2 and sqlite3 installed on + your system, and that the names of the command line interface for + the old and new version are sqlite and sqlite3 respectively (this + is at least correct for Fedora). + 20090310: AFFECTS: users of multimedia/mythtv AUTHOR: glarkin@FreeBSD.org |