diff --git a/databases/mongodb42-tools/Makefile b/databases/mongodb42-tools/Makefile index abb77e3c3ae4..23483a43a083 100644 --- a/databases/mongodb42-tools/Makefile +++ b/databases/mongodb42-tools/Makefile @@ -1,66 +1,65 @@ PORTNAME= mongodb42-tools DISTVERSIONPREFIX= r -DISTVERSION= 4.2.19 -PORTREVISION= 6 +DISTVERSION= 4.2.23 CATEGORIES= databases MAINTAINER= ronald-lists@klop.ws COMMENT= Tools for MongoDB 4.2.x WWW= https://github.com/mongodb/mongo-tools 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= mongodb[0-9][0-9]-tools mongodb-tools OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \ MONGORESTORE SASL SSL OPTIONS_MULTI= SECURITY TOOLS OPTIONS_MULTI_TOOLS= BSONDUMP MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \ MONGOREPLAY 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 MONGOREPLAY_DESC= Traffic capture and replay tool 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 MONGOREPLAY_VARS= go_target+=./mongoreplay/main:mongoreplay 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 diff --git a/databases/mongodb42-tools/distinfo b/databases/mongodb42-tools/distinfo index 29b83a52f2a5..b662ee595d6c 100644 --- a/databases/mongodb42-tools/distinfo +++ b/databases/mongodb42-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646484974 -SHA256 (mongodb-mongo-tools-r4.2.19_GH0.tar.gz) = 5101c83436005d437f23b499760249e0fce4bca95d18e484f277189735bb523a -SIZE (mongodb-mongo-tools-r4.2.19_GH0.tar.gz) = 15029664 +TIMESTAMP = 1669193331 +SHA256 (mongodb-mongo-tools-r4.2.23_GH0.tar.gz) = 3e138607c8f26b2ea2a83d86114ab8aaebb0764c7a5b005f0e780cdc90a03f8e +SIZE (mongodb-mongo-tools-r4.2.23_GH0.tar.gz) = 15029640