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: misc/mnn/Makefile

Number of commits found: 37

Thursday, 14 Mar 2024
17:44 Yuri Victorovich (yuri) search for other commits by this committer
misc/mnn: update 2.6.0 → 2.8.1

Reported by:	portscout
commit hash: 723a3c37a624473f06a897f24a8f861b98813011 commit hash: 723a3c37a624473f06a897f24a8f861b98813011 commit hash: 723a3c37a624473f06a897f24a8f861b98813011 commit hash: 723a3c37a624473f06a897f24a8f861b98813011 723a3c3
Thursday, 14 Dec 2023
17:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 24.4

- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 69e2e87
Friday, 7 Jul 2023
07:26 Yuri Victorovich (yuri) search for other commits by this committer
misc/mnn: Update 2.5.1 → 2.6.0

Reported by:	portscout
commit hash: bb26a748a89784a94de78cfe7ec92a1a5323c7f6 commit hash: bb26a748a89784a94de78cfe7ec92a1a5323c7f6 commit hash: bb26a748a89784a94de78cfe7ec92a1a5323c7f6 commit hash: bb26a748a89784a94de78cfe7ec92a1a5323c7f6 bb26a74
Saturday, 3 Jun 2023
14:24 Yuri Victorovich (yuri) search for other commits by this committer
misc/mnn: Update 2.5.0 → 2.5.1

Reported by:	portscout
commit hash: c68590749218a6b10b986ad0f86cb97c96e38352 commit hash: c68590749218a6b10b986ad0f86cb97c96e38352 commit hash: c68590749218a6b10b986ad0f86cb97c96e38352 commit hash: c68590749218a6b10b986ad0f86cb97c96e38352 c685907
Sunday, 30 Apr 2023
18:26 Yuri Victorovich (yuri) search for other commits by this committer
misc/mnn: Update 2.4.0 → 2.5.0

Reported by:	portscout
commit hash: 248d16418a6eb5ee00ce2dcd471491953188b0e5 commit hash: 248d16418a6eb5ee00ce2dcd471491953188b0e5 commit hash: 248d16418a6eb5ee00ce2dcd471491953188b0e5 commit hash: 248d16418a6eb5ee00ce2dcd471491953188b0e5 248d164
Tuesday, 14 Mar 2023
09:57 Yuri Victorovich (yuri) search for other commits by this committer
misc/mnn: Update 1.2.0 → 2.4.0

Reported by:	portscout
commit hash: 261d635f8715f14a163e74ce0c6b57ceb4a3f26e commit hash: 261d635f8715f14a163e74ce0c6b57ceb4a3f26e commit hash: 261d635f8715f14a163e74ce0c6b57ceb4a3f26e commit hash: 261d635f8715f14a163e74ce0c6b57ceb4a3f26e 261d635
Sunday, 9 Oct 2022
15:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.21.7

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 05e7a8b
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
Saturday, 14 May 2022
21:35 Yuri Victorovich (yuri) search for other commits by this committer
devel/flatbuffers: Update 2.0.5 -> 2.0.6

Forked 2.0.5 as devel/flatbuffers205.

Several dependencies use flatbuffers headers generated
by previous versions of flatbuffers which from now on
will be incompatible with newer flatbuffers versions.

PR:		263552
Reported by:	jbeich@
commit hash: 00e206324446713ae3e6ef3755698a4d3923c6f9 commit hash: 00e206324446713ae3e6ef3755698a4d3923c6f9 commit hash: 00e206324446713ae3e6ef3755698a4d3923c6f9 commit hash: 00e206324446713ae3e6ef3755698a4d3923c6f9 00e2063
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.20.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b 10d211b
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.19.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 f7e42ce
Wednesday, 21 Jul 2021
18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.17.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 f4acead
Sunday, 20 Jun 2021
17:47 Yuri Victorovich (yuri) search for other commits by this committer
misc/mnn: Update 1.1.0 -> 1.2.0

Reported by:	portscout
commit hash: 3aee942fbf503522990bf84545bfe10e6141f016 commit hash: 3aee942fbf503522990bf84545bfe10e6141f016 commit hash: 3aee942fbf503522990bf84545bfe10e6141f016 commit hash: 3aee942fbf503522990bf84545bfe10e6141f016 3aee942
Tuesday, 11 May 2021
19:49 Yuri Victorovich (yuri) search for other commits by this committer
devel/flatbuffers: Update 1.12.0 -> 2.0.0

