diff options
author | markd <markd@pkgsrc.org> | 2003-07-30 14:39:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-07-30 14:39:47 +0000 |
commit | 041f091789278d517b6990c351705d1a5b30ca74 (patch) | |
tree | 04970bc247a037f5c70b34ca12b5ac6da2cfc55b /games/kdegames3 | |
parent | 8896c06ae4d667898258da228d7e759fa1f53354 (diff) | |
download | pkgsrc-041f091789278d517b6990c351705d1a5b30ca74.tar.gz |
Update kdegames to 3.1.3.
Changes:
* kbattleship: Improve IA, fix winner checking order
* atlantik: core management fixes (Rob Kaper)
* atlantik: do not just delete players, also remove portfolios when resetting
core (Rob Kaper)
* atlantik: don't show money in portfolio when not in game (Rob Kaper)
* atlantik: Fix multiple close button problem (Rob Kaper)
* atlantik: Fix user sorting (Rob Kaper)
* atlantik: Don't tell client that the game has started when it has not (Rob Kaper)
* kolf: fixing the two most long-standing bugs (Jason Katz-Brown)
* kmahjongg: Selected tiel not highlighted when hit is being displayed
* kmahjongg: Correct alignment of column headings in highscore dialog.
* kpat: Fix "is game lost?" check
* kpat: move cards toger for 40 & 8
* kmahjongg: Fix bug: i18n names aren't displayed correctly in highscores
* konquest: Allow 10 players, not just 5.
* konquest: Fix prompting prolem when first player is eliminated during run
Diffstat (limited to 'games/kdegames3')
-rw-r--r-- | games/kdegames3/Makefile | 11 | ||||
-rw-r--r-- | games/kdegames3/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index cc3f0c32e0a..b79ffc992b4 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.15 2003/07/13 13:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/30 14:39:47 markd Exp $ -DISTNAME= kdegames-3.1.2 -PKGREVISION= 1 +DISTNAME= kdegames-3.1.3 CATEGORIES= games COMMENT= Games for the KDE integrated X11 desktop -.include "../../x11/kde3/Makefile.kde3" +.include "../../meta-pkgs/kde3/Makefile.kde3" USE_BUILDLINK2= YES FOO_MAIN_FILES= \ kbackgammon/kbackgammon_main.cpp -.include "../../x11/kde3/Makefile.foo_main" +.include "../../meta-pkgs/kde3/Makefile.foo_main" -.include "../../x11/kde3/buildlink2.mk" +.include "../../meta-pkgs/kde3/buildlink2.mk" .include "../../x11/kdebase3/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/kdegames3/distinfo b/games/kdegames3/distinfo index a5bcec5d3dc..91afc15efc9 100644 --- a/games/kdegames3/distinfo +++ b/games/kdegames3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2003/05/22 03:02:23 markd Exp $ +$NetBSD: distinfo,v 1.10 2003/07/30 14:39:47 markd Exp $ -SHA1 (kdegames-3.1.2.tar.bz2) = 0a35b2aa48ee401a6de9f0cf2db0de0186f2cfcb -Size (kdegames-3.1.2.tar.bz2) = 8486428 bytes +SHA1 (kdegames-3.1.3.tar.bz2) = f44e879e14b83aea1cc45e7473a72d3d49d3ae28 +Size (kdegames-3.1.3.tar.bz2) = 8501085 bytes |