summaryrefslogtreecommitdiff
path: root/databases/mongodb40/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mongodb40: Remove expired portMuhammad Moinur Rahman2023-06-3081-6245/+0
| | | | | | 2023-06-30 databases/mongodb40: Upstream EOL reached on 2022-04-30 Approved by: portmgr (blanket)
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-10/+1
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* ses/mongodb40: port to powerc64lePiotr Kubaj2021-01-1140-0/+2583
| | | | | | | | | Similar patchset to what was already used in mongodb42 and mongodb44. Approved by: tier 2 blanket Notes: svn path=/head/; revision=561282
* databases/mongodb40: Update to 4.0.21 (mongodb40-tools also)Mikael Urankar2020-12-011-15/+0
| | | | | | | | | | | | | | | | | - Pretty trivial version update. - Point www to manual of 4.0. - Update CONFLICTS_INSTALL. (I don't see how -tools conflicted with mongodb.) Changelog: https://docs.mongodb.com/manual/release-notes/4.0/#aug-21-2020 https://docs.mongodb.com/manual/release-notes/4.0/#nov-10-2020 PR: 250156 Submitted by: Ronald Klop (maintainer) Approved by: dev.ashevchuk@gmail.com (maintainer timeout) Notes: svn path=/head/; revision=556769
* databases/mongodb40: allow build with python 3Mikael Urankar2020-11-291-0/+1397
| | | | | | | | | PR: 249598 Submitted by: Ronald Klop Approved by: dev.ashevchuk (maintainer, previous version) Notes: svn path=/head/; revision=556589
* databases/mongodb40: Update to 4.0.18Mikael Urankar2020-06-161-0/+14
| | | | | | | | | PR: 245976 Submitted by: Ronald Klop Approved by: Andrew Shevchuk (maintainer) Notes: svn path=/head/; revision=539367
* databases/mongodb40: upgrade 4.0.8 -> 4.0.12Kurt Jaeger2019-10-121-25/+0
| | | | | | | | | | | PR: 241210 Approved by: Andrew Shevchuk <dev.ashevchuk@gmail.com> (maintainer) MFH: 2019Q4 Relnotes: https://docs.mongodb.com/manual/release-notes/4.0/ Security: CVE-2019-2386, CVE-2019-2389, CVE-2019-2390 Notes: svn path=/head/; revision=514327
* databases/mongodb40: fix aarch64 compilationKurt Jaeger2019-03-212-38/+0
| | | | | | | | | PR: 236366 Submitted by: Ronald Klop <ronald-lists@klop.ws> Approved by: dev.ashevchuk@gmail.com (maintainer timeout) Notes: svn path=/head/; revision=496468
* New port: databases/mongodb40Kurt Jaeger2019-03-0243-0/+2338
Mongo (from "humongous") is a high-performance, open source, schema-free, document-oriented database. A common name in the "NOSQL" community. WWW: https://www.mongodb.com/ PR: 234310 Reported by: Eric Madrid <eric@madrid.lol> Submitted by: Andrew Shevchuk <dev.ashevchuk@gmail.com> Reviewed by: Michael Booth <michal@wrotkowski.pl> Notes: svn path=/head/; revision=494401