New commits:
commit ce45746fe1a26a7861a8c54f56d4d5ba150898b8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
mongodb: => 1.8.2
commit 84b54cf611f6c0b24ec17bcffd5d7fce363cc9e5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
spidermonkey: => 1.8.5
commit cc93f260dbdd21157524e418c946702cbfb52a28
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
xfce4-notes-plugin: Updated to version 1.7.7
commit 17c93d07203cfa4f0de63eeb13c34d6e973d6c81
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
cronie: => 1.4.8
diff --git a/database/mongodb/DETAILS b/database/mongodb/DETAILS
index 14c20e9..c0772cb 100755
--- a/database/mongodb/DETAILS
+++ b/database/mongodb/DETAILS
@@ -1,8 +1,8 @@
SPELL=mongodb
- VERSION=1.8.1
+ VERSION=1.8.2
SOURCE=$SPELL-src-r$VERSION.tar.gz
SOURCE_URL[0]=http://downloads.mongodb.org/src/$SOURCE
-
SOURCE_HASH=sha512:6b48c33971f8729b3a85daf884e0628a402496a0a654a83ea9d9922c5afa668410336ca1b456b20f959e8719b4b3ad69c8bc165b3aa138b39a091532180232a6
+
SOURCE_HASH=sha512:0a0baca37854e4ed351daa0a1b75e3ff2a3773c66deba211e47b4c3cc9ef793c053da42f4ccf7636bc20565259bdacef8e0d8b47f3bc034f94ed88fed58be03d
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-src-r$VERSION"
LICENSE[0]=AGPL
LICENSE[1]=APACHE
diff --git a/database/mongodb/HISTORY b/database/mongodb/HISTORY
index 4a39387..d4ccdcb 100644
--- a/database/mongodb/HISTORY
+++ b/database/mongodb/HISTORY
@@ -1,5 +1,11 @@
+2011-07-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.2
+ * PRE_BUILD: apply the patch
+ * sm185.patch.bz2: added, to fix functionality with spidermonkey 1.8.5
+ * scons.patch: pass warnings
+
2011-06-05 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.1
+ * DETAILS: updated spell to 1.8.1
2011-03-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.0
diff --git a/database/mongodb/PRE_BUILD b/database/mongodb/PRE_BUILD
index 363de04..da81106 100755
--- a/database/mongodb/PRE_BUILD
+++ b/database/mongodb/PRE_BUILD
@@ -2,5 +2,6 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&