diff options
author | wiz <wiz> | 2004-03-10 18:25:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-03-10 18:25:25 +0000 |
commit | 4b03675fb5b2d25df616ea0259a6d9a238489f9e (patch) | |
tree | 3c83672db9bd89008599ed1253e173fcc78f9b4d | |
parent | b3e189f1877ee412f572ee970afbf65b63b438d4 (diff) | |
download | pkgsrc-4b03675fb5b2d25df616ea0259a6d9a238489f9e.tar.gz |
Update to 0.9.0:
- Supports GNOME 2.
- Fix bug where game may use wrong color when game is started from
certain openings.
- Fix delay problem when animate opening is off.
- Add delay in Preferences to slow down animation.
-rw-r--r-- | games/grhino/Makefile | 9 | ||||
-rw-r--r-- | games/grhino/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 7c4b08e56dd..935b93c60b9 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:40 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/10 18:25:25 wiz Exp $ # -DISTNAME= grhino-0.8.3 -PKGREVISION= 1 +DISTNAME= grhino-0.9.0 CATEGORIES= games MASTER_SITES= http://ftp1.sourceforge.net/rhino/ @@ -10,8 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://rhino.sourceforge.net/ COMMENT= Othello (Reversi) engine -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../devel/libgnomeui/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/grhino/distinfo b/games/grhino/distinfo index 352b8d0965a..9e20ba38eaa 100644 --- a/games/grhino/distinfo +++ b/games/grhino/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/09/01 16:01:15 wiz Exp $ +$NetBSD: distinfo,v 1.4 2004/03/10 18:25:25 wiz Exp $ -SHA1 (grhino-0.8.3.tar.gz) = b8b0ad77897c0d30497d624a6446643985a1c958 -Size (grhino-0.8.3.tar.gz) = 875366 bytes +SHA1 (grhino-0.9.0.tar.gz) = f1ba17866e3230a4d3f03f5d74ca26949161c1e2 +Size (grhino-0.9.0.tar.gz) = 877180 bytes |