Index: head/databases/mongodb-tools/Makefile =================================================================== --- head/databases/mongodb-tools/Makefile (revision 556775) +++ head/databases/mongodb-tools/Makefile (revision 556776) @@ -1,64 +1,64 @@ # $FreeBSD$ PORTNAME= mongodb-tools -DISTVERSION= 100.2.0 +DISTVERSION= 100.2.1 CATEGORIES= databases MAINTAINER= ronald-lists@klop.ws COMMENT= Tools for MongoDB 4.4.x and up LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 ONLY_FOR_ARCHS_REASON= not yet ported to other architectures USES= compiler:c++14-lang go localbase USE_GITHUB= yes GH_ACCOUNT= mongodb GH_PROJECT= mongo-tools GO_BUILDFLAGS= -tags "${USE_MY_TAGS}" GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} CONFLICTS_INSTALL= mongodb36-tools mongodb4[02]-tools OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= BSONDUMP MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \ MONGORESTORE MONGOSTAT MONGOTOP \ SASL SSL OPTIONS_MULTI= SECURITY TOOLS OPTIONS_MULTI_TOOLS= BSONDUMP MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \ MONGORESTORE MONGOSTAT MONGOTOP OPTIONS_MULTI_SECURITY= SASL SSL OPTIONS_SUB= yes BSONDUMP_DESC= BSON files into human-readable formats MONGOSTAT_DESC= Status of a running mongod or mongos instance MONGOFILES_DESC= Interface to GridFS in a MongoDB instance MONGOEXPORT_DESC= JSON or CSV export of MongoDB instance data MONGOIMPORT_DESC= Importing JSON, CSV, or TSV into a MongoDB instance MONGORESTORE_DESC= BSON data to a MongoDB instance MONGODUMP_DESC= BSON data from the contents of a MongoDB instance MONGOTOP_DESC= Track the amount of data I/O time BSONDUMP_VARS= go_target+=./bsondump/main:bsondump MONGOSTAT_VARS= go_target+=./mongostat/main:mongostat MONGOFILES_VARS= go_target+=./mongofiles/main:mongofiles MONGOEXPORT_VARS= go_target+=./mongoexport/main:mongoexport MONGOIMPORT_VARS= go_target+=./mongoimport/main:mongoimport MONGORESTORE_VARS= go_target+=./mongorestore/main:mongorestore MONGODUMP_VARS= go_target+=./mongodump/main:mongodump MONGOTOP_VARS= go_target+=./mongotop/main:mongotop SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_USE= my_tags=sasl SSL_USES= ssl SSL_USE= my_tags=ssl post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in README.md CONTRIBUTING.md THIRD-PARTY-NOTICES ${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/databases/mongodb-tools/distinfo =================================================================== --- head/databases/mongodb-tools/distinfo (revision 556775) +++ head/databases/mongodb-tools/distinfo (revision 556776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601054275 -SHA256 (mongodb-mongo-tools-100.2.0_GH0.tar.gz) = f6f92b11f9e714ed2eb6a17d823a71537ca6736237262110ebce210326fd4346 -SIZE (mongodb-mongo-tools-100.2.0_GH0.tar.gz) = 27400186 +TIMESTAMP = 1606309803 +SHA256 (mongodb-mongo-tools-100.2.1_GH0.tar.gz) = 33e6777b94bade0417b757f391ae1e71073a389e991ab6c59392e368552fb5e6 +SIZE (mongodb-mongo-tools-100.2.1_GH0.tar.gz) = 27447213