diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-05 11:23:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-05 11:23:56 +0000 |
commit | d6d410c4d7f959ee1efe0b7c46e9a1c897af4ec2 (patch) | |
tree | 0714275d76ff1b4a72f236de4b8981d8ad8c59b2 /games/gnome-games/Makefile | |
parent | 3ba8ddb46d95d9c61aecd3868421e6a119d237cf (diff) | |
download | pkgsrc-d6d410c4d7f959ee1efe0b7c46e9a1c897af4ec2.tar.gz |
Update to 2.24.1.1:
gnome-games 2.24.1.1
==================
This is an unscheduled bugfix release. It most importantly fixes two regressions
in sudoku and gnotravex.
Gnometris:
- Correct page_size for spinbutton (Thomas H.P. Andersen)
Gnotravex:
- Fix regression where starting a new game from the high score dialog does
not work. (Robert Ancell)
Sudoku:
- Don't crash on pre 2.24 savegames (Zhang Sen)
- Disallow using ctrl+a when the game is already won (Zhang Sen)
Translations:
- de: Mario Blättermann, Hendrik Richter
- gl: Ignacio Casal Quinteiro
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 7320bacfc80..6a550feeef9 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2008/10/25 01:52:25 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2008/11/05 11:23:56 wiz Exp $ -DISTNAME= gnome-games-2.24.1 +DISTNAME= gnome-games-2.24.1.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/2.24/} EXTRACT_SUFX= .tar.bz2 |