diff options
author | wiz <wiz@pkgsrc.org> | 2008-06-21 16:27:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-06-21 16:27:09 +0000 |
commit | c9f8db0c95b2a1cdc0689027be71bb6603cb1b9a (patch) | |
tree | 13bf9ecc42cec0c3d29cce9119b9ab3b939720b4 /games/gbrainy/Makefile | |
parent | b0b003de7fd3a1c1e83ddd4622aaa3f651ba49f4 (diff) | |
download | pkgsrc-c9f8db0c95b2a1cdc0689027be71bb6603cb1b9a.tar.gz |
Update to 0.70:
Version 0.7
* 8 new puzzles
* License included in the about box
* The drawing area is now square and the application resizes better
* Better score feedback
* Player's history
* Preferences persistence
* Better game selection
* Bug fixes
Diffstat (limited to 'games/gbrainy/Makefile')
-rw-r--r-- | games/gbrainy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 79f2930f1a2..8176156b94a 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/06/20 01:09:19 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/21 16:27:09 wiz Exp $ # -DISTNAME= gbrainy-0.60 -PKGREVISION= 2 +DISTNAME= gbrainy-0.70 CATEGORIES= games MASTER_SITES= http://www.softcatala.org/~jmas/gbrainy/ |