summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-10-02 10:23:23 +0000
committerfhajny <fhajny>2014-10-02 10:23:23 +0000
commit6ba2e7eaada534ae91ccb2139b7fb592ccce622e (patch)
tree8915ea5b359e8deba811f57d594dfe149bfd5f2d /databases/mongo-c-driver/Makefile
parent99e4eb7998dd5fb9a40a9bbfe46d7675c12b4b79 (diff)
downloadpkgsrc-6ba2e7eaada534ae91ccb2139b7fb592ccce622e.tar.gz
Update mongo-c-driver to 1.0.0.
A new libmongoc-priv.so library is installed that does not have symbols hidden. You can access private headers via the -private.h variants. This means you will need to recompile your project every time the library is changed (if you use those private headers, as they are subject to change). For other minor changes, see commits made since 0.98.0: https://github.com/mongodb/mongo-c-driver/compare/0.98.0...1.0.0
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 88d4e3d6665..aab2b7356ff 100644
--- a/databases/mongo-c-driver/Makefile
+++ b/databases/mongo-c-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/07/18 10:41:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2014/10/02 10:23:23 fhajny Exp $
-DISTNAME= mongo-c-driver-0.98.0
+DISTNAME= mongo-c-driver-1.0.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.98
+BUILDLINK_API_DEPENDS.libbson+= libbson>=1.0.0
.include "../../devel/libbson/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"