aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2008-12-08 01:18:13 +0800
committernivit <nivit@FreeBSD.org>2008-12-08 01:18:13 +0800
commit451371401d1fb3b7d0f0db4113fb700400029cff (patch)
tree9c5cbffe61682dece256fa867fed41dd3cddf873 /UPDATING
parent39856f00125c43ab53be03ca7a43f8921e93dc35 (diff)
downloadfreebsd-ports-gnome-451371401d1fb3b7d0f0db4113fb700400029cff.tar.gz
freebsd-ports-gnome-451371401d1fb3b7d0f0db4113fb700400029cff.tar.zst
freebsd-ports-gnome-451371401d1fb3b7d0f0db4113fb700400029cff.zip
- Add a note about the update of games/mkgichessclub to 2.2.0
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6f9b2b1bd7af..f161911fae18 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20081207:
+ AFFECTS: users of games/mkgichessclub
+ AUTHOR: nivit@FreeBSD.org
+
+ After the update to the version 2.2.0, please, alter the SQL tables
+ with the command:
+
+ mysql _mkgichessclub_ < /usr/local/share/mkgichessclub/db_migrate_2.1_to_2.2.sql
+
+ where _mkgichessclub_ is the database name chosen during the installation
+ of the port.
+
20081205:
AFFECTS: users of net-p2p/ktorrent
AUTHOR: makc@FreeBSD.org