Commits

Ryan Schmidt authored 456a183b7ac
mongo-tools: Update to 3.6.5
No tags

devel/mongo-tools/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup github 1.0
5 5
6 6 # Keep mongo-tools at the same version as mongodb.
7 7
8 -github.setup mongodb mongo-tools 3.6.4 r
8 +github.setup mongodb mongo-tools 3.6.5 r
9 9 categories devel
10 10 platforms darwin
11 11 maintainers {ryandesign @ryandesign} openmaintainer
12 12 license Apache-2
13 13
14 14 description utilities for working with mongodb databases: bsondump, \
15 15 mongoimport, mongoexport, mongodump, mongorestore, \
16 16 mongostat, mongofiles, mongooplog, mongotop
17 17
18 18 long_description mongo-tools is a collection of utilities for working with \
21 21 \n\n* bsondump: display BSON files in a human-readable format \
22 22 \n* mongoimport: Convert data from JSON, TSV or CSV and insert them into a collection \
23 23 \n* mongoexport: Write an existing collection to CSV or JSON format \
24 24 \n* mongodump: Dump MongoDB backups to disk in .BSON format \
25 25 \n* mongorestore: Restore MongoDB backups in .BSON format to a live database \
26 26 \n* mongostat: Monitor live MongoDB servers, replica sets, or sharded clusters \
27 27 \n* mongofiles: Read, write, delete, or update files in GridFS \
28 28 \n* mongotop: Monitor read/write activity on a mongo server \
29 29 \n* mongoreplay: Inspect and record commands sent to a MongoDB instance, and then replay the commands back onto another host at a later time
30 30
31 -checksums rmd160 4641b75907a003c5261c2b5d9db3b1c7551415e2 \
32 - sha256 696b1635c310967b236fbc817327938dfcde452a8590ace6c8c4d316f418e0fc \
33 - size 4692979
31 +checksums rmd160 218399bc7c2c9ab5fddf40f3af81fe8a74d29aab \
32 + sha256 8f90359dca05063f299f4f8c40f31e371e4d11ef3ca21d25fdd6eb8a92a5c859 \
33 + size 4721292
34 34
35 35 depends_build port:go
36 36 depends_lib path:lib/libssl.dylib:openssl
37 37
38 38 use_configure no
39 39
40 40 build.cmd ./build.sh
41 41 build.args ssl sasl
42 42 build.target
43 43

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut