summaryrefslogtreecommitdiff
path: root/databases/mongodb40 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Introduce PY_TYPING and simplify MakefileSunpoet Po-Chuan Hsieh2019-05-311-1/+1
| | | | | | | | | Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4. With hat: python Notes: svn path=/head/; revision=503133
* databases/mongodb40: upgrade 4.0.6 -> 4.0.8Kurt Jaeger2019-04-132-5/+4
| | | | | | | | | Submitted by: Andrew Shevchuk <dev.ashevchuk@gmail.com> (maintainer) Relnotes: https://docs.mongodb.com/manual/release-notes/4.0/ https://docs.mongodb.com/manual/release-notes/4.0-changelog/ Notes: svn path=/head/; revision=498825
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* 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-0247-0/+2435
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