diff --git a/games-board/gnuchess/gnuchess-6.2.1.recipe b/games-board/gnuchess/gnuchess-6.2.2.recipe similarity index 61% rename from games-board/gnuchess/gnuchess-6.2.1.recipe rename to games-board/gnuchess/gnuchess-6.2.2.recipe index c402db329..6f3e88662 100644 --- a/games-board/gnuchess/gnuchess-6.2.1.recipe +++ b/games-board/gnuchess/gnuchess-6.2.2.recipe @@ -4,14 +4,14 @@ project. It started as a project by Stuart Cracraft and Richard Stallman in \ 1984. It is supported as an engine for a wide range of graphical frontents \ such as XBoard and glChess, but also works autonomously on the console." HOMEPAGE="https://www.gnu.org/software/chess/" -COPYRIGHT="2001-2011 Free Software Foundation, Inc." +COPYRIGHT="2001-2015 Free Software Foundation, Inc." LICENSE="GNU GPL v3" REVISION="1" -SOURCE_URI="http://ftp.gnu.org/gnu/chess/gnuchess-6.2.1.tar.gz" -CHECKSUM_SHA256="17caab725539447bcb17a14b17905242cbf287087e53a6777524feb7bbaeed06" -PATCHES="gnuchess-6.2.1.patchset" +SOURCE_URI="http://ftpmirror.gnu.org/chess/gnuchess-$portVersion.tar.gz" +CHECKSUM_SHA256="7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8" +PATCHES="gnuchess-$portVersion.patchset" -ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" +ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" gnuchess = $portVersion @@ -21,15 +21,24 @@ PROVIDES=" " REQUIRES=" haiku + lib:libintl + lib:libiconv + lib:libncurses + lib:libreadline " BUILD_REQUIRES=" haiku_devel + devel:libintl + devel:libiconv + devel:libncurses + devel:libreadline " BUILD_PREREQUIRES=" - cmd:make - cmd:gcc cmd:awk + cmd:gettext + cmd:g++ + cmd:make " BUILD() @@ -42,3 +51,8 @@ INSTALL() { make install } + +TEST() +{ + make check +} diff --git a/games-board/gnuchess/patches/gnuchess-6.2.1.patchset b/games-board/gnuchess/patches/gnuchess-6.2.2.patchset similarity index 100% rename from games-board/gnuchess/patches/gnuchess-6.2.1.patchset rename to games-board/gnuchess/patches/gnuchess-6.2.2.patchset