aboutsummaryrefslogtreecommitdiffstats
path: root/games/mkgichessclub/files/pkg-message.in
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2008-12-08 01:13:03 +0800
committernivit <nivit@FreeBSD.org>2008-12-08 01:13:03 +0800
commit39856f00125c43ab53be03ca7a43f8921e93dc35 (patch)
treed78c9bcdd95917d85d0df7a923ca9cca56de35e3 /games/mkgichessclub/files/pkg-message.in
parentd266778b0e39323466d3aad23dafb24ba0d141b3 (diff)
downloadfreebsd-ports-gnome-39856f00125c43ab53be03ca7a43f8921e93dc35.tar.gz
freebsd-ports-gnome-39856f00125c43ab53be03ca7a43f8921e93dc35.tar.zst
freebsd-ports-gnome-39856f00125c43ab53be03ca7a43f8921e93dc35.zip
- Update to 2.2.0
- Add a note to files/pkg-message.in about upgrading to 2.2.0
Diffstat (limited to 'games/mkgichessclub/files/pkg-message.in')
-rw-r--r--games/mkgichessclub/files/pkg-message.in17
1 files changed, 14 insertions, 3 deletions
diff --git a/games/mkgichessclub/files/pkg-message.in b/games/mkgichessclub/files/pkg-message.in
index 1db8a0293653..c13f8923e82d 100644
--- a/games/mkgichessclub/files/pkg-message.in
+++ b/games/mkgichessclub/files/pkg-message.in
@@ -1,7 +1,7 @@
======================================================================
-Minimal setup
-
+ Minimal setup
+
1. Make sure your mysql-server is running
2. Create an account and a database on the MySQL server
@@ -48,4 +48,15 @@ Minimal setup
http://localhost/mkgichessclub/
-==================================================================
+----------------------------------------------------------------------
+
+ Upgrading to 2.2.0 from version 2.1.0
+
+1. You have to alter the SQL tables with the command
+
+ mysql _mkgichessclub_ < %%DATADIR%%/db_migrate_2.1_to_2.2.sql
+
+ where _mkgichessclub_ is the database name chosen during the
+ installation of the port.
+
+======================================================================