Reported by:	portscout
commit hash: 454ec5251bda5fc33c94368d9f90527fc857ac3e commit hash: 454ec5251bda5fc33c94368d9f90527fc857ac3e commit hash: 454ec5251bda5fc33c94368d9f90527fc857ac3e commit hash: 454ec5251bda5fc33c94368d9f90527fc857ac3e 454ec52
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
Tuesday, 26 Jan 2021
14:01 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:562671 
Friday, 6 Nov 2020
21:28 yuri search for other commits by this committer
misc/mnn: Update 1.0.0 -> 1.1.0

Reported by:	portscout
Original commitRevision:554319 
Sunday, 20 Sep 2020
18:14 yuri search for other commits by this committer
misc/mnn: Fix build on 13 by unbundling Flatbuffers

The bundled Flatbuffers was failing to build on 13 for some reason.

Reported by:	fallout
MFH:		2020Q3
Original commitRevision:549125 
Sunday, 30 Aug 2020
20:19 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:547081 
Wednesday, 3 Jun 2020
18:32 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:537830 
Saturday, 23 May 2020
17:21 yuri search for other commits by this committer
misc/mnn: Fix and improve options (installed apps)
Original commitRevision:536321 
08:55 yuri search for other commits by this committer
misc/mnn: Add options for converter, training, tools, etc
Original commitRevision:536274 
Sunday, 17 May 2020
09:48 yuri search for other commits by this committer
misc/mnn: Update 0.2.2.3 -> 1.0.0

Reported by:	portscout
Original commitRevision:535539 
Friday, 17 Apr 2020
05:24 yuri search for other commits by this committer
misc/mnn: Update 0.2.2.2 -> 0.2.2.3

Reported by:	portscout
Original commitRevision:531898 
Tuesday, 7 Apr 2020
21:35 yuri search for other commits by this committer
misc/mnn: Update 0.2.2.1 -> 0.2.2.2

Reported by:	portscout
Original commitRevision:531032 
Saturday, 28 Mar 2020
04:10 yuri search for other commits by this committer
misc/mnn: Update 0.2.2.0 -> 0.2.2.1

Reported by:	p;ortscout
Original commitRevision:529307 
Tuesday, 17 Mar 2020
05:55 yuri search for other commits by this committer
misc/mnn: Update 0.2.1.9 -> 0.2.2.0

Reported by:	portscout
Original commitRevision:528560 
Friday, 13 Mar 2020
16:12 yuri search for other commits by this committer
misc/mnn: Update 0.2.1.8 -> 0.2.1.9

Reported by:	portscout
Original commitRevision:528360 
Friday, 28 Feb 2020
04:15 yuri search for other commits by this committer
misc/mnn: Update 0.2.1.7 -> 0.2.1.8

Reported by:	portscout
Original commitRevision:527318 
Saturday, 18 Jan 2020
18:46 yuri search for other commits by this committer
misc/mnn: Update the tarball because it was re-released by the upstream

The previous port update was at 2020-01-16 06:55:46Z, so the previous verion of
this release was made before this time.
This re-release was made, according to GitHub, at 2020-01-17 04:08:00 PST
(2020-01-17 12:08:00Z).

Reported by:	fallout
Original commitRevision:523479 
Thursday, 16 Jan 2020
06:55 yuri search for other commits by this committer
misc/mnn: Update 0.2.1.6 -> 0.2.1.7

Reported by:	portscout
Original commitRevision:523208 
Monday, 13 Jan 2020
10:38 pkubaj search for other commits by this committer
misc/mnn: fix build on non-x86

Disable AVX and SSE on non-x86 architectures.

PR:		243303
Approved by:	yuri (maintainer)
Original commitRevision:522877 
Thursday, 2 Jan 2020
08:12 yuri search for other commits by this committer
misc/mnn: Broken on i386

Reported by:	fallout
Original commitRevision:521801 
Wednesday, 1 Jan 2020
07:33 yuri search for other commits by this committer
misc/mnn: Update 0.2.1.5 -> 0.2.1.6

Reported by:	portscout
Original commitRevision:521677 
Tuesday, 31 Dec 2019
06:46 linimon search for other commits by this committer
Fix build on GCC-based systems:

  cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:521596 
Sunday, 29 Dec 2019
18:52 yuri search for other commits by this committer
New port: misc/mnn: Lightweight deep neural network inference engine
Original commitRevision:521406 

Number of commits found: 37