mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/mongodb-tools: update to 100.9.5
Changes: https://www.mongodb.com/community/forums/t/database-tools-100-9-5-released/285350
This commit is contained in:
parent
56d16d96dd
commit
7be8cc8f8d
3 changed files with 10 additions and 8 deletions
|
@ -1,11 +1,10 @@
|
|||
PORTNAME= mongodb-tools
|
||||
DISTVERSION= 100.9.4
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 100.9.5
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= ronald@FreeBSD.org
|
||||
COMMENT= Tools for MongoDB 4.4.x and up
|
||||
WWW= https://docs.mongodb.com/database-tools/
|
||||
COMMENT= MongoDB Database Tools
|
||||
WWW= https://www.mongodb.com/docs/database-tools/
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1702043841
|
||||
SHA256 (mongodb-mongo-tools-100.9.4_GH0.tar.gz) = 513c8471f7a733f0582b521330ccada326cc01f47da489bda7b5b42959564385
|
||||
SIZE (mongodb-mongo-tools-100.9.4_GH0.tar.gz) = 4742913
|
||||
TIMESTAMP = 1718714107
|
||||
SHA256 (mongodb-mongo-tools-100.9.5_GH0.tar.gz) = 9489a873009d8244af5382b98969ab34f871a2f6b9ba618a672518aa2ab7259c
|
||||
SIZE (mongodb-mongo-tools-100.9.5_GH0.tar.gz) = 5130120
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
Useful utilities for managing a MongoDB instance written in Go.
|
||||
The MongoDB Database Tools are a collection of command-line utilities
|
||||
for working with a MongoDB deployment.
|
||||
|
||||
The Database Tools include the following binaries:
|
||||
|
||||
- bsondump - display BSON files in a human-readable format
|
||||
- mongoimport - Convert data from JSON, TSV or CSV and insert them
|
||||
|
|
Loading…
Add table
Reference in a new issue