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/ytfzf/Makefile

Number of commits found: 11

Thursday, 1 Feb 2024
11:53 Nuno Teixeira (eduardo) search for other commits by this committer
multimedia/ytfzf: Update to 2.6.2

ChangeLog: https://github.com/pystardust/ytfzf/releases/tag/v2.6.2
commit hash: e36ab4e0de24f7c3b9d6b7dcfb3b8eb86bf39889 commit hash: e36ab4e0de24f7c3b9d6b7dcfb3b8eb86bf39889 commit hash: e36ab4e0de24f7c3b9d6b7dcfb3b8eb86bf39889 commit hash: e36ab4e0de24f7c3b9d6b7dcfb3b8eb86bf39889 e36ab4e
Wednesday, 13 Sep 2023
12:05 Nuno Teixeira (eduardo) search for other commits by this committer
multimedia/ytfzf: Update to 2.6.1

ChangeLog: https://github.com/pystardust/ytfzf/releases/tag/v2.6.1
commit hash: e75929b85ff97b5e3e05248108de9bff8cdd7e7e commit hash: e75929b85ff97b5e3e05248108de9bff8cdd7e7e commit hash: e75929b85ff97b5e3e05248108de9bff8cdd7e7e commit hash: e75929b85ff97b5e3e05248108de9bff8cdd7e7e e75929b
Saturday, 13 May 2023
08:56 Nuno Teixeira (eduardo) search for other commits by this committer
multimedia/ytfzf: Update to 2.6.0

- Take maintainership
- Install manual pages

ChangeLog: https://github.com/pystardust/ytfzf/releases/tag/v2.6.0
commit hash: a0dcd38ffe974d44c5993c6f30068bcc9051b772 commit hash: a0dcd38ffe974d44c5993c6f30068bcc9051b772 commit hash: a0dcd38ffe974d44c5993c6f30068bcc9051b772 commit hash: a0dcd38ffe974d44c5993c6f30068bcc9051b772 a0dcd38
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Monday, 24 Apr 2023
09:49 Mateusz Piotrowski (0mp) search for other commits by this committer
multimedia/ytfzf: Return to the pool
commit hash: 715a097cb5ea8e4438b487fe7f326df9ccf165f4 commit hash: 715a097cb5ea8e4438b487fe7f326df9ccf165f4 commit hash: 715a097cb5ea8e4438b487fe7f326df9ccf165f4 commit hash: 715a097cb5ea8e4438b487fe7f326df9ccf165f4 715a097
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
Monday, 6 Dec 2021
14:09 Joseph Mingrone (jrm) search for other commits by this committer
Ports that depend on youtube-dl: Depend on yt-dlp

yt-dlp [1] is a youtube-dl fork with additional features and fixes.  For
ports that depend on www/youtube-dl switch the dependency to www/yt-dlp.
For ports that have an optional dependency on www/youtube-dl, create a
new OPTIONS_RADIO that includes www/yt-dlp and make it the default.

[1] https://github.com/yt-dlp/yt-dlp

Other changes:
- www/yt-dlp: Turn the symlink option on by default
- www/py-pafy: Fix build when depending on www/yt-dlp

PR:		259944
Reported by:	Oleh Vinichenko <moonlapse81@gmail.com>
Reviewed by:	diizzy, Oleh Vinichenko <moonlapse81@gmail.com>,
		VVD <vvd@unislabs.com>
Approved by:	0mp, adridg (kde@), rm, tcberner (multimedia@),
		yuri (maintainers)
		acm and nivit (maintainers, timeout)
Differential Revision:	https://reviews.freebsd.org/D33090
commit hash: 80e4e8275e9dfacaea51df8008738c9df3fd3522 commit hash: 80e4e8275e9dfacaea51df8008738c9df3fd3522 commit hash: 80e4e8275e9dfacaea51df8008738c9df3fd3522 commit hash: 80e4e8275e9dfacaea51df8008738c9df3fd3522 80e4e82
Wednesday, 30 Jun 2021
23:55 Mateusz Piotrowski (0mp) search for other commits by this committer
multimedia/ytfzf: Update to 1.2.0
commit hash: 8bfb9ea01c9157b384f1ecdd2037a2b79f9a19af commit hash: 8bfb9ea01c9157b384f1ecdd2037a2b79f9a19af commit hash: 8bfb9ea01c9157b384f1ecdd2037a2b79f9a19af commit hash: 8bfb9ea01c9157b384f1ecdd2037a2b79f9a19af 8bfb9ea
Sunday, 23 May 2021
20:39 Mateusz Piotrowski (0mp) search for other commits by this committer
multimedia/ytfzf: Update to 1.1.6
commit hash: 8dbf0b540ede039c022475b50e986c5c430dbdaa commit hash: 8dbf0b540ede039c022475b50e986c5c430dbdaa commit hash: 8dbf0b540ede039c022475b50e986c5c430dbdaa commit hash: 8dbf0b540ede039c022475b50e986c5c430dbdaa 8dbf0b5
Tuesday, 4 May 2021
22:45 Mateusz Piotrowski (0mp) search for other commits by this committer
multimedia/ytfzf: Update to 1.1.5
commit hash: 24190856a00b0dec5e57f27c921e2be11ba9e1c4 commit hash: 24190856a00b0dec5e57f27c921e2be11ba9e1c4 commit hash: 24190856a00b0dec5e57f27c921e2be11ba9e1c4 commit hash: 24190856a00b0dec5e57f27c921e2be11ba9e1c4 2419085
Saturday, 17 Apr 2021
15:17 Mateusz Piotrowski (0mp) search for other commits by this committer
multimedia/ytfzf: Add a new port
commit hash: 8625cb0619b2f049ddbb522ed3917ba96cf6deac commit hash: 8625cb0619b2f049ddbb522ed3917ba96cf6deac commit hash: 8625cb0619b2f049ddbb522ed3917ba96cf6deac commit hash: 8625cb0619b2f049ddbb522ed3917ba96cf6deac 8625cb0

Number of commits found: 11