summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-11-05 13:44:17 +0000
committerfhajny <fhajny>2015-11-05 13:44:17 +0000
commit74339abdb1447230beab8f87adc382a54a0e97f9 (patch)
tree3d0e287868e0e4f1c572dad4399e6ed7e279e381 /databases/mongo-c-driver/Makefile
parent7e3f353b21c416b95ef3860246faa8dad26890bb (diff)
downloadpkgsrc-74339abdb1447230beab8f87adc382a54a0e97f9.tar.gz
Update databases/mongo-c-driver to 1.2.1.
- Critical bugfix for SSL connections with mongoc_client_pool_t, and for Unix domain socket connections. - Doc update.
Diffstat (limited to 'databases/mongo-c-driver/Makefile')
-rw-r--r--databases/mongo-c-driver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mongo-c-driver/Makefile b/databases/mongo-c-driver/Makefile
index 6a83a299265..141e5b0c954 100644
--- a/databases/mongo-c-driver/Makefile
+++ b/databases/mongo-c-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/10/19 11:42:46 fhajny Exp $
+# $NetBSD: Makefile,v 1.13 2015/11/05 13:44:17 fhajny Exp $
-DISTNAME= mongo-c-driver-1.2.0
+DISTNAME= mongo-c-driver-1.2.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/}