Skip to Content.
Sympa Menu

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

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 (bb7df307cd3aa41a5021101e5f4c648bc6f238f8)
  • Date: Sun, 4 Jan 2015 07:12:21 -0600

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

devel/swig/DETAILS | 2 +-
devel/swig/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

swig: Fix SOURCE_URL[0]

diff --git a/devel/swig/DETAILS b/devel/swig/DETAILS
index 07156df..1434319 100755
--- a/devel/swig/DETAILS
+++ b/devel/swig/DETAILS
@@ -3,7 +3,7 @@

SOURCE_HASH=sha512:511dcfb173da6c258b67021a203b7405a4a87f647a756c71a58ddf61cb4cdb5692dde21fc04a54c6e2d085ec2786ffb17c841dac17bf87c8e0da047107ff0705
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SPELL/$SPELL-$VERSION/$SOURCE
LICENSE[0]=http://www.swig.org/copyright.html
WEB_SITE=http://www.swig.org/
ENTERED=20011207
diff --git a/devel/swig/HISTORY b/devel/swig/HISTORY
index 0441ed2..d5e95c0 100644
--- a/devel/swig/HISTORY
+++ b/devel/swig/HISTORY
@@ -1,3 +1,6 @@
+2015-01-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+
2015-01-02 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 3.0.3




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

Archive powered by MHonArc 2.6.24.

Top of Page