1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Fix showstopper. Bump PORTREVISION.

Obtained from:	SF bug #967508
This commit is contained in:
Thomas Gellekum 2004-06-09 11:36:22 +00:00
parent ea3a65f288
commit 76fdcf92d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111154
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= freedoko
PORTVERSION= 0.6.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= free-doko

View File

@ -0,0 +1,11 @@
--- /home/tg/.BACKUP/!home!tg!work!FreeBSD!ports!local!freedoko!work!FreeDoko_0.6.4!src!ui!gtkmm!ui.game.gameplay.cpp~ Mon May 31 16:38:45 2004
+++ ui/gtkmm/ui.game.gameplay.cpp Tue Jun 8 18:59:56 2004
@@ -175,7 +175,7 @@
}
#endif
- } while (false);
+ } while (player.hand().requested_position() == UINT_MAX);
this->main_window->menu->card_got();
this->table->card_got();