diff options
author | prlw1 <prlw1> | 2013-04-08 22:10:59 +0000 |
---|---|---|
committer | prlw1 <prlw1> | 2013-04-08 22:10:59 +0000 |
commit | 1e990eced9ad5bbbef4aec5732f9446fcae536ea (patch) | |
tree | b3a86bbec2c7178c5d680375d427baa146a25e7c /games/grhino/Makefile | |
parent | 24a502e66bc0c8ee96cc9d021a76cd33cf9df36c (diff) | |
download | pkgsrc-1e990eced9ad5bbbef4aec5732f9446fcae536ea.tar.gz |
Update grhino to 0.16.1:
- Fix compilation error with newer GCC versions.
- Backport changes from Debian by Vincent Legout, Martin Michlmayr.
- Fix bad interaction between edit board and preference dialog box.
- Fix bad interaction between edit board and toolbar.
- Fix midgame search when the game finishes without filling the board.
Add patch-Makefile.in to fix PR pkg/34215
Remove patch-book.cc patch-game.cc patch-log__proc.h as:
Change from Debian port by Martin Michlmayr <tbm@cyrius.com>
* book.cc, game.cc, log_proc.h: Include <cstdlib>.
Diffstat (limited to 'games/grhino/Makefile')
-rw-r--r-- | games/grhino/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 9cbddc3cd77..20c4ba4d0aa 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2013/02/16 11:21:20 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2013/04/08 22:10:59 prlw1 Exp $ # -DISTNAME= grhino-0.16.0 -PKGREVISION= 21 +DISTNAME= grhino-0.16.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rhino/} |