summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-08-17 14:11:42 +0000
committerfhajny <fhajny>2016-08-17 14:11:42 +0000
commit96fcb93970619cbb73034c6331242f86a055d168 (patch)
tree508c6ae80db55be06e9a18f3c41d926f31f60688 /databases/mongo-c-driver/Makefile
parente5cbe6e8e891aaa771218a5686f0f5d8f9b73a4e (diff)
downloadpkgsrc-96fcb93970619cbb73034c6331242f86a055d168.tar.gz
Update databases/mongo-c-driver to 1.4.0.
- The driver can now use the native TLS and crypto functions included in Mac OS X and Windows. - The driver implements the MongoDB Command Monitoring Spec. - New functions mongoc_client_set_error_api and mongoc_client_pool_set_error_api allow applications to distinguish client and server errors. - Unacknowledged writes (writes whose mongoc_write_concern_t "w" value is zero) now reply with an empty document instead of one with nInserted: 0, nUpdated: 0, and so on. - Public API For Higher-Level Drivers - New connection string option "localThresholdMS". - zSeries, POWER8, and ARM 64-bit platform support. - Performance enhancements, reduce allocation and copying in command code. - All man page names now begin with "mongoc_" to avoid install conflicts. - New function mongoc_gridfs_file_set_id.
Diffstat (limited to 'databases/mongo-c-driver/Makefile')
-rw-r--r--databases/mongo-c-driver/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mongo-c-driver/Makefile b/databases/mongo-c-driver/Makefile
index 7e44984ef41..1e8010040bf 100644
--- a/databases/mongo-c-driver/Makefile
+++ b/databases/mongo-c-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2016/04/05 12:44:47 fhajny Exp $
+# $NetBSD: Makefile,v 1.18 2016/08/17 14:11:42 fhajny Exp $
-DISTNAME= mongo-c-driver-1.3.5
+DISTNAME= mongo-c-driver-1.4.0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/}
@@ -32,6 +32,6 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/man/mongoc*.3 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
-BUILDLINK_API_DEPENDS.libbson+= libbson>=1.3.5
+BUILDLINK_API_DEPENDS.libbson+= libbson>=1.4.0
.include "../../devel/libbson/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"