Today FreeBSD stable/14 went 14.2-STABLE so I bumped poudriere jail to rebuild all my ports on 14.2 but found that port net/libpfctl is not ready yet: =======================<phase: fetch >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 => libpfctl-14.2_4.tar.gz is not in /usr/ports/net/libpfctl/distinfo. => Either /usr/ports/net/libpfctl/distinfo is out of date, or => libpfctl-14.2_4.tar.gz is spelled incorrectly. *** Error code 1
I’m aware of this, it’s already on my todo list, but libpfctl releases are made from releng branches, and the 14.2 branch doesn’t exist yet. I believe it will be created today or tomorrow. Making the new release tarball is on my todo list for tomorrow, so expect it in the next couple of days.
(In reply to Kristof Provost from comment #1) Thank you for taking care of this Kristof. There's no rush, but actually, releng/14.2 was created tonight so stable/14 was bumped to 14.2 after that.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8d75d3d6a3db4b6d865a38c1dcdcd24b50907ff commit d8d75d3d6a3db4b6d865a38c1dcdcd24b50907ff Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2024-11-02 08:39:34 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2024-11-02 08:54:26 +0000 net/libpfctl: add 14.2 support PR: 282472 Sponsored by: Rubicon Communications, LLC ("Netgate") net/libpfctl/Makefile | 4 ++-- net/libpfctl/distinfo | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-)
Thank you for the quick fix!
A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bc393132b3e1e4ccd9bb7abe771fff7dd34ee87 commit 4bc393132b3e1e4ccd9bb7abe771fff7dd34ee87 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2024-11-02 08:39:34 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2024-11-05 09:31:09 +0000 net/libpfctl: add 14.2 support PR: 282472, 282562 Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit d8d75d3d6a3db4b6d865a38c1dcdcd24b50907ff) net/libpfctl/Makefile | 4 ++-- net/libpfctl/distinfo | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-)