[61481] trunk/dports/databases/mongodb

blb at macports.org blb at macports.org
Sat Dec 12 13:07:21 PST 2009


Revision: 61481
          http://trac.macports.org/changeset/61481
Author:   blb at macports.org
Date:     2009-12-12 13:07:18 -0800 (Sat, 12 Dec 2009)
Log Message:
-----------
databases/mongodb - update to 1.2.0, ticket #22844

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	2009-12-12 20:33:24 UTC (rev 61480)
+++ trunk/dports/databases/mongodb/Portfile	2009-12-12 21:07:18 UTC (rev 61481)
@@ -3,9 +3,9 @@
 PortSystem          1.0
 name                mongodb
 epoch               1
-version             1.0.1
+version             1.2.0
 categories          databases
-maintainers         blb openmaintainer
+maintainers         nomaintainer
 description         High-performance, schema-free document-oriented database
 long_description    ${description}
 
@@ -14,15 +14,13 @@
 conflicts           mongodb-devel
 
 homepage            http://www.mongodb.org/
-master_sites        http://github.com/mongodb/mongo/tarball/r${version}
+master_sites        http://downloads.mongodb.org/src/
+distname            ${name}-src-r${version}
 
-checksums           md5     93cf5cf75ee020c31e1b3a8627f80d83 \
-                    sha1    5d008486ef6188fcbac650e5b481c15806e38eb7 \
-                    rmd160  81344f9c16351a9a00d87d015b5cb6f80d07dddd
+checksums           md5     6b606c53a6a29d1e6925a000d8ad9b3d \
+                    sha1    d5eeff32924ccc141791960f0a0873bdafbab820 \
+                    rmd160  1f95109b6b7164ebd9b9362a860c506111a41def
 
-set mongodb_version_hash   e316c78
-worksrcdir          ${name}-mongo-${mongodb_version_hash}
-
 depends_build       port:scons
 depends_lib         port:boost port:pcre port:spidermonkey port:libpcap \
                     port:readline

Modified: trunk/dports/databases/mongodb/files/patch-SConstruct.diff
===================================================================
--- trunk/dports/databases/mongodb/files/patch-SConstruct.diff	2009-12-12 20:33:24 UTC (rev 61480)
+++ trunk/dports/databases/mongodb/files/patch-SConstruct.diff	2009-12-12 21:07:18 UTC (rev 61481)
@@ -1,15 +1,12 @@
---- SConstruct.orig	2009-08-18 12:22:35.000000000 -0600
-+++ SConstruct	2009-08-23 14:56:00.000000000 -0600
-@@ -320,23 +320,16 @@
- 
-     env.Append( CPPPATH=[ "-I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/" ] )
- 
--    env.Append( CPPFLAGS=" -mmacosx-version-min=10.4 " )
+--- SConstruct.orig	2009-12-10 08:27:04.000000000 -0700
++++ SConstruct	2009-12-12 13:50:54.000000000 -0700
+@@ -390,20 +390,13 @@
      if not nojni:
          env.Append( FRAMEWORKS=["JavaVM"] )
  
--    if os.path.exists( "/usr/bin/g++-4.2" ):
--        env["CXX"] = "g++-4.2"
+-    if env["CXX"] is None:
+-        if os.path.exists( "/usr/bin/g++-4.2" ):
+-            env["CXX"] = "g++-4.2"
 -
      nix = True
  
@@ -29,7 +26,7 @@
  
  elif "linux2" == os.sys.platform:
      linux = True
-@@ -679,11 +672,7 @@
+@@ -809,11 +802,7 @@
          haveReadLine = False
          if darwin:
              myenv.Append( CPPDEFINES=[ "USE_READLINE" ] )
@@ -42,7 +39,7 @@
          elif myCheckLib( "readline" , release and nix , staticOnly=release ):
              myenv.Append( CPPDEFINES=[ "USE_READLINE" ] )
              myCheckLib( "ncurses" , staticOnly=release )
-@@ -849,8 +838,6 @@
+@@ -983,8 +972,6 @@
          shellEnv["LINKFLAGS"].remove("-m64")
          shellEnv["CPPPATH"].remove( "/usr/64/include" )
          shellEnv["LIBPATH"].remove( "/usr/64/lib" )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091212/07946fe3/attachment.html>


More information about the macports-changes mailing list