diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-06 10:27:57 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-06 10:27:57 +0000 |
commit | 1f1a6971f04a0d3272615480625c65d02dc2e898 (patch) | |
tree | daf773abd3d4576866cb8a6f7ee50a6460e0ff76 /games | |
parent | 54a2cb3e95abc5d0b923255be8dc60169877ac34 (diff) | |
download | pkgsrc-1f1a6971f04a0d3272615480625c65d02dc2e898.tar.gz |
Update grhino to 0.15.1.
Changes:
The GTP frontend was improved. Beginning a game from grhino-setup_board with
black or white as the first move is allowed, and a grhino-show_history command
was introduced. Changes from Fedora Extras 5 and NetBSD ports were merged.
Diffstat (limited to 'games')
-rw-r--r-- | games/grhino/Makefile | 15 | ||||
-rw-r--r-- | games/grhino/distinfo | 9 | ||||
-rw-r--r-- | games/grhino/patches/patch-ab | 12 |
3 files changed, 11 insertions, 25 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index ed384b1ebbb..e0bdf78638a 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.26 2006/06/21 22:59:51 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/08/06 10:27:57 ghen Exp $ # -DISTNAME= grhino-0.15.0 -PKGREVISION= 6 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rhino/} +DISTNAME= grhino-0.15.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rhino/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://rhino.sourceforge.net/ -COMMENT= Othello (Reversi) engine +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://rhino.sourceforge.net/ +COMMENT= Othello (Reversi) engine USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config msgfmt diff --git a/games/grhino/distinfo b/games/grhino/distinfo index ea24d85bfcf..8420fc61661 100644 --- a/games/grhino/distinfo +++ b/games/grhino/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.10 2006/03/28 21:41:13 joerg Exp $ +$NetBSD: distinfo,v 1.11 2006/08/06 10:27:57 ghen Exp $ -SHA1 (grhino-0.15.0.tar.gz) = 11fddcc6904a8abad417b1f982212861d2e666fb -RMD160 (grhino-0.15.0.tar.gz) = 8f1f3282409bfcb0d94ac97ba629823b01af8ddf -Size (grhino-0.15.0.tar.gz) = 1149961 bytes +SHA1 (grhino-0.15.1.tar.gz) = 73cccbc28ce460dbf5b189ab7ec671a0865c93e6 +RMD160 (grhino-0.15.1.tar.gz) = 9077c943fc35e7efac961284f6a7d59484e2290b +Size (grhino-0.15.1.tar.gz) = 1150963 bytes SHA1 (patch-aa) = b380e7141a5991c3f1a1ee1707844e927b9422ea -SHA1 (patch-ab) = e84e7fe4b6c5af92cd7a8a916c01bd583e028e54 diff --git a/games/grhino/patches/patch-ab b/games/grhino/patches/patch-ab deleted file mode 100644 index c4747472e40..00000000000 --- a/games/grhino/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2004/09/11 21:43:27 kristerw Exp $ - ---- grhino.cc.orig Sat Sep 11 23:33:02 2004 -+++ grhino.cc Sat Sep 11 23:33:22 2004 -@@ -29,6 +29,7 @@ - #include <gnome.h> - - #include <pthread.h> -+#include <locale.h> - - #include <pwd.h> - #include <sys/types.h> |