notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/mongodb40/Makefile

Number of commits found: 31

Friday, 30 Jun 2023
03:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mongodb40: Remove expired port

2023-06-30 databases/mongodb40: Upstream EOL reached on 2022-04-30

Approved by:	portmgr (blanket)
commit hash: 8150663f146d2a5938d4e50a6eac281037641cc0 commit hash: 8150663f146d2a5938d4e50a6eac281037641cc0 commit hash: 8150663f146d2a5938d4e50a6eac281037641cc0 commit hash: 8150663f146d2a5938d4e50a6eac281037641cc0 8150663
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 20 Feb 2023
13:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mongodb40: Mark DEPRECATED

- Upstream EOL reached on 2021-04-30
- Set EXPIRATION_DATE 2023-06-30

See: https://www.mongodb.com/support-policy/lifecycles

Approved by:	portmgr (blanket)
commit hash: 3be0c972fd705425bc6d9fd18b364fa8518d70ae commit hash: 3be0c972fd705425bc6d9fd18b364fa8518d70ae commit hash: 3be0c972fd705425bc6d9fd18b364fa8518d70ae commit hash: 3be0c972fd705425bc6d9fd18b364fa8518d70ae 3be0c97
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 29 Jun 2022
15:57 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS_INSTALL in the databases category

Approved by:	portmgr (implicit)
commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 da00957
Sunday, 22 May 2022
20:17 Dima Panov (fluffy) search for other commits by this committer
databases/mongodb40: switch to bundled old boost

PR:	246106
commit hash: 617a8b4cd8dca0ef1563a1727540a99d91eaba45 commit hash: 617a8b4cd8dca0ef1563a1727540a99d91eaba45 commit hash: 617a8b4cd8dca0ef1563a1727540a99d91eaba45 commit hash: 617a8b4cd8dca0ef1563a1727540a99d91eaba45 617a8b4
Thursday, 27 Jan 2022
17:51 Neel Chauhan (nc) search for other commits by this committer Author: Ronald Klop
databases/mongodb40: Update to 4.0.28

PR:		261509
Approved by:	maintainer
commit hash: c44a9e53fe8e71af57f62935353e89069c5e5048 commit hash: c44a9e53fe8e71af57f62935353e89069c5e5048 commit hash: c44a9e53fe8e71af57f62935353e89069c5e5048 commit hash: c44a9e53fe8e71af57f62935353e89069c5e5048 c44a9e5
Monday, 25 Oct 2021
12:58 Alexey Dokuchaev (danfe) search for other commits by this committer
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)

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.
commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 61b6613
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Wednesday, 22 Sep 2021
07:53 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Ronald Klop
databases/mongodb40: Update to 4.0.27

- re-apply shebangfix (suggested by stage-qa)
- register conflict with mongodb50

https://docs.mongodb.com/manual/release-notes/4.0-changelog/#std-label-4.0.27-changelog

PR:		258454
commit hash: 9db431060584b6a0580979cc063785e85d5e468e commit hash: 9db431060584b6a0580979cc063785e85d5e468e commit hash: 9db431060584b6a0580979cc063785e85d5e468e commit hash: 9db431060584b6a0580979cc063785e85d5e468e 9db4310
Monday, 14 Jun 2021
21:49 Neel Chauhan (nc) search for other commits by this committer Author: Ronald Klop
databases/mongodb40: Update to 4.0.25

PR:		256551
Approved by:	dev.ashevchuk AT gmail DOT com (maintainer)
commit hash: 32523ea27d2aceb45eaeb71d3626206eb607ed54 commit hash: 32523ea27d2aceb45eaeb71d3626206eb607ed54 commit hash: 32523ea27d2aceb45eaeb71d3626206eb607ed54 commit hash: 32523ea27d2aceb45eaeb71d3626206eb607ed54 32523ea
Monday, 10 May 2021
05:44 Fernando Apesteguía (fernape) search for other commits by this committer
databases/mongodb40: Update to 4.0.24

ChangeLog: https://docs.mongodb.com/manual/release-notes/4.0/

PR:	255118
Reported by:	ronald-lists@klop.ws
Reviewed by:	dev.ashevchuk@gmail.com (maintainer)
commit hash: c84161e418f724bed7dec7e2386b13a059ff395d commit hash: c84161e418f724bed7dec7e2386b13a059ff395d commit hash: c84161e418f724bed7dec7e2386b13a059ff395d commit hash: c84161e418f724bed7dec7e2386b13a059ff395d c84161e
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 13 Jan 2021
21:12 pkubaj search for other commits by this committer
Add powerpc64le to ONLY_FOR_ARCHS_REASON and remove redundant "".
Original commitRevision:561509 
Monday, 11 Jan 2021
21:49 pkubaj search for other commits by this committer
ses/mongodb40: port to powerc64le

Similar patchset to what was already used in mongodb42 and mongodb44.

Approved by:    tier 2 blanket
Original commitRevision:561282 
Sunday, 10 Jan 2021
19:32 rene search for other commits by this committer
Remove empty PY_TYPING from ports using Python 3.6+

Leave out textproc/py-sphinx[18] for now.
Original commitRevision:561105 
Tuesday, 1 Dec 2020
17:37 mikael search for other commits by this committer
databases/mongodb40: Update to 4.0.21 (mongodb40-tools also)

  - 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)
Original commitRevision:556769 
Sunday, 29 Nov 2020
16:47 mikael search for other commits by this committer
databases/mongodb40: allow build with python 3

PR:		249598
Submitted by:	Ronald Klop
Approved by:	dev.ashevchuk (maintainer, previous version)
Original commitRevision:556589 
Monday, 29 Jun 2020
18:07 pi search for other commits by this committer
databases/mongodb40: update 4.0.18 -> 4.0.19

- License changed to Server Side Public License

PR:		247412, 238684
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Approved by:	dev.ashevchuk@gmail.com (maintainer)
Relnotes:	https://docs.mongodb.com/manual/release-notes/4.0/#jun-15-2020
Original commitRevision:540821 
Tuesday, 16 Jun 2020
16:36 mikael search for other commits by this committer
databases/mongodb40: Update to 4.0.18

PR:		245976
Submitted by:	Ronald Klop
Approved by:	Andrew Shevchuk (maintainer)
Original commitRevision:539367 
Sunday, 7 Jun 2020
09:50 pi search for other commits by this committer
New port: databases/mongodb42

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/
Original commitRevision:538150 
Monday, 25 May 2020
18:33 sunpoet search for other commits by this committer
Update USES=scons to specify scons of Python 2

- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Original commitRevision:536497 
Wednesday, 11 Dec 2019
17:53 jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
Original commitRevision:519824 
Saturday, 12 Oct 2019
10:33 pi search for other commits by this committer
databases/mongodb40: upgrade 4.0.8 -> 4.0.12

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
Original commitRevision:514327 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
Original commitRevision:509290 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:507372 
Friday, 31 May 2019
10:00 sunpoet search for other commits by this committer
Introduce PY_TYPING and simplify Makefile

Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.

With hat:	python
Original commitRevision:503133 
Saturday, 13 Apr 2019
19:11 pi search for other commits by this committer
databases/mongodb40: upgrade 4.0.6 -> 4.0.8

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/
Original commitRevision:498825 
Friday, 12 Apr 2019
06:36 jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

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
Original commitRevision:498698 
Saturday, 2 Mar 2019
13:10 pi search for other commits by this committer
New port: databases/mongodb40

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>
Original commitRevision:494401 

Number of commits found: 31