summaryrefslogtreecommitdiff
path: root/databases/mongo-tools/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2017-05-03 16:49:54 +0000
committerfhajny <fhajny>2017-05-03 16:49:54 +0000
commitb541c13e835e0178dd208439d263fc557156fd82 (patch)
tree32f7f160c493f29cf35a1bafe669ea06eaba2caf /databases/mongo-tools/Makefile
parent5128111616fd6f5e0440fc358baf385599e9e247 (diff)
downloadpkgsrc-b541c13e835e0178dd208439d263fc557156fd82.tar.gz
Update databases/mongo-tools to 3.4.4
3.4.2 - PreProcessing is failling with "got invalid document size" - mongo-replay crashes during playback - nil pointer derereference when error occurs 3.4.1 - Stats collection has large playback performance impact - Add option to set capture buffer size to avoid packet loss - Playback file contains full reply payload - mongoreplay: out of bounds error in "shortenreply" during record - Add test for restoring a collection with a default collation - nil pointer dereference in mongoreplay when error on new playback file creation 3.2.10 - Don't create intents for system.profile.metadata.json files - tools do not respect readPreference=secondary when connecting to a mongos - Mongodump SSL and GSSAPI authentication - No numeric version in -version output - Backport to v3.2 - Issue only one ApplyOps cmd per oplog entry 3.2.9 - Make -version spit out a bit more information. 3.2.8 - Mongostat with discover can find the same node twice in a sharded cluster - mongostat -discover does not alias localhost to the target hostname - mongoimport returns exit code 0 even when error prevents records from being inserted - Wrong error message while using mongoimport - add a "-assertExists" option to mongoexport - Use v3.2.7 for qa tests - mongoimport types jstest fails on functions
Diffstat (limited to 'databases/mongo-tools/Makefile')
-rw-r--r--databases/mongo-tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mongo-tools/Makefile b/databases/mongo-tools/Makefile
index 6be927abaad..1391246e691 100644
--- a/databases/mongo-tools/Makefile
+++ b/databases/mongo-tools/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/04/13 15:12:03 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11 2017/05/03 16:49:54 fhajny Exp $
-DISTNAME= mongo-tools-3.2.4
-PKGREVISION= 5
+DISTNAME= mongo-tools-3.4.4
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/}
@@ -45,5 +44,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${tool} ${DESTDIR}${PREFIX}/bin/${tool}
.endfor
+.include "../../devel/go-sys/buildlink3.mk"
.include "../../lang/go/version.mk"
.include "../../mk/bsd.pkg.mk"