Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d154b3e0bb5c12dd80f3e2a1cb9604905107d7f9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d154b3e0bb5c12dd80f3e2a1cb9604905107d7f9)
  • Date: Sat, 2 Dec 2006 16:37:49 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

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

New commits:
commit ab05f9aa1ea71bf846f09fc6aebf8a6ae63a729f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

fixed mpfr source urls to work again, now that current is not 2.2.0
anymore
we should update to 2.2.1, but I don't want to do that on my first
encounter with mpfr...

diff --git a/libs/mpfr/DETAILS b/libs/mpfr/DETAILS
index 27673f1..1a90f7a 100755
--- a/libs/mpfr/DETAILS
+++ b/libs/mpfr/DETAILS
@@ -3,8 +3,8 @@
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=patches #a cummulative patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.mpfr.org/mpfr-current/$SOURCE
- SOURCE2_URL[0]=http://www.mpfr.org/mpfr-current/$SOURCE2
+ SOURCE_URL[0]=http://www.mpfr.org/mpfr-$VERSION/$SOURCE
+ SOURCE2_URL[0]=http://www.mpfr.org/mpfr-$VERSION/$SOURCE2

SOURCE_HASH=sha512:e8ce29050d5b933c533a6f72771c56a93a3d3594a753b0d8fd782f40bcd57181f01ed39aa2c0015dd3edda8f9c1d94c3eba09eb897d8027ad29e8a03ebb5e2f4
SOURCE2_IGNORE=volatile
FORCE_DOWNLOAD[2]=on
diff --git a/libs/mpfr/HISTORY b/libs/mpfr/HISTORY
index 9e7f0c0..8eb4a30 100644
--- a/libs/mpfr/HISTORY
+++ b/libs/mpfr/HISTORY
@@ -1,3 +1,7 @@
+2006-12-02 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: not use mpfr-current but mpfr-$VERSION, keeps
+ url stable... on should still update to 2.2.1, though
+
2006-11-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated to 2.2.0; use a tarball and the cummulative patch
* DEPENDS: removed unneeded depends



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d154b3e0bb5c12dd80f3e2a1cb9604905107d7f9), Thomas Orgis, 12/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page