summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorghen <ghen>2006-08-06 10:27:57 +0000
committerghen <ghen>2006-08-06 10:27:57 +0000
commitb4c676b86e2e9b79c1266ef5103fa3b56c964059 (patch)
treedaf773abd3d4576866cb8a6f7ee50a6460e0ff76 /games
parent0e0f27ef45d62c1b41c1a492c239a156c49ce3ed (diff)
downloadpkgsrc-b4c676b86e2e9b79c1266ef5103fa3b56c964059.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/Makefile15
-rw-r--r--games/grhino/distinfo9
-rw-r--r--games/grhino/patches/patch-ab12
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>