[Lunar-commits] <moonbase> mongodb: Added patch to fix incorrect version in tarball

Stefan Wold ratler at lunar-linux.org
Sat Mar 12 12:35:16 CET 2011


commit 1e3c204b82adf2f97959b0c62766ff739e0575a3
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sat Mar 12 12:35:16 2011 +0100

    mongodb: Added patch to fix incorrect version in tarball
---
 sql/mongodb/BUILD   |    1 +
 sql/mongodb/DETAILS |    9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sql/mongodb/BUILD b/sql/mongodb/BUILD
index 2949254..cedb3ef 100644
--- a/sql/mongodb/BUILD
+++ b/sql/mongodb/BUILD
@@ -2,6 +2,7 @@
   add_priv_user mongodb:mongodb -d /var/lib/mongodb  &&
 
   patch_it $SOURCE2 1 &&
+  patch_it $SOURCE3 1 &&
 
   scons all &&
   prepare_install &&
diff --git a/sql/mongodb/DETAILS b/sql/mongodb/DETAILS
index 9143f8f..8a4920a 100644
--- a/sql/mongodb/DETAILS
+++ b/sql/mongodb/DETAILS
@@ -2,16 +2,19 @@
          VERSION=r1.6.5
           SOURCE=$MODULE-src-$VERSION.tar.gz
          SOURCE2=$MODULE-1.6.0-fix-scons.patch
-      SOURCE_URL=http://downloads.mongodb.org/src/
+         SOURCE3=$MODULE-1.6.5-correct_version_number.patch
+      SOURCE_URL=http://downloads.mongodb.org/src
      SOURCE2_URL=$PATCH_URL
+     SOURCE3_URL=$PATCH_URL
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION
       SOURCE_VFY=sha256:5feac5302be91eea758851d28e4ad09ff4d11a28ffcb61e792ab7aeb5327a8a0
      SOURCE2_VFY=sha256:de26882ff9adcf46eb2227e185f7d880549333f0e87703cdf984cd1c4612ffd9
+     SOURCE3_VFY=sha256:84da5d6216a2b462420cf04fdb15c8fd7cb82222f50a33c5020679a04c514aa6
         WEB_SITE="http://www.mongodb.org/"
          ENTERED=20101205
-         UPDATED=20110204
+         UPDATED=20110312
            SHORT="A scalable, high-performance, key-value store, document-oriented database"
-cat << EOF
+cat <<EOF
 MongoDB bridges the gap between key-value stores (which are fast and
 highly scalable) and traditional RDBMS systems (which provide rich
 queries and deep functionality).


More information about the Lunar-commits mailing list