aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb42
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/mongodb42: Update to 4.2.13Neel Chauhan2021-03-202-5/+4
| | | | | | | | | | Changes: https://docs.mongodb.com/manual/release-notes/4.2/#minor-releases PR: 254400 Submitted by: Ronald Klop <ronald-lists AT klop DOT ws> (maintainer) Notes: svn path=/head/; revision=568896
* databases/mongodb42: bump PORTREVISION after changing default optionsPiotr Kubaj2021-02-261-0/+1
| | | | | | | | PR: 253802 Approved by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=566643
* databases/mongodb42: add LTO option and enable itPiotr Kubaj2021-02-261-2/+5
| | | | | | | | | | | | | | Add a new option, for using LTO. As with mongodb44, make it the default. mongodb42 tries to used gold with LTO enabled, so explicitly tell it to use lld. PR: 253802 Approved by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=566642
* databases/mongodb42: Update to 4.2.12Neel Chauhan2021-02-072-4/+4
| | | | | | | | PR: 253298 Submitted by: Ronald Klop <ronald-lists AT klop DOT ws> Notes: svn path=/head/; revision=564639
* Add powerpc64le to ONLY_FOR_ARCHS_REASON and remove redundant "".Piotr Kubaj2021-01-131-1/+1
| | | | Notes: svn path=/head/; revision=561509
* Remove empty PY_TYPING from ports using Python 3.6+Rene Ladan2021-01-101-1/+0
| | | | | | | Leave out textproc/py-sphinx[18] for now. Notes: svn path=/head/; revision=561105
* databases/mongodb42{-tools}: Update to 4.2.11Fernando ApesteguĂ­a2020-11-272-4/+4
| | | | | | | | | | ChangeLog: https://docs.mongodb.com/manual/release-notes/4.2/#nov-18-2020 PR: 251380 Submitted by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=556435
* databases/mongodb42: backport powerpc64le support to 42Piotr Kubaj2020-11-2551-2/+3106
| | | | Notes: svn path=/head/; revision=556297
* Allow building on powerpc64le.Mark Linimon2020-10-131-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=552171
* databases/mongodb42: Update to 4.2.10Mikael Urankar2020-10-062-4/+4
| | | | | | | | | | | | | | - Update mongodb42 and mongodb42-tools to 4.2.10 - Update CONFLICTS_INSTALL. (mongodb44-tools will never exist, but became mongodb-tools) Changelog: https://docs.mongodb.com/manual/release-notes/4.2/#oct-2-2020 PR: 250157 Submitted by: Ronald Klop (maintainer) Notes: svn path=/head/; revision=551589
* databases/mongodb42 and databases/mongodb42-tools: Update to 4.2.9Li-Wen Hsu2020-08-213-12/+11
| | | | | | | | PR: 248801 Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer) Notes: svn path=/head/; revision=545576
* - Update to 4.2.8Li-Wen Hsu2020-06-1838-2149/+7
| | | | | | | | PR: 247355 Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer) Notes: svn path=/head/; revision=539526
* New port: databases/mongodb42Kurt Jaeger2020-06-0792-0/+5231
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: 242002 Submitted by: Ronald Klop <ronald-lists@klop.ws> Reviewed by: koobs, mikael Relnotes: https://docs.mongodb.com/manual/release-notes/4.2/ Notes: svn path=/head/; revision=538150