summaryrefslogtreecommitdiff
path: root/databases/mongodb44 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* databases/mongodb44: Update to 4.4.16Ronald Klop2022-08-262-4/+4
| | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.16---aug-19--2022 PR: 266045
* Fix CONFLICTS_INSTALL in the databases categoryStefan Eßer2022-06-291-1/+1
| | | | Approved by: portmgr (implicit)
* databases/mongodb44: Update to 4.4.13Ronald Klop2022-03-072-5/+5
| | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.13-changelog PR: 262376
* databases/mongodb44: Update to 4.4.12Ronald Klop2022-01-222-4/+4
| | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/4.4/#4.4.12---jan-21--2022 PR: 261406
* databases/mongodb44: Update to 4.4.11Ronald Klop2021-12-292-4/+4
| | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#std-label-4.4.11-changelog PR: 260804
* databases/mongodb44: Update to 4.4.10Ronald Klop2021-10-292-9/+4
| | | | | | Changes: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.10-changelog PR: 259514
* Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)Alexey Dokuchaev2021-10-251-1/+1
| | | | | | | | | ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should start with lower-case letter and not end with a period which is added by the framework, similar to other knobs like BROKEN, IGNORE, et al. While here, remove needless quoting, add missing Oxford comma, expand contractions and jargonisms, use correct spelling for proper names.
* databases/mongodb44: Update to 4.4.9Ronald Klop2021-10-253-15/+10
| | | | | | | | | | * Update CONFLICTS_INSTALL * Enable LSE atomics on 14-CURRENT aarch64 ChangeLog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.9-changelog PR: 258687 Approved by: meta (mentor) Differential Revision: https://reviews.freebsd.org/D32374
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-302-16/+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
* *: Clean up some thingsTobias Kortkamp2021-09-031-2/+0
| | | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop or unreferenced variables - Add missing ports to the build - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* databases/mongodb44: Fix crash on aarch64Ronald Klop2021-08-271-2/+5
| | | | | | | - Disable LTO on aarch64/14-current (clang12 is crashing) - Limit the portscout check to 4.4.x PR: 257765
* databases/mongodb44: Update to 4.4.8Ronald Klop2021-08-092-6/+5
| | | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/4.4/#4.4.8---aug-4--2021 PR: 257688 MFH: 2021Q3 (bugfix release)
* databases/mongodb44: Update to 4.4.7Ronald Klop2021-07-263-11/+21
| | | | | | | | | | - Add a fix for compilation on aarch64 on 14-CURRENT/clang 12. See: https://lists.freebsd.org/archives/freebsd-ports/2021-July/000431.html Changelog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.7-changelog PR: 257393 Approved by: lwhsu (mentor, implicit)
* databases/mongodb44: Update to 4.4.6Ronald Klop2021-05-112-4/+4
| | | | | | Changes: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#std-label-4.4.6-changelog PR: 255792
* databases/mongodb44: Update to 4.4.5Kevin Bowling2021-04-082-4/+4
| | | | | | | Changelog https://docs.mongodb.com/manual/release-notes/4.4/#4.4.5---apr-8--2021 PR: 254892 Approved by: Ronald Klop <ronald-lists@klop.ws> (maintainer)
* 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/mongodb44: Update to 4.4.4Neel Chauhan2021-02-182-5/+4
| | | | | | | | | | Changes: https://docs.mongodb.com/manual/release-notes/4.4/#feb-16-2021 PR: 253618 Submitted by: Ronald Klop <ronald-lists AT klop DOT ws> (maintainer) Notes: svn path=/head/; revision=565967
* databases/mongodb44: add LTO option and make it the defaultPiotr Kubaj2021-02-151-2/+5
| | | | | | | | PR: 222344 Approved by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=565315
* databases/mongodb44: update 4.4.2 -> 4.4.3Kurt Jaeger2021-01-212-5/+4
| | | | | | | | | | | - Remove conflict with mongo-cxx-driver, gone in ports r559941 PR: 252436 Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer) Relnotes: https://docs.mongodb.com/manual/release-notes/4.4/#jan-4-2021 Notes: svn path=/head/; revision=562176
* 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/mongodb44: Update to 4.4.2Fernando Apesteguía2020-11-282-4/+4
| | | | | | | | | | ChangeLog: https://docs.mongodb.com/manual/release-notes/4.4/#nov-18-2020 PR: 251421 Submitted by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=556517
* databases/mongodb44: fix build on powerpc64lePiotr Kubaj2020-11-2551-2/+3091
| | | | | | | | PR: 251375 Approved by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=556292
* Allow building on powerpc64le.Mark Linimon2020-10-131-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=552171
* Update to 4.4.1.Vanilla I. Shu2020-09-152-4/+4
| | | | | | | | PR: 249309 Submitted by: maintainer Notes: svn path=/head/; revision=548694
* Update to 4.4.0Li-Wen Hsu2020-08-043-5/+5
| | | | | | | | PR: 248370 Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer) Notes: svn path=/head/; revision=544130
* databases/mongodb44: Update to 4.4.0-rc14Mikael Urankar2020-07-252-4/+4
| | | | | | | | PR: 248262 Submitted by: Ronald Klop (maintainer) Notes: svn path=/head/; revision=543418
* Update to -rc11Jochen Neumeister2020-07-012-4/+4
| | | | | | | | | PR: 247661 Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=541001
* New port: databases/mongodb44Kurt Jaeger2020-06-2756-0/+3083
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: 247393 Submitted by: Ronald Klop <ronald-lists@klop.ws> Notes: svn path=/head/; revision=540560