[122647] trunk/dports/databases/mongodb

ryandesign at macports.org ryandesign at macports.org
Fri Jul 25 11:15:31 PDT 2014


Revision: 122647
          https://trac.macports.org/changeset/122647
Author:   ryandesign at macports.org
Date:     2014-07-25 11:15:31 -0700 (Fri, 25 Jul 2014)
Log Message:
-----------
mongodb: allow specifying newer minimum OS X versions

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

Added Paths:
-----------
    trunk/dports/databases/mongodb/files/patch-SConstruct.diff

Modified: trunk/dports/databases/mongodb/Portfile
===================================================================
--- trunk/dports/databases/mongodb/Portfile	2014-07-25 17:58:26 UTC (rev 122646)
+++ trunk/dports/databases/mongodb/Portfile	2014-07-25 18:15:31 UTC (rev 122647)
@@ -34,7 +34,8 @@
 
 license_noconflict  scons
 
-patchfiles          patch-src-mongo-util-compress.cpp.diff
+patchfiles-append   patch-SConstruct.diff
+patchfiles-append   patch-src-mongo-util-compress.cpp.diff
 
 use_configure       no
 

Added: trunk/dports/databases/mongodb/files/patch-SConstruct.diff
===================================================================
--- trunk/dports/databases/mongodb/files/patch-SConstruct.diff	                        (rev 0)
+++ trunk/dports/databases/mongodb/files/patch-SConstruct.diff	2014-07-25 18:15:31 UTC (rev 122647)
@@ -0,0 +1,13 @@
+Allow specifying newer minimum OS X versions
+https://jira.mongodb.org/browse/SERVER-14166
+--- SConstruct.orig	2014-06-19 15:19:09.000000000 -0500
++++ SConstruct	2014-07-25 06:28:35.000000000 -0500
+@@ -306,7 +306,7 @@
+            0, False)
+ 
+ if darwin:
+-    osx_version_choices = ['10.6', '10.7', '10.8', '10.9']
++    osx_version_choices = ['10.6', '10.7', '10.8', '10.9', '10.10']
+     add_option("osx-version-min", "minimum OS X version to support", 1, True,
+                type = 'choice', default = osx_version_choices[0], choices = osx_version_choices)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140725/91d15ac8/attachment.html>


More information about the macports-changes mailing list