[105531] trunk/dports/databases/mongodb/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 23 15:01:47 PDT 2013


Revision: 105531
          https://trac.macports.org/changeset/105531
Author:   ryandesign at macports.org
Date:     2013-04-23 15:01:46 -0700 (Tue, 23 Apr 2013)
Log Message:
-----------
mongodb: update to 2.4.3 and go back to using MacPorts boost instead of the bundled copy to fix #38334

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

Modified: trunk/dports/databases/mongodb/Portfile
===================================================================
--- trunk/dports/databases/mongodb/Portfile	2013-04-23 21:39:21 UTC (rev 105530)
+++ trunk/dports/databases/mongodb/Portfile	2013-04-23 22:01:46 UTC (rev 105531)
@@ -6,7 +6,7 @@
 
 name                mongodb
 epoch               1
-version             2.4.2
+version             2.4.3
 license             AGPL-3
 categories          databases
 maintainers         ryandesign
@@ -20,21 +20,19 @@
 master_sites        http://downloads.mongodb.org/src/
 distname            ${name}-src-r${version}
 
-checksums           rmd160  896884f72ae94caee1405df658bd7878ef5c5fbb \
-                    sha256  d0a26fef7f425a6652ebfc3addbc7e1b01a10be65c9d68e464730687bd6721c3
+checksums           rmd160  dd276310bfc8b30fbbe1a4933e6774a287afaa67 \
+                    sha256  ba87e958b403ea0b5bb87f52b213f1d58a9203d387d83509096fadba2525dc91
 
 depends_build       port:scons
 
-depends_lib         port:libpcap \
+depends_lib         port:boost \
+                    port:libpcap \
                     port:pcre \
                     port:snappy \
                     port:v8
 
 license_noconflict  scons
 
-# As of mongodb 2.2.0, we use the bundled copy of boost to guard against
-# potential incompatible changes that might be made in the boost port.
-
 patchfiles          patch-SConstruct.diff \
                     patch-distsrc-client-SConstruct.diff \
                     patch-src-SConscript.client.diff \
@@ -61,6 +59,7 @@
 build.args          --cc=${configure.cc} \
                     --cxx=${configure.cxx} \
                     --full \
+                    --use-system-boost \
                     --use-system-pcre \
                     --use-system-snappy \
                     --use-system-v8 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130423/7bd6490e/attachment.html>


More information about the macports-changes mailing list