diff options
author | edwin <edwin@FreeBSD.org> | 2009-03-16 00:21:24 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-03-16 00:21:24 +0000 |
commit | 1196b78fe81fee72a8f8c776a540067383d05568 (patch) | |
tree | 331d87df6e0c56ed21b3fcda18db7153d94eb435 /UPDATING | |
parent | b16754d03d7ea7a95a44f901d888eb2e60a8fc21 (diff) | |
download | FreeBSD-ports-1196b78fe81fee72a8f8c776a540067383d05568.zip FreeBSD-ports-1196b78fe81fee72a8f8c776a540067383d05568.tar.gz |
Cover the upgrade of sysutils/lire
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 |