aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--games/mkgichessclub/Makefile2
-rw-r--r--games/mkgichessclub/distinfo6
-rw-r--r--games/mkgichessclub/files/pkg-message.in17
-rw-r--r--games/mkgichessclub/pkg-plist14
4 files changed, 27 insertions, 12 deletions
diff --git a/games/mkgichessclub/Makefile b/games/mkgichessclub/Makefile
index 83f80d1ed49a..ab698dbdb86c 100644
--- a/games/mkgichessclub/Makefile
+++ b/games/mkgichessclub/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mkgichessclub
-PORTVERSION= 2.1.0
+PORTVERSION= 2.2.0
#PORTREVISION= 0
CATEGORIES= games
MASTER_SITES= SF
diff --git a/games/mkgichessclub/distinfo b/games/mkgichessclub/distinfo
index a26ca6c64fb5..bb1034d304c1 100644
--- a/games/mkgichessclub/distinfo
+++ b/games/mkgichessclub/distinfo
@@ -1,3 +1,3 @@
-MD5 (MKGIChessClub-2.1.0.tar.gz) = e844e026abf3ff05f875593234e39776
-SHA256 (MKGIChessClub-2.1.0.tar.gz) = 75de9539b1f0809ae71a7f02e6bc6a59a2e81ef3b611a69cf12d518891eb3897
-SIZE (MKGIChessClub-2.1.0.tar.gz) = 510388
+MD5 (MKGIChessClub-2.2.0.tar.gz) = f974a185f8b4db6311547fc6c915261f
+SHA256 (MKGIChessClub-2.2.0.tar.gz) = 61326d8983a280913c68cb090133f8c2bf6dc9c535193214448b12e24d958844
+SIZE (MKGIChessClub-2.2.0.tar.gz) = 510129
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.
+
+======================================================================
diff --git a/games/mkgichessclub/pkg-plist b/games/mkgichessclub/pkg-plist
index 3631b6aa0748..1e9f882f6c31 100644
--- a/games/mkgichessclub/pkg-plist
+++ b/games/mkgichessclub/pkg-plist
@@ -2,6 +2,7 @@
%%PORTDOCS%%%%DOCSDIR%%/README.INSTALL
%%DATADIR%%/create_database.sql
%%DATADIR%%/db_migrate_1.5_to_1.6.sql
+%%DATADIR%%/db_migrate_2.1_to_2.2.sql
%%DATADIR%%/insert_initial_data.sql
%%WWWDIR%%/admin_flag_active_players.php
%%WWWDIR%%/admin_notification.php
@@ -108,6 +109,7 @@
%%WWWDIR%%/login.php
%%WWWDIR%%/logout.php
%%WWWDIR%%/mail_ticker.php
+%%WWWDIR%%/mcc_ajax.php
%%WWWDIR%%/mcc_common.php
%%WWWDIR%%/mcc_email.php
%%WWWDIR%%/mcc_enums.php
@@ -130,11 +132,13 @@
%%WWWDIR%%/rankings.php
%%WWWDIR%%/sample_dnd.php
%%WWWDIR%%/search.php
-@dirrm %%DATADIR%%
+%%WWWDIR%%/service/gameStatus.php
%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%WWWDIR%%/css
-@dirrm %%WWWDIR%%/images/lightbox
+@dirrm %%WWWDIR%%/service
+@dirrm %%WWWDIR%%/js
@dirrm %%WWWDIR%%/images/wcg
+@dirrm %%WWWDIR%%/images/lightbox
@dirrm %%WWWDIR%%/images
-@dirrm %%WWWDIR%%/js
-@dirrmtry %%WWWDIR%%
+@dirrm %%WWWDIR%%/css
+@dirrm %%WWWDIR%%
+@dirrm %%DATADIR%%