[115766] trunk/dports/databases/mongodb

ryandesign at macports.org ryandesign at macports.org
Fri Jan 10 14:16:59 PST 2014


Revision: 115766
          https://trac.macports.org/changeset/115766
Author:   ryandesign at macports.org
Date:     2014-01-10 14:16:59 -0800 (Fri, 10 Jan 2014)
Log Message:
-----------
mongodb: update to 2.4.9

Modified Paths:
--------------
    trunk/dports/databases/mongodb/Portfile

Removed Paths:
-------------
    trunk/dports/databases/mongodb/files/patch-src-third_party-v8-src-spaces.h.diff

Modified: trunk/dports/databases/mongodb/Portfile
===================================================================
--- trunk/dports/databases/mongodb/Portfile	2014-01-10 22:14:55 UTC (rev 115765)
+++ trunk/dports/databases/mongodb/Portfile	2014-01-10 22:16:59 UTC (rev 115766)
@@ -8,8 +8,7 @@
 
 name                mongodb
 epoch               1
-version             2.4.8
-revision            1
+version             2.4.9
 license             AGPL-3
 categories          databases
 maintainers         ryandesign
@@ -23,8 +22,8 @@
 master_sites        http://downloads.mongodb.org/src/
 distname            ${name}-src-r${version}
 
-checksums           rmd160  2febfa9e93f70929c9f4c47b3062b3b5cf2c9e02 \
-                    sha256  fd703ce5e53ddfa0cca9c7fba9a0c4cea4179d38972a98c675f45d9f15b4cfdc
+checksums           rmd160  fc83bf854feec6627dbcc531f71c6e31f1bcf30f \
+                    sha256  40755d66419a5c9f0d9909a079b092195825773ded188ded3faf07025d02600f
 
 depends_build       port:scons
 
@@ -41,8 +40,7 @@
                     patch-src-mongo-db-fts-stemmer.cpp.diff \
                     patch-src-mongo-dbtests-documentsourcetests.cpp.diff \
                     patch-src-mongo-util-compress.cpp.diff \
-                    patch-src-third_party-v8-SConscript.diff \
-                    patch-src-third_party-v8-src-spaces.h.diff
+                    patch-src-third_party-v8-SConscript.diff
 
 post-patch {
     reinplace "s|@@PREFIX@@|${prefix}|g" \

Deleted: trunk/dports/databases/mongodb/files/patch-src-third_party-v8-src-spaces.h.diff
===================================================================
--- trunk/dports/databases/mongodb/files/patch-src-third_party-v8-src-spaces.h.diff	2014-01-10 22:14:55 UTC (rev 115765)
+++ trunk/dports/databases/mongodb/files/patch-src-third_party-v8-src-spaces.h.diff	2014-01-10 22:16:59 UTC (rev 115766)
@@ -1,15 +0,0 @@
-Fix sometimes crash when mongo shell exits when it has been compiled with clang 3.3+
-https://jira.mongodb.org/browse/SERVER-11099
-https://github.com/mongodb/mongo/commit/670c981819ed1512b9f623d3879901dda606ed20
---- src/third_party/v8/src/spaces.h.orig
-+++ src/third_party/v8/src/spaces.h
-@@ -321,7 +321,8 @@ class MemoryChunk {
-   Space* owner() const {
-     if ((reinterpret_cast<intptr_t>(owner_) & kFailureTagMask) ==
-         kFailureTag) {
--      return reinterpret_cast<Space*>(owner_ - kFailureTag);
-+      return reinterpret_cast<Space*>(reinterpret_cast<intptr_t>(owner_) -
-+                                      kFailureTag);
-     } else {
-       return NULL;
-     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140110/4e8050b4/attachment-0001.html>


More information about the macports-changes mailing list