diff options
author | tg <tg@FreeBSD.org> | 2005-05-11 19:06:08 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2005-05-11 19:06:08 +0800 |
commit | 7e9756663ee91f61e896ac8468857e4e2b6f17ee (patch) | |
tree | 15a212736170c8ac0c98d69f738c372a4dc17195 /games/freedoko | |
parent | cf3e2a85c47ae3bd9496ff1892ba8b9da11416a2 (diff) | |
download | freebsd-ports-gnome-7e9756663ee91f61e896ac8468857e4e2b6f17ee.tar.gz freebsd-ports-gnome-7e9756663ee91f61e896ac8468857e4e2b6f17ee.tar.zst freebsd-ports-gnome-7e9756663ee91f61e896ac8468857e4e2b6f17ee.zip |
Upgrade to 0.6.8.
Diffstat (limited to 'games/freedoko')
-rw-r--r-- | games/freedoko/Makefile | 3 | ||||
-rw-r--r-- | games/freedoko/distinfo | 4 | ||||
-rw-r--r-- | games/freedoko/files/patch-constants.h | 12 | ||||
-rw-r--r-- | games/freedoko/pkg-plist | 19 |
4 files changed, 33 insertions, 5 deletions
diff --git a/games/freedoko/Makefile b/games/freedoko/Makefile index dfdc8618fd49..7eeaf8252bb6 100644 --- a/games/freedoko/Makefile +++ b/games/freedoko/Makefile @@ -6,8 +6,7 @@ # PORTNAME= freedoko -PORTVERSION= 0.6.7b -PORTREVISION= 1 +PORTVERSION= 0.6.8 #PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/games/freedoko/distinfo b/games/freedoko/distinfo index c0a189913fc0..9634d01f4a16 100644 --- a/games/freedoko/distinfo +++ b/games/freedoko/distinfo @@ -1,2 +1,2 @@ -MD5 (FreeDoko_0.6.7b.src.zip) = f84d24e28b54f2c2492bf858bab4a737 -SIZE (FreeDoko_0.6.7b.src.zip) = 3235074 +MD5 (FreeDoko_0.6.8.src.zip) = 818401eb89d0e8c29be80aeb95793acd +SIZE (FreeDoko_0.6.8.src.zip) = 5995795 diff --git a/games/freedoko/files/patch-constants.h b/games/freedoko/files/patch-constants.h new file mode 100644 index 000000000000..e489bcef986e --- /dev/null +++ b/games/freedoko/files/patch-constants.h @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- constants.h~ Mon Apr 11 09:20:09 2005 ++++ constants.h Tue May 10 18:26:28 2005 +@@ -43,6 +43,7 @@ + #include <fstream>
+ #include <sstream>
+ #include <algorithm>
++#include <cmath>
+
+ using std::cout;
+ using std::cerr;
diff --git a/games/freedoko/pkg-plist b/games/freedoko/pkg-plist index 752b0c2a0bf5..6fa34d929e29 100644 --- a/games/freedoko/pkg-plist +++ b/games/freedoko/pkg-plist @@ -95,6 +95,7 @@ bin/FreeDoko %%DATADIR%%/translations/de/text.basistypes %%DATADIR%%/translations/de/text.bug_report %%DATADIR%%/translations/de/text.cards +%%DATADIR%%/translations/de/text.chat %%DATADIR%%/translations/de/text.gtkmm.menu %%DATADIR%%/translations/de/text.gui %%DATADIR%%/translations/de/text.help @@ -107,6 +108,7 @@ bin/FreeDoko %%DATADIR%%/translations/en/text.basistypes %%DATADIR%%/translations/en/text.bug_report %%DATADIR%%/translations/en/text.cards +%%DATADIR%%/translations/en/text.chat %%DATADIR%%/translations/en/text.gtkmm.menu %%DATADIR%%/translations/en/text.gui %%DATADIR%%/translations/en/text.help @@ -177,10 +179,25 @@ bin/FreeDoko %%DOCSDIR%%/manual/de/operation/index.html %%DOCSDIR%%/manual/de/operation/interface.html %%DOCSDIR%%/manual/de/operation/keys.html +%%DOCSDIR%%/manual/de/operation/last_trick.html +%%DOCSDIR%%/manual/de/operation/menu.html %%DOCSDIR%%/manual/de/operation/overview.html +%%DOCSDIR%%/manual/de/operation/party_finished.html +%%DOCSDIR%%/manual/de/operation/party_points.html %%DOCSDIR%%/manual/de/operation/party_settings.html +%%DOCSDIR%%/manual/de/operation/pictures/about.png +%%DOCSDIR%%/manual/de/operation/pictures/cardset_license.png +%%DOCSDIR%%/manual/de/operation/pictures/changelog.png +%%DOCSDIR%%/manual/de/operation/pictures/full_trick.png +%%DOCSDIR%%/manual/de/operation/pictures/generate_error.png +%%DOCSDIR%%/manual/de/operation/pictures/last_trick.png +%%DOCSDIR%%/manual/de/operation/pictures/license.png +%%DOCSDIR%%/manual/de/operation/pictures/main_window.game.png +%%DOCSDIR%%/manual/de/operation/pictures/main_window.game.small.png +%%DOCSDIR%%/manual/de/operation/pictures/main_window.start.png +%%DOCSDIR%%/manual/de/operation/pictures/party_points.png +%%DOCSDIR%%/manual/de/operation/pictures/reservation.solo.png %%DOCSDIR%%/manual/de/operation/pictures/bug_report.png -%%DOCSDIR%%/manual/de/operation/pictures/main_window.png %%DOCSDIR%%/manual/de/operation/pictures/party_settings.png %%DOCSDIR%%/manual/de/operation/pictures/player_config.png %%DOCSDIR%%/manual/de/operation/pictures/reservation.png |