Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (f39f8a3e425a46fdf73fdf51507f9e44e54893fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (f39f8a3e425a46fdf73fdf51507f9e44e54893fa)
  • Date: Mon, 15 Jun 2009 07:51:40 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

devel/mono/DETAILS | 12 ++++++------
devel/mono/HISTORY | 3 +++
2 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit f39f8a3e425a46fdf73fdf51507f9e44e54893fa
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

mono: Switch order of ifelse to our noraml defaults. Provides
the correct stable version on sites such as distrowatch.

diff --git a/devel/mono/DETAILS b/devel/mono/DETAILS
index 8e09348..13d6ef5 100755
--- a/devel/mono/DETAILS
+++ b/devel/mono/DETAILS
@@ -1,14 +1,14 @@
SPELL=mono
-if [[ "${MONO_TRUNK}" = 'n' ]]; then
+if [[ "${MONO_TRUNK}" = 'y' ]]; then
+ VERSION=136068
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+
SOURCE_URL=http://mono.ximian.com/monobuild/snapshot/snapshot_sources/mono/${SOURCE}
+
SOURCE_HASH=sha512:d9873736067a396acb172ecb35d5c748b49c0fd4a89469f2cf9135bd919c9be4c9656edb1ae7d2783b42c2f87cbdd28042565ee81c9cd2f77616905a74d3d75e

+else
VERSION=2.4
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL=ftp://ftp.novell.com/pub/mono/sources/${SPELL}/${SOURCE}

SOURCE_HASH=sha512:afca82fbbeab5032338a8968c6801c94d5a9842c691a1238e1b84c1264d97ebf3c7c637bf2be80859841dad57471f0fe07234178f34de8025c8c6b44604ca204
-else
- VERSION=136068
- SOURCE=${SPELL}-${VERSION}.tar.bz2
-
SOURCE_URL=http://mono.ximian.com/monobuild/snapshot/snapshot_sources/mono/${SOURCE}
-
SOURCE_HASH=sha512:d9873736067a396acb172ecb35d5c748b49c0fd4a89469f2cf9135bd919c9be4c9656edb1ae7d2783b42c2f87cbdd28042565ee81c9cd2f77616905a74d3d75e
fi
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/devel/mono/HISTORY b/devel/mono/HISTORY
index c920348..52e499c 100644
--- a/devel/mono/HISTORY
+++ b/devel/mono/HISTORY
@@ -1,3 +1,6 @@
+2009-06-15 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Switched order of ifelse
+
2009-06-14 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: added trunk snapshot for moonlight testing,
can be removed when 2.5 is available



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f39f8a3e425a46fdf73fdf51507f9e44e54893fa), George Sherwood, 06/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page