[71851] trunk/dports/databases/mongodb

stromnov at macports.org stromnov at macports.org
Fri Sep 24 06:51:22 PDT 2010


Revision: 71851
          http://trac.macports.org/changeset/71851
Author:   stromnov at macports.org
Date:     2010-09-24 06:51:20 -0700 (Fri, 24 Sep 2010)
Log Message:
-----------
mongodb: update to version 1.6.3

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

Modified: trunk/dports/databases/mongodb/Portfile
===================================================================
--- trunk/dports/databases/mongodb/Portfile	2010-09-24 13:02:24 UTC (rev 71850)
+++ trunk/dports/databases/mongodb/Portfile	2010-09-24 13:51:20 UTC (rev 71851)
@@ -5,7 +5,7 @@
 
 name                mongodb
 epoch               1
-version             1.6.2
+version             1.6.3
 license             AGPL-3.0
 categories          databases
 maintainers         nomaintainer
@@ -19,9 +19,9 @@
 master_sites        http://downloads.mongodb.org/src/
 distname            ${name}-src-r${version}
 
-checksums           md5     358bfc52855a66d3c954e7f6f51bcd12 \
-                    sha1    0a7ef4825a6ec6f91a272611fde7c0b46eacd89a \
-                    rmd160  022b82c28dd9832d7cb5739603197f041f1d14d7
+checksums           md5     076b91f37ee434db80441e9028fe50a5 \
+                    sha1    5cddd0f46e251b53746c2358a818da4dcf12483a \
+                    rmd160  5480057a85758ee9bae70ec3b754dc5eefca0c75
 
 depends_build       port:scons
 

Modified: trunk/dports/databases/mongodb/files/patch-SConstruct.diff
===================================================================
--- trunk/dports/databases/mongodb/files/patch-SConstruct.diff	2010-09-24 13:02:24 UTC (rev 71850)
+++ trunk/dports/databases/mongodb/files/patch-SConstruct.diff	2010-09-24 13:51:20 UTC (rev 71851)
@@ -1,6 +1,6 @@
---- SConstruct.orig	2010-08-06 14:41:53.000000000 +0400
-+++ SConstruct	2010-08-06 14:45:53.000000000 +0400
-@@ -532,20 +532,13 @@
+--- SConstruct.orig	2010-09-24 17:32:12.000000000 +0400
++++ SConstruct	2010-09-24 17:36:24.000000000 +0400
+@@ -532,20 +532,14 @@
      darwin = True
      platform = "osx" # prettier than darwin
  
@@ -23,10 +23,11 @@
 +    env["CFLAGS"] = os.getenv("CFLAGS")
 +    env["CXXFLAGS"] = os.getenv("CXXFLAGS")
 +    env["LINKFLAGS"] = os.getenv("LINKFLAGS")
++
  
  elif "linux2" == os.sys.platform:
      linux = True
-@@ -992,11 +985,7 @@
+@@ -992,11 +986,7 @@
          haveReadLine = False
          if darwin:
              myenv.Append( CPPDEFINES=[ "USE_READLINE" ] )
@@ -39,12 +40,12 @@
          elif openbsd:
              myenv.Append( CPPDEFINES=[ "USE_READLINE" ] )
              myCheckLib( "termcap" , True )
-@@ -1242,8 +1231,6 @@
+@@ -1242,8 +1232,6 @@
          shellEnv["LINKFLAGS"].remove("-m64")
          shellEnv["CPPPATH"].remove( "/usr/64/include" )
          shellEnv["LIBPATH"].remove( "/usr/64/lib" )
 -        shellEnv.Append( CPPPATH=filterExists(["/sw/include" , "/opt/local/include"]) )
--        shellEnv.Append( LIBPATH=filterExists(["/sw/lib/", "/opt/local/lib" , "/usr/lib"]) )
+-        shellEnv.Append( LIBPATH=filterExists(["/sw/lib/", "/opt/local/lib" , "/usr/lib", "/usr/local/lib" ]) )
  
      l = shellEnv["LIBS"]
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100924/51ed2927/attachment.html>


More information about the macports-changes mailing list