Created attachment 250846 [details] databases/postgresql-pgaudit: Update to 16.0 Unfortunately they did not update this in a backward compatible way.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e467f1d3d01b4677b0b1157b0dfd2f6fd5b0471 commit 6e467f1d3d01b4677b0b1157b0dfd2f6fd5b0471 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2024-07-23 16:32:06 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-07-23 16:32:06 +0000 databases/postgresql-pgaudit: Update to 16.0 PR: 279192 Approved by: maintainer timeout databases/postgresql-pgaudit/Makefile | 8 ++++---- databases/postgresql-pgaudit/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-)
hello Kevin Bowling: I have a question. In fact, pgaudit has a corresponding installation package for each PostgreSQL major version. In this case, how should the ports be handled? pgaudit-pgaudit-17.0_GH0.tar.gz -> PostgreSQL 17 pgaudit-pgaudit-16.0_GH0.tar.gz -> PostgreSQL 16 Thank you.
(In reply to Haowu Ge from comment #2) There is not a great way to deal with this in the current ports for major versions. You could potentially copy databases/postgresql-pgaudit to databases/postgresql-pgaudit17. Maybe it is time to push for pgsql 17 as the default now.