Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (91b5be525764ee66ed499fe765a436b087170950)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (91b5be525764ee66ed499fe765a436b087170950)
  • Date: Wed, 7 Jan 2015 01:08:55 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/tinyxml/DETAILS | 6 +++---
libs/tinyxml/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 91b5be525764ee66ed499fe765a436b087170950
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tinyxml: Fix VERSION

diff --git a/libs/tinyxml/DETAILS b/libs/tinyxml/DETAILS
index 9886e94..877cf20 100755
--- a/libs/tinyxml/DETAILS
+++ b/libs/tinyxml/DETAILS
@@ -1,7 +1,7 @@
SPELL=tinyxml
- VERSION=2_6_2
- SOURCE="${SPELL}_${VERSION}.tar.gz"
-
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION//_/.}/${SOURCE}
+ VERSION=2.6.2
+ SOURCE="${SPELL}_${VERSION//./_}.tar.gz"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}

SOURCE_HASH=sha512:133b5db06131a90ad0c2b39b0063f1c8e65e67288a7e5d67e1f7d9ba32af10dc5dfa0462f9723985ee27debe8f09a10a25d4b5a5aaff2ede979b1cebe8e59d56
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://sourceforge.net/projects/tinyxml/";
diff --git a/libs/tinyxml/HISTORY b/libs/tinyxml/HISTORY
index fb90923..c8f5095 100644
--- a/libs/tinyxml/HISTORY
+++ b/libs/tinyxml/HISTORY
@@ -1,3 +1,6 @@
+2015-01-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed VERSION
+
2013-10-26 Jeremy Blosser <jblosser AT sourcemage.org>
* CONFIGURE, PRE_BUILD: allow building with STL support




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (91b5be525764ee66ed499fe765a436b087170950), Ismael Luceno, 01/07/2015

Archive powered by MHonArc 2.6.24.

Top of Page