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

George Sherwood scm at sourcemage.org
Mon Jun 15 08:51:40 EDT 2009


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



More information about the SM-Commit mailing list