New commits:
commit d3dd4d35ddf314fbe3f11987211e80cc21429248
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
commit f398ace23b0370ab5c56d890aa5019f2fab80700
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
mesalib: Latest development is 7.11.1
Spell "development" correctly (and match PREPARE)
llvm is required to build at least r300 Gallium drivers in 7.11
No X11R6 mentioned in Makefiles and no Makefile.template
for dri driver for 7.11.
commit 2b5afd9edec1d82f5ca5b0251b0c166251fab9e4
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
ffmpeg 0.7.8, SECURITY_PATCH=9
commit 10da669c812eb3b5cb6ea93a962598e2b9a023d6
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
linux 3.1.2
commit 81bc90e0524e972af763c8bc4329a39292489bdf
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
htop 1.0
commit b7b9a6ac9c189387a88fbcc32d8a09feb04e9695
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
mongodb: => 2.0.1
commit 8cdf432975e79e8915d27ccf3d4978dd7e4fd9c1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
scons: => 2.1.0
commit be9d9500d6f66adcc3421e0928473351cbcd1b5c
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
binutils 2.22
commit c4b09c268c705e7f0c75fe6efa2312b53a7fa1c8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
mesalib: Remove old 7.8.2 sig
diff --git a/database/mongodb/DETAILS b/database/mongodb/DETAILS
index a395948..85dcc85 100755
--- a/database/mongodb/DETAILS
+++ b/database/mongodb/DETAILS
@@ -1,8 +1,8 @@
SPELL=mongodb
- VERSION=2.0.0
+ VERSION=2.0.1
SOURCE=$SPELL-src-r$VERSION.tar.gz
SOURCE_URL[0]=http://downloads.mongodb.org/src/$SOURCE
-
SOURCE_HASH=sha512:51d8d13c64a37c8b0a51682cd387f8cea7f8e037fbf3f5ff403cb6b615d6e9335fc9e3cd6d3ad1f229cf558a12c39069991b2f3951ef214e82ef4e1522d8e9eb
+
SOURCE_HASH=sha512:a95f28646ce502247d69c79e6f00411f7b3ec130d298794a0f8695e7fb4c91f522e5b61e0fd1fe796baaa44572dd925f1547b8922210ca32c9e594788e746ce6
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 de57dbb..75faa92 100644
--- a/database/mongodb/HISTORY
+++ b/database/mongodb/HISTORY
@@ -1,3 +1,8 @@
+2011-11-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.1
+ * PRE_BUILD: removed dirty hacks
+ * jsscan.patch: trashed, fixed by newer scons
+
2011-09-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.0.0
* DEPENDS: added optional dependencies, spidermonkey is included in
diff --git a/database/mongodb/PRE_BUILD b/database/mongodb/PRE_BUILD
index bf67a0f..3888f4e 100755
--- a/database/mongodb/PRE_BUILD
+++ b/database/mongodb/PRE_BUILD
@@ -1,6 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&