[SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (11d9677e9cdf77895ad927b64cd7db3d29ded0a5)

Jaka Kranjc scm at sourcemage.org
Wed Nov 14 17:06:14 EST 2007


GIT changes to master games grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 games-strategy-tbs/wesnoth/DETAILS |    4 ++--
 games-strategy-tbs/wesnoth/HISTORY |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 11d9677e9cdf77895ad927b64cd7db3d29ded0a5
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    wesnoth: quill compatibility
    the xdelta support was making it nonstandard, but easy to fix

diff --git a/games-strategy-tbs/wesnoth/DETAILS b/games-strategy-tbs/wesnoth/DETAILS
index bf82bcb..6434151 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,12 +1,12 @@
            SPELL=wesnoth
   if [[ ${WESNOTH_DEVEL} == y ]]; then
          VERSION=1.3.10
-     OLD_VERSION=1.3.9
+     OLD_VERSION=${OLD_VERSION:-1.3.9}
      # this is always the hash for the $VERSION tarball
      SOURCE_HASH=sha512:1de64f28675ceef0488c928b0920fb128abe8b3f0e310bde390bccf2488dbb84551699008e08deb9fad96696dbfaa05a3577cc2a41d3069554efed44595044d8
   else
          VERSION=1.2.7
-     OLD_VERSION=1.2.6
+     OLD_VERSION=${OLD_VERSION:-1.2.6}
      SOURCE_HASH=sha512:99c84020dfb03851983a89e4628b80b4a43134073b8d7a8c94da0778e99731bfb0ca91479b6e07f3cc62080c905345c9eeaec1c6265315c0fd23ea428efbddc2
   fi
           SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/games-strategy-tbs/wesnoth/HISTORY b/games-strategy-tbs/wesnoth/HISTORY
index 368b2fb..19cfeea 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,7 @@
+2007-11-14 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* DETAILS: made OLD_VERSION overwritable - now wesnoth should be updatable
+	  via quill again. Just specify the new OLD_VERSION besides WESNOTH_DEVEL
+
 2007-11-10 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated WESNOTH_DEVEL=y to 1.3.10
 



More information about the SM-Commit mailing list