From 4f3175b18b243989055d975f2707cfd5c7a9906c Mon Sep 17 00:00:00 2001 From: fhajny Date: Fri, 18 Jul 2014 10:41:43 +0000 Subject: Update mongo-c-driver to 0.98.0. Changes in 0.98.0: - This release is primarily a bugfix release and stabilization effort as we approach 1.0 of the MongoDB C driver. - This release requires 0.98.0 of Libbson for improvements to the memory management system. You can now setup custom memory allocators at the start of the process. Changes in 0.96.4: - build/mci.sh script for automatically building Debian packages, RPMs, and Solaris packaging based on the host operating system. - Various libbson improvements, now depending on 0.8.4. - Alignment fixes for Solaris Studio C compiler via libbson. - Addition of mongoc_gridfs_remove_by_filename() for removing a file from gridfs by filename. - client command functions can now take a fully qualified namespace. - collections can now support names that indicate a command namespace. - Commands will no longer fail if they do not contain an "ok" field. - OP_QUERY will now set the slaveOk bit in the wire protocol if readPreferences are set to non-PRIMARY. - Various documentation and build fixes. --- databases/mongo-c-driver/Makefile | 6 +++--- databases/mongo-c-driver/buildlink3.mk | 4 ++-- databases/mongo-c-driver/distinfo | 9 ++++----- databases/mongo-c-driver/patches/patch-configure | 14 -------------- 4 files changed, 9 insertions(+), 24 deletions(-) delete mode 100644 databases/mongo-c-driver/patches/patch-configure (limited to 'databases/mongo-c-driver') diff --git a/databases/mongo-c-driver/Makefile b/databases/mongo-c-driver/Makefile index 2be42b2b1e0..88d4e3d6665 100644 --- a/databases/mongo-c-driver/Makefile +++ b/databases/mongo-c-driver/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2014/06/11 14:31:29 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2014/07/18 10:41:43 fhajny Exp $ -DISTNAME= mongo-c-driver-0.96.2 +DISTNAME= mongo-c-driver-0.98.0 CATEGORIES= databases MASTER_SITES= https://github.com/mongodb/mongo-c-driver/releases/download/${PKGVERSION_NOREV}/ @@ -28,6 +28,6 @@ CONFIGURE_ARGS+= --enable-man-pages=yes PKGCONFIG_OVERRIDE+= src/libmongoc-1.0.pc.in PKGCONFIG_OVERRIDE+= src/libmongoc-ssl-1.0.pc.in -BUILDLINK_API_DEPENDS.libbson+= libbson>=0.8.2 +BUILDLINK_API_DEPENDS.libbson+= libbson>=0.98 .include "../../devel/libbson/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/mongo-c-driver/buildlink3.mk b/databases/mongo-c-driver/buildlink3.mk index 5d35d29f61a..21b99ce5c8f 100644 --- a/databases/mongo-c-driver/buildlink3.mk +++ b/databases/mongo-c-driver/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.1 2014/05/07 15:47:00 fhajny Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2014/07/18 10:41:43 fhajny Exp $ BUILDLINK_TREE+= mongo-c-driver .if !defined(MONGO_C_DRIVER_BUILDLINK3_MK) MONGO_C_DRIVER_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.mongo-c-driver+= mongo-c-driver>=0.94.2 +BUILDLINK_API_DEPENDS.mongo-c-driver+= mongo-c-driver>=0.98 BUILDLINK_PKGSRCDIR.mongo-c-driver?= ../../databases/mongo-c-driver pkgbase := mongo-c-driver diff --git a/databases/mongo-c-driver/distinfo b/databases/mongo-c-driver/distinfo index 2c375e8d255..30414604846 100644 --- a/databases/mongo-c-driver/distinfo +++ b/databases/mongo-c-driver/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/06/11 14:31:29 fhajny Exp $ +$NetBSD: distinfo,v 1.3 2014/07/18 10:41:43 fhajny Exp $ -SHA1 (mongo-c-driver-0.96.2.tar.gz) = 6a69db4d2e5e2fc68fd2959666802786111c9275 -RMD160 (mongo-c-driver-0.96.2.tar.gz) = 9fd69c5844ab05a1012a7c2a3f73f8ce55b87274 -Size (mongo-c-driver-0.96.2.tar.gz) = 5355379 bytes -SHA1 (patch-configure) = 31d235d3040017c332b496579653b24d42ee1431 +SHA1 (mongo-c-driver-0.98.0.tar.gz) = 7265e5f7865687e2e1dd59a106e5170534dfa3e1 +RMD160 (mongo-c-driver-0.98.0.tar.gz) = 5643d086a1fd4d108695f25146d2e085a1f41ebe +Size (mongo-c-driver-0.98.0.tar.gz) = 5338868 bytes diff --git a/databases/mongo-c-driver/patches/patch-configure b/databases/mongo-c-driver/patches/patch-configure deleted file mode 100644 index cd8a54f5bdd..00000000000 --- a/databases/mongo-c-driver/patches/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2014/05/07 15:47:00 fhajny Exp $ - -Portability. ---- configure.orig 2014-05-07 12:31:31.154464044 +0000 -+++ configure -@@ -19156,7 +19156,7 @@ else - ax_python_lib=no - fi - -- if test x$ax_python_lib == xno; then -+ if test x$ax_python_lib = xno; then - as_ac_Lib=`$as_echo "ac_cv_lib_${ax_python_bin}m''_main" | $as_tr_sh` - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l${ax_python_bin}m" >&5 - $as_echo_n "checking for main in -l${ax_python_bin}m... " >&6; } -- cgit v1.2.3