[Lunar-commits] <moonbase> angband: version bumped to 3.0.9b.

Florin Braescu florin at lunar-linux.org
Wed Aug 13 09:08:43 CEST 2008


commit 950d90809e67721aea6a4389f7246781bdbe340b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Aug 13 10:08:43 2008 +0300

    angband: version bumped to 3.0.9b.
    
    Many enhacements and improvements, bugfixes.
---
 games/angband/BUILD   |    4 ++--
 games/angband/DEPENDS |   14 +++++++++++---
 games/angband/DETAILS |   12 ++++++------
 3 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/games/angband/BUILD b/games/angband/BUILD
index 87ef6bd..b9246ce 100644
--- a/games/angband/BUILD
+++ b/games/angband/BUILD
@@ -1,7 +1,7 @@
 (
   
-  sedit "s:/games/:/:" configure    &&
-  OPTS=$OPTS" --with-setgid=games"  &&
+  sedit "s:/games/:/:" configure
+  OPTS=$OPTS" --with-setgid=games"
   default_game_build
 
 ) > $C_FIFO 2>&1                                  
diff --git a/games/angband/DEPENDS b/games/angband/DEPENDS
index 71c6a81..9f7151b 100644
--- a/games/angband/DEPENDS
+++ b/games/angband/DEPENDS
@@ -1,3 +1,11 @@
-optional_depends "gtk+" "--enable-gtk --with-x"     \
-                        "--disable-gtk --without-x" \
-                        "for lite graphical support"
+optional_depends "ncurses"  "--enable-curses"   \
+                            "--disable-curses"  \
+                            "for curses support"
+
+optional_depends "SDL"      "--enable-sdl"   \
+                            "--disable-sdl"  \
+                            "for SDL support"
+
+optional_depends "glade2"   "--enable-gtk --with-x"  \
+                            "--disable-gtk"          \
+                            "for lite graphical support"
diff --git a/games/angband/DETAILS b/games/angband/DETAILS
index 168aa24..d927e69 100644
--- a/games/angband/DETAILS
+++ b/games/angband/DETAILS
@@ -1,11 +1,11 @@
           MODULE=angband
-         VERSION=3.0.6
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=ftp://ftp.thangorodrim.net/pub/angband/Source/
-      SOURCE_VFY=sha1:53f61670f31e30ea7491933f42beacdd1fd6201c
-        WEB_SITE=http://www.thangorodrim.net/
+         VERSION=3.0.9b
+          SOURCE=$MODULE-$VERSION-src.tar.gz
+      SOURCE_URL=http://rephial.org/downloads/3.0
+      SOURCE_VFY=sha1:28debdaf1f840ed15dc76e375da64517320a9c17
+        WEB_SITE=http://www.thangorodrim.net
          ENTERED=20050524
-         UPDATED=20060109
+         UPDATED=20080813
            SHORT="A classic rogue-like game based on the books of JRR Tolkien"
 
 cat << EOF


More information about the Lunar-commits mailing list