[Lunar-commits] <moonbase-other> mongodb: Version bumped to 2.2.0
Stefan Wold
ratler at lunar-linux.org
Sat Sep 8 11:16:14 CEST 2012
commit 80f3af06687a5f12746ca6f0d5bc83979a663783
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 08 Sep 2012 02:16:14 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/80f3af06687a5f12746ca6f0d5bc83979a663783
mongodb: Version bumped to 2.2.0
---
sql/mongodb/BUILD | +3/-3
sql/mongodb/DEPENDS | +1/-1
sql/mongodb/DETAILS | +5/-8
3 files changed, 9 insertions(+), 12 deletions(-)
--- a/sql/mongodb/BUILD
+++ b/sql/mongodb/BUILD
@@ -1,12 +1,12 @@
(
+ # Fix for https://jira.mongodb.org/browse/SERVER-5575
patch_it $SOURCE3 1 &&
- patch_it $SOURCE4 1 &&
add_priv_user mongodb:mongodb -d /var/lib/mongodb &&
- scons -j${MAKES:=1} --sharedclient . &&
+ scons -j${MAKES:=1} all --full &&
prepare_install &&
- scons -j${MAKES:=1} install --sharedclient --full --prefix=/usr &&
+ scons -j${MAKES:=1} install --full --prefix=/usr &&
rm -f /usr/lib/libmongoclient.a &&
--- a/sql/mongodb/DEPENDS
+++ b/sql/mongodb/DEPENDS
@@ -1,3 +1,3 @@
depends boost
depends scons
-depends readline
+depends libpcap
--- a/sql/mongodb/DETAILS
+++ b/sql/mongodb/DETAILS
@@ -1,21 +1,18 @@
MODULE=mongodb
- VERSION=2.0.6
+ VERSION=2.2.0
SOURCE=$MODULE-src-r$VERSION.tar.gz
SOURCE2=mongodb.conf-0.3
- SOURCE3=mongodb-fix-fork.patch
- SOURCE4=mongodb-fix-pcre.patch
+ SOURCE3=mongodb-2.x-SConscript.client.patch
SOURCE_URL=http://downloads.mongodb.org/src
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
- SOURCE4_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-r$VERSION
- SOURCE_VFY=sha256:a972725a7dc3d079f8070d3631956141a7fe2f422d350e6cd3288c9e19fa314e
+ SOURCE_VFY=sha256:084626e476ac747dfae143889c24a10f739cd54480af9bf253f50999f065608b
SOURCE2_VFY=sha256:29e47681c4a9325a8288e3f5c3591138f08bce36178c21a0a4b41bf4b05922dc
- SOURCE3_VFY=sha256:dc87ff83a5454c70a6d5879794702e469793e33e9ccd51b659bc188cfaf927e4
- SOURCE4_VFY=sha256:9259917a6b23638857fa7927067c68c3f612326907ca451c8622494b079729e3
+ SOURCE3_VFY=sha256:ca00fedc9f87bc3e013a2d4345fc125b22d614e111cc11c233f544940574c058
WEB_SITE=http://www.mongodb.org/
ENTERED=20101205
- UPDATED=20120704
+ UPDATED=20120908
SHORT="A scalable, high-performance, key-value store, document-oriented database"
cat << EOF
MongoDB bridges the gap between key-value stores (which are fast and
More information about the Lunar-commits
mailing list