[Lunar-commits] <moonbase> xboard: version bumped to 4.4.0.
Florin Braescu
florin at lunar-linux.org
Sun Sep 6 18:50:40 CEST 2009
commit cc08897783b64e9e19f8a2565819ea1f48ee7470
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 6 19:50:40 2009 +0300
xboard: version bumped to 4.4.0.
Neaw features added and bugfixes.
---
games/xboard/BUILD | 13 +++++++------
games/xboard/DETAILS | 8 ++++----
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/games/xboard/BUILD b/games/xboard/BUILD
index 573d93a..e7cb4bc 100644
--- a/games/xboard/BUILD
+++ b/games/xboard/BUILD
@@ -1,11 +1,12 @@
(
- ./configure --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --bindir=/usr/games \
- --mandir=/usr/share/man &&
+ ./autogen.sh &&
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --bindir=/usr/games \
+ --mandir=/usr/share/man &&
default_make
diff --git a/games/xboard/DETAILS b/games/xboard/DETAILS
index 310e6e6..d9fa871 100644
--- a/games/xboard/DETAILS
+++ b/games/xboard/DETAILS
@@ -1,11 +1,11 @@
MODULE=xboard
- VERSION=4.2.7
+ VERSION=4.4.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$GNU_URL/$MODULE/
- SOURCE_VFY=md5:b70ad8ff7569975302c5fb402d5eea32
+ SOURCE_URL=$GNU_URL/$MODULE
+ SOURCE_VFY=sha1:20a582926a4c91efdc21595b9fb7e9dc674e8141
WEB_SITE=http://www.tim-mann.org/xboard.html
ENTERED=20020428
- UPDATED=20031130
+ UPDATED=20090906
SHORT="A graphical user interface for chess"
cat << EOF
More information about the Lunar-commits
mailing list