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: multimedia/py-opentimelineio/Makefile

Number of commits found: 12

Thursday, 11 Apr 2024
09:16 Max Brazhnikov (makc) search for other commits by this committer
*/*: convert to cmake:indirect

Convert bunch of ports to USES=cmake:indirect
commit hash: 43d9a1336ddec3ddb059a4c78b33888272692c36 commit hash: 43d9a1336ddec3ddb059a4c78b33888272692c36 commit hash: 43d9a1336ddec3ddb059a4c78b33888272692c36 commit hash: 43d9a1336ddec3ddb059a4c78b33888272692c36 43d9a13
Friday, 5 Apr 2024
09:15 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/{,py-}opentimelineio: update 0.15 → 0.16.0

Reported by:	portscout
commit hash: ba2d7a164f49b78a4aca8207d6899cadea645818 commit hash: ba2d7a164f49b78a4aca8207d6899cadea645818 commit hash: ba2d7a164f49b78a4aca8207d6899cadea645818 commit hash: ba2d7a164f49b78a4aca8207d6899cadea645818 ba2d7a1
Friday, 2 Jun 2023
21:40 Matthias Andree (mandree) search for other commits by this committer
*: bump PORTREVISION of Imath users

...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
commit hash: a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251 commit hash: a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251 commit hash: a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251 commit hash: a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251 a5fbd2f
Sunday, 28 May 2023
18:39 Matthias Andree (mandree) search for other commits by this committer
*: Bump revision of ports using math/Imath

...after its major revision update.
commit hash: e434b500175e89501f34ed0f2056b13b44b67bed commit hash: e434b500175e89501f34ed0f2056b13b44b67bed commit hash: e434b500175e89501f34ed0f2056b13b44b67bed commit hash: e434b500175e89501f34ed0f2056b13b44b67bed e434b50
Saturday, 4 Mar 2023
10:41 Matthias Andree (mandree) search for other commits by this committer
*: Bump PORTREVISION of math/Imath users
commit hash: 5327591576c55969cc09cf30730cccaa538dcd1c commit hash: 5327591576c55969cc09cf30730cccaa538dcd1c commit hash: 5327591576c55969cc09cf30730cccaa538dcd1c commit hash: 5327591576c55969cc09cf30730cccaa538dcd1c 5327591
Friday, 30 Sep 2022
03:09 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/{,py-}opentimelineio: Add PORTSCOUT tag
commit hash: ac37a7fd8da36e3a8bb0307120fda8d41b7b37dd commit hash: ac37a7fd8da36e3a8bb0307120fda8d41b7b37dd commit hash: ac37a7fd8da36e3a8bb0307120fda8d41b7b37dd commit hash: ac37a7fd8da36e3a8bb0307120fda8d41b7b37dd ac37a7f
Wednesday, 28 Sep 2022
03:47 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/{,py-}opentimelineio: Update 0.14.1 -> 0.15

Reported by:	portscout
commit hash: 7ed1fc3b2da91b952ddbc22b3efdc10fc413be9f commit hash: 7ed1fc3b2da91b952ddbc22b3efdc10fc413be9f commit hash: 7ed1fc3b2da91b952ddbc22b3efdc10fc413be9f commit hash: 7ed1fc3b2da91b952ddbc22b3efdc10fc413be9f 7ed1fc3
Friday, 9 Sep 2022
20:32 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Update path set in BUILD_DEPENDS for CMake

Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
commit hash: e942e560c468063b850b05ae3df340b36f24c7b5 commit hash: e942e560c468063b850b05ae3df340b36f24c7b5 commit hash: e942e560c468063b850b05ae3df340b36f24c7b5 commit hash: e942e560c468063b850b05ae3df340b36f24c7b5 e942e56
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
Sunday, 8 May 2022
19:48 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/{,py-}opentimelineio: Update PORTSCOUT tag
commit hash: b0e9f854a8bb6b4995332a09b0c9c6aa69a392a2 commit hash: b0e9f854a8bb6b4995332a09b0c9c6aa69a392a2 commit hash: b0e9f854a8bb6b4995332a09b0c9c6aa69a392a2 commit hash: b0e9f854a8bb6b4995332a09b0c9c6aa69a392a2 b0e9f85
Sunday, 6 Feb 2022
11:02 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/{,py-}opentimelineio: Add PORTSCOUT tag
commit hash: f2cdbc58a12704d695bcf308aa2691ae1f4deca7 commit hash: f2cdbc58a12704d695bcf308aa2691ae1f4deca7 commit hash: f2cdbc58a12704d695bcf308aa2691ae1f4deca7 commit hash: f2cdbc58a12704d695bcf308aa2691ae1f4deca7 f2cdbc5
Saturday, 29 Jan 2022
21:02 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/py-opentimelineio: New port: API and interchange format for editorial
timeline information
commit hash: da8e77d5cc5acb2d772caa322cbe07164136404f commit hash: da8e77d5cc5acb2d772caa322cbe07164136404f commit hash: da8e77d5cc5acb2d772caa322cbe07164136404f commit hash: da8e77d5cc5acb2d772caa322cbe07164136404f da8e77d

Number of commits found: 12