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: graphics/openimageio-ociov1/Makefile

Number of commits found: 17

Tuesday, 20 Dec 2022
07:20 Li-Wen Hsu (lwhsu) search for other commits by this committer
Cleanup dependencies of blender-lts28

graphics/opencoloriov1 and graphics/openimageio-ociov1 were created to
provide old library versions to support the blender-lts28 port which has
been deleted after EOL.

PR:		268477
Reported by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
commit hash: 805e6e1d61f0a4e6b8c759888e217372c30ce1c5 commit hash: 805e6e1d61f0a4e6b8c759888e217372c30ce1c5 commit hash: 805e6e1d61f0a4e6b8c759888e217372c30ce1c5 commit hash: 805e6e1d61f0a4e6b8c759888e217372c30ce1c5 805e6e1
Monday, 19 Dec 2022
09:31 Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e 2af489c
Thursday, 3 Nov 2022
11:32 Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.7.0

and bump dependent ports' revisions.

Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60 commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60 commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60 commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60 e02e127
Sunday, 30 Oct 2022
18:34 Yuri Victorovich (yuri) search for other commits by this committer
misc/openvdb: Update 9.1.0 -> 10.0.0

Reported by:	portscout
commit hash: c61b52fcefebdca7ff64ef964f4d22118c6456a1 commit hash: c61b52fcefebdca7ff64ef964f4d22118c6456a1 commit hash: c61b52fcefebdca7ff64ef964f4d22118c6456a1 commit hash: c61b52fcefebdca7ff64ef964f4d22118c6456a1 c61b52f
Monday, 24 Oct 2022
06:56 Dima Panov (fluffy) search for other commits by this committer
graphics/ptex: update to 2.4.2 release (+)

* Drop custom do-install target, cmake automation do it well
* Bump direct consumers

Changes sinve 2.3.2 release:
v2.4.0	May 18, 2021	API: headers and DSOs hide non-API symbols by default.
v2.4.1	Aug 3, 2021	API: Windows symbol visibility fixes.
v2.4.2	Aug 4, 2022	API: Windows Clang/14 support, visibility fixes and cmake
enhancements.

Approved by:	maintaimer (implicit)
commit hash: 5c793405d0e9f0aa05553a2888d6e31b1a17edb1 commit hash: 5c793405d0e9f0aa05553a2888d6e31b1a17edb1 commit hash: 5c793405d0e9f0aa05553a2888d6e31b1a17edb1 commit hash: 5c793405d0e9f0aa05553a2888d6e31b1a17edb1 5c79340
Wednesday, 28 Sep 2022
10:28 Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.6.0

and bump dependent ports' revisions.

Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1 commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1 commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1 commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1 e3eba48
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
Friday, 2 Sep 2022
07:12 Tobias C. Berner (tcberner) search for other commits by this committer
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe

This was missed in the upgrade of graphics/opencv.

Reported by:	VVD
commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8 commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8 commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8 commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8 a49cb0f
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 20 Jul 2022
14:35 Tobias C. Berner (tcberner) search for other commits by this committer
science/hdf5: bump PORTREVISION of consumers

The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .

Reported by:	VVD <vvd@unislabs.com>
commit hash: 5564b3b420db29745d2d4981d1963200ddf53e35 commit hash: 5564b3b420db29745d2d4981d1963200ddf53e35 commit hash: 5564b3b420db29745d2d4981d1963200ddf53e35 commit hash: 5564b3b420db29745d2d4981d1963200ddf53e35 5564b3b
Thursday, 7 Jul 2022
15:42 Dima Panov (fluffy) search for other commits by this committer
graphics/openimageio-ociov1: update to 2.2.21.0 release (+)

Changelog:	https://github.com/OpenImageIO/oiio/releases/tag/v2.2.20.0 \
		https://github.com/OpenImageIO/oiio/releases/tag/v2.2.21.0
Approved by:	maintainer (implicit)
commit hash: 5c2b7465572dfabd144da28c64b61235ce5b5078 commit hash: 5c2b7465572dfabd144da28c64b61235ce5b5078 commit hash: 5c2b7465572dfabd144da28c64b61235ce5b5078 commit hash: 5c2b7465572dfabd144da28c64b61235ce5b5078 5c2b746
Saturday, 11 Jun 2022
20:29 Yuri Victorovich (yuri) search for other commits by this committer
misc/openvdb: Update 9.0.0 -> 9.1.0

Reported by:	portscout
commit hash: 598609b371fbafc7b469e2789325d546fd04aa8f commit hash: 598609b371fbafc7b469e2789325d546fd04aa8f commit hash: 598609b371fbafc7b469e2789325d546fd04aa8f commit hash: 598609b371fbafc7b469e2789325d546fd04aa8f 598609b
Sunday, 22 May 2022
20:17 Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd b082b3d
Monday, 16 May 2022
18:45 Yuri Victorovich (yuri) search for other commits by this committer
graphics/dcmtk: Update 3.6.6 -> 3.6.7

4 other ports are bumped, one is patched.
commit hash: 2be916dd00df3e1ec986b948da5fbd1c00dbaefe commit hash: 2be916dd00df3e1ec986b948da5fbd1c00dbaefe commit hash: 2be916dd00df3e1ec986b948da5fbd1c00dbaefe commit hash: 2be916dd00df3e1ec986b948da5fbd1c00dbaefe 2be916d
Saturday, 26 Feb 2022
12:18 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump PORTREVISION of users due to bump of graphics/libheif
commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488 commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488 commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488 commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488 6c15051
Friday, 18 Feb 2022
08:54 Dima Panov (fluffy) search for other commits by this committer
graphics/openimageio-ociov1: drop unneeded dependency on openjpeg15 (+)

PR:	262016
Approved by:	maintainer
Sponsored by:	Netzkommune GmbH
commit hash: 9527960cd0a99831cbad635aae45d8dcfacbb9f0 commit hash: 9527960cd0a99831cbad635aae45d8dcfacbb9f0 commit hash: 9527960cd0a99831cbad635aae45d8dcfacbb9f0 commit hash: 9527960cd0a99831cbad635aae45d8dcfacbb9f0 9527960
Tuesday, 1 Feb 2022
17:04 Dima Panov (fluffy) search for other commits by this committer
graphics/openimageio-ociov1: compat library for ICIOv1 support

New port that provides oiio library that is linked against ociov1
This allows blender-lts28 to compile while it still has six months official
support

PR:		260310
Sponsored by:	Netzkommune GmbH.
commit hash: 436b1bb08ad0f453c2f8b50bf1e0146e1e50fe0d commit hash: 436b1bb08ad0f453c2f8b50bf1e0146e1e50fe0d commit hash: 436b1bb08ad0f453c2f8b50bf1e0146e1e50fe0d commit hash: 436b1bb08ad0f453c2f8b50bf1e0146e1e50fe0d 436b1bb

Number of commits found: 17