Created attachment 266483 [details] new port patch keepass-diff is a CLI-tool to diff two Keepass (.kdbx) files. This port was once submitted bug 262703, but seems to be stuck. So I made a new port with recent version myself.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e541676ef697d47638e99add07f54554f481c06 commit 9e541676ef697d47638e99add07f54554f481c06 Author: Hiroo Ono <hiroo.ono+freebsd@gmail.com> AuthorDate: 2025-12-30 02:52:05 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2025-12-30 02:52:05 +0000 Add security/keepass-diff: CLI-tool to diff two Keepass (.kdbx) files PR: 291900 security/Makefile | 1 + security/keepass-diff/Makefile (new) | 26 ++++++ security/keepass-diff/Makefile.crates (new) | 68 ++++++++++++++ security/keepass-diff/distinfo (new) | 139 ++++++++++++++++++++++++++++ security/keepass-diff/pkg-descr (new) | 2 + 5 files changed, 236 insertions(+)