summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2009-03-16 00:21:24 +0000
committeredwin <edwin@FreeBSD.org>2009-03-16 00:21:24 +0000
commit1196b78fe81fee72a8f8c776a540067383d05568 (patch)
tree331d87df6e0c56ed21b3fcda18db7153d94eb435 /UPDATING
parentb16754d03d7ea7a95a44f901d888eb2e60a8fc21 (diff)
downloadFreeBSD-ports-1196b78fe81fee72a8f8c776a540067383d05568.zip
FreeBSD-ports-1196b78fe81fee72a8f8c776a540067383d05568.tar.gz
Cover the upgrade of sysutils/lire
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ff1edf1..37ddcf9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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
OpenPOWER on IntegriCloud