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/mongodb36-tools/Makefile

Number of commits found: 25

Thursday, 30 Mar 2023
23:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mongodb36-tools: Remove expired port:

2023-03-31 databases/mongodb36-tools: Upstream EOL reached on 2021-04-30
commit hash: a45080cfa41fe51413e1704e53bfacd22cc368be commit hash: a45080cfa41fe51413e1704e53bfacd22cc368be commit hash: a45080cfa41fe51413e1704e53bfacd22cc368be commit hash: a45080cfa41fe51413e1704e53bfacd22cc368be a45080c
Thursday, 9 Mar 2023
19:18 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go ports update
commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d 0907973
Monday, 20 Feb 2023
13:01 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mongodb36-tools: Mark DEPRECATED

- Upstream EOL reached on 2021-04-30
- Set EXPIRATION_DATE on 2023-03-31

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

Approved by:    portmgr (blanket)
commit hash: ee22944a89e852dde9792cdd1391ca86f6f232ae commit hash: ee22944a89e852dde9792cdd1391ca86f6f232ae commit hash: ee22944a89e852dde9792cdd1391ca86f6f232ae commit hash: ee22944a89e852dde9792cdd1391ca86f6f232ae ee22944
Wednesday, 15 Feb 2023
19:06 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
commit hash: 56b5ec772f679a600dabe41622c1350594628286 commit hash: 56b5ec772f679a600dabe41622c1350594628286 commit hash: 56b5ec772f679a600dabe41622c1350594628286 commit hash: 56b5ec772f679a600dabe41622c1350594628286 56b5ec7
Thursday, 9 Feb 2023
21:55 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after GO_DEFAULT update.
commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d 2297efc
Saturday, 14 Jan 2023
11:31 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTVERSION after lang/go{118,119} update
commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 3b383d8
Sunday, 11 Dec 2022
11:17 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a d9ad100
Thursday, 6 Oct 2022
19:24 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 bde5186
Thursday, 8 Sep 2022
16:33 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 f05c98f
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, 3 Aug 2022
21:35 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go update

Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 4476f89
Thursday, 14 Jul 2022
12:46 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{117,118} update
commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a 153cb65
Tuesday, 7 Jun 2022
21:56 Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: Bump port revisons after lang/go{117,118} update
commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 309cdec
Wednesday, 30 Mar 2022
07:01 Guangyuan Yang (ygy) search for other commits by this committer
*/*: Bump PORTREVISION after lang/go 1.18 update
commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 d690b51
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
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
Friday, 5 Mar 2021
19:23 nc search for other commits by this committer
databases/mongodb36-tools: unbreak with go1.16

PR:		253689
Submitted by:	Daniel Horecki <morr AT morr DOT pl>
Approved by:	numisemis AT yahoo DOT com (maintainer)
Original commitRevision:567411 
Wednesday, 10 Jun 2020
13:25 mfechner search for other commits by this committer
New Port: databases/mongodb42-tools

Update mongo tools to version 4.2 which is required to manage mongodb version
4.2.

PR:		247021
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Reviewed by:	mfechner
Relnotes:	https://docs.mongodb.com/manual/release-notes/4.2/
Original commitRevision:538395 
Wednesday, 1 Jan 2020
17:27 brnrd search for other commits by this committer
Chase rename of security/openssl111

 - Categories a-m

MFH:		2020Q1
Original commitRevision:521748 
Saturday, 29 Jun 2019
03:51 tobik search for other commits by this committer
Convert all Go ports to USES=go

This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.

USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.

PR:		238849
Submitted by:	dg@syrec.org (also D20745)
Reviewed by:	mat, tobik
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20746
Original commitRevision:505321 
Sunday, 7 Apr 2019
06:20 antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:498256 
Saturday, 10 Nov 2018
10:09 mat search for other commits by this committer
security/openssl-devel was removed, but there is a security/openssl111 now.
Original commitRevision:484599 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Saturday, 28 Jul 2018
14:50 miwi search for other commits by this committer
- Copy databases/mongodb34-tools ->  databases/mongodb36-tools
- Update to 3.6.3

PR:		227198
Sponsored by:	iXsystems Inc.
Original commitRevision:475580 

Number of commits found: 25