[129326] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Wed Dec 10 02:28:29 PST 2014


Revision: 129326
          https://trac.macports.org/changeset/129326
Author:   ryandesign at macports.org
Date:     2014-12-10 02:28:29 -0800 (Wed, 10 Dec 2014)
Log Message:
-----------
mongodb, mongo-cxx-driver: update to 2.6.6

Modified Paths:
--------------
    trunk/dports/databases/mongodb/Portfile
    trunk/dports/devel/mongo-cxx-driver/Portfile

Removed Paths:
-------------
    trunk/dports/databases/mongodb/files/patch-src-third_party-s2-util-endian-endian.h.diff
    trunk/dports/devel/mongo-cxx-driver/files/patch-SConstruct.diff

Modified: trunk/dports/databases/mongodb/Portfile
===================================================================
--- trunk/dports/databases/mongodb/Portfile	2014-12-10 09:19:43 UTC (rev 129325)
+++ trunk/dports/databases/mongodb/Portfile	2014-12-10 10:28:29 UTC (rev 129326)
@@ -8,8 +8,7 @@
 
 name                mongodb
 epoch               1
-version             2.6.5
-revision            1
+version             2.6.6
 license             {AGPL-3 OpenSSLException}
 categories          databases
 maintainers         ryandesign
@@ -23,8 +22,8 @@
 master_sites        http://downloads.mongodb.org/src/
 distname            ${name}-src-r${version}
 
-checksums           rmd160  dc556c3ee743e7ef412f46d15f2e2ec5a6a0b948 \
-                    sha256  55d6cb624fe83935564a5e9cd38f2f94b2ec62745c5bd9c0539e4846ae9fa86c
+checksums           rmd160  05d2b9f9589804cf226694d3391c2fc62bc20586 \
+                    sha256  755d703c3a0b0f2f6486b2ddbf286bfb5e174faeda18dcbea2da63dd93010b6a
 
 depends_build       port:scons
 
@@ -37,7 +36,6 @@
 
 patchfiles-append   patch-SConstruct.diff
 patchfiles-append   patch-src-mongo-util-compress.cpp.diff
-patchfiles-append   patch-src-third_party-s2-util-endian-endian.h.diff
 
 use_configure       no
 

Deleted: trunk/dports/databases/mongodb/files/patch-src-third_party-s2-util-endian-endian.h.diff
===================================================================
--- trunk/dports/databases/mongodb/files/patch-src-third_party-s2-util-endian-endian.h.diff	2014-12-10 09:19:43 UTC (rev 129325)
+++ trunk/dports/databases/mongodb/files/patch-src-third_party-s2-util-endian-endian.h.diff	2014-12-10 10:28:29 UTC (rev 129326)
@@ -1,19 +0,0 @@
-Remove unused preprocessor macros
-https://jira.mongodb.org/browse/SERVER-14184
---- src/third_party/s2/util/endian/endian.h.orig	2014-06-19 15:19:09.000000000 -0500
-+++ src/third_party/s2/util/endian/endian.h	2014-07-25 13:20:10.000000000 -0500
-@@ -178,14 +178,11 @@
- };
- 
- 
--// This one is safe to take as it's an extension
--#define htonll(x) ghtonll(x)
- 
- // ntoh* and hton* are the same thing for any size and bytesex,
- // since the function is an involution, i.e., its own inverse.
- #define gntohl(x) ghtonl(x)
- #define gntohs(x) ghtons(x)
- #define gntohll(x) ghtonll(x)
--#define ntohll(x) htonll(x)
- 
- #endif  // UTIL_ENDIAN_ENDIAN_H_

Modified: trunk/dports/devel/mongo-cxx-driver/Portfile
===================================================================
--- trunk/dports/devel/mongo-cxx-driver/Portfile	2014-12-10 09:19:43 UTC (rev 129325)
+++ trunk/dports/devel/mongo-cxx-driver/Portfile	2014-12-10 10:28:29 UTC (rev 129326)
@@ -6,7 +6,7 @@
 PortGroup           github 1.0
 PortGroup           muniversal 1.0
 
-github.setup        mongodb mongo-cxx-driver legacy-0.0-26compat-2.6.5
+github.setup        mongodb mongo-cxx-driver legacy-0.0-26compat-2.6.6
 version             [lindex [split ${github.version} -] end]
 license             Apache-2
 categories          devel databases
@@ -16,8 +16,8 @@
 description         library for using mongodb from C++ code
 long_description    ${description}
 
-checksums           rmd160  dc1c9a72c845037db7551de3b38f5197dcd9bd1c \
-                    sha256  ebccf9cbe57d5d41ec3b3cd3c1676ade8597df19e2255090c55365f7e77da5d0
+checksums           rmd160  7b5b3b6d4ef718789117209964db1ef18450a225 \
+                    sha256  c67a656ec798f32d60d55ba7b8c4ebc615393636193445eb2534f87682641cd7
 
 depends_build       port:scons
 
@@ -25,7 +25,6 @@
 
 license_noconflict  scons
 
-patchfiles-append   patch-SConstruct.diff
 patchfiles-append   patch-src-SConscript.client.diff
 
 post-patch {

Deleted: trunk/dports/devel/mongo-cxx-driver/files/patch-SConstruct.diff
===================================================================
--- trunk/dports/devel/mongo-cxx-driver/files/patch-SConstruct.diff	2014-12-10 09:19:43 UTC (rev 129325)
+++ trunk/dports/devel/mongo-cxx-driver/files/patch-SConstruct.diff	2014-12-10 10:28:29 UTC (rev 129326)
@@ -1,13 +0,0 @@
-Allow specifying newer minimum OS X versions
-https://jira.mongodb.org/browse/SERVER-14166
---- SConstruct.orig	2014-08-14 14:16:38.000000000 -0500
-+++ SConstruct	2014-08-22 22:22:46.000000000 -0500
-@@ -300,7 +300,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/20141210/6bc6aac1/attachment-0001.html>


More information about the macports-changes mailing list