Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (69b729e9e8e4b45a3c5b9cd45e1006c4b6ccdaa5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (69b729e9e8e4b45a3c5b9cd45e1006c4b6ccdaa5)
  • Date: Sun, 13 Jun 2010 15:02:06 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

libs/icu/DETAILS | 4 +++-
libs/icu/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 69b729e9e8e4b45a3c5b9cd45e1006c4b6ccdaa5
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

icu: added missing SOURCE2_URL in DETAILS

diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS
index 3457468..f09ffec 100755
--- a/libs/icu/DETAILS
+++ b/libs/icu/DETAILS
@@ -11,13 +11,15 @@ fi
SPELLX=icu4c
VERSIONX=${VERSION//./_}
SOURCE=$SPELLX-$VERSIONX-src.tgz
+ SITE=http://download.icu-project.org/files

if [[ "$ICU_DOC" == 'y' ]]; then
SOURCE2_HASH=sha512:
SOURCE2=$SPELLX-${VERSIONX}-docs.zip
+ SOURCE2_URL[0]=$SITE/$SPELLX/$VX/$SOURCE2
fi
+
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL"
- SITE=http://download.icu-project.org/files
SOURCE_URL[0]=$SITE/$SPELLX/$VX/$SOURCE
WEB_SITE=http://site.icu-project.org/
LICENSE[0]=$WEB_SITE/license.jsp
diff --git a/libs/icu/HISTORY b/libs/icu/HISTORY
index 8208148..e6ebf40 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,6 @@
+2010-06-13 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: added missing SOURCE2_URL[0]
+
2010-05-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.4.1 (devel)




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (69b729e9e8e4b45a3c5b9cd45e1006c4b6ccdaa5), Robin Cook, 06/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page