Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (f564ab4f9272c923b78000631bd624a184462157)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (f564ab4f9272c923b78000631bd624a184462157)
  • Date: Sun, 13 Jan 2008 11:58:59 -0600

GIT changes to master games grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

games-strategy-tbs/wesnoth/DEPENDS | 5 +++--
games-strategy-tbs/wesnoth/DETAILS | 6 +++---
games-strategy-tbs/wesnoth/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit f564ab4f9272c923b78000631bd624a184462157
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wesnoth: updated DEVEL to 1.3.14, pythonic tools are disabled by default,
optional

diff --git a/games-strategy-tbs/wesnoth/DEPENDS
b/games-strategy-tbs/wesnoth/DEPENDS
index 60c39af..fe267c0 100755
--- a/games-strategy-tbs/wesnoth/DEPENDS
+++ b/games-strategy-tbs/wesnoth/DEPENDS
@@ -4,8 +4,9 @@ depends sdl_mixer &&
depends sdl_net &&

if [[ $WESNOTH_DEVEL == y ]]; then
- depends python &&
- depends -sub IOSTREAMS boost
+ depends -sub IOSTREAMS boost &&
+
+ optional_depends python "--enable-python-install" "" "for Python tools"
fi &&

if [[ $WESNOTH_XDELTA == y ]]; then
diff --git a/games-strategy-tbs/wesnoth/DETAILS
b/games-strategy-tbs/wesnoth/DETAILS
index be80715..2d7542a 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,10 +1,10 @@
SPELL=wesnoth
if [[ $WESNOTH_DEVEL == y ]]; then
- VERSION=1.3.13
+ VERSION=1.3.14
SOURCE=$SPELL-$VERSION.tar.bz2
- OLD_VERSION=${OLD_VERSION:-1.3.11}
+ OLD_VERSION=${OLD_VERSION:-1.3.13}
# this is always the hash for the $VERSION tarball
-
SOURCE_HASH=sha512:a127f8d6029118efb6e516ac617f6ff53aa92b36af8ec28e2b8c33d9cbe76cecf65e78e31dd9449ea6bc6a44886cc9b7a9b056ea9f88cab319dd152165c77200
+
SOURCE_HASH=sha512:19c0093bb111fd6d006ddcc9cebee9c4c2b486e40449bc0cbfe03c6387f010ebf09c1ac06b34a7074d806264295d71ca1cbb099d2c9afb579da54d31eaf51f0c
else
VERSION=1.2.8
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/games-strategy-tbs/wesnoth/HISTORY
b/games-strategy-tbs/wesnoth/HISTORY
index 246fa72..9b4da23 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,7 @@
+2008-01-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * updated WESNOTH_DEVEL=y to 1.3.14
+ * DEPENDS: python (req => opt) in DEVEL
+
2008-01-01 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: depends -sub ftw




  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (f564ab4f9272c923b78000631bd624a184462157), Vlad Glagolev, 01/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page