Created attachment 271536 [details] git format-patch initial commit. BestPractical are adding MFA support in (ISC Sponsored this, and sponsored it being cored in base). While addition of this feature is optional, so won't break things if it's not included (I'll reach out to the mainainer of p5-rt50 and p5-rt60 about this), this is a necessary dependency which doesn't presently exist in pkg. Attached file passes poudriere testport and portlint cleanly on a 15.1-PRERELEASE system, amd64 if it matters.
Sorry, I somehow missed this. "Adding MFA support in RT5 and RT6"
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6fd470eaecb80aec62e98b15ddc761ca8e99416 commit a6fd470eaecb80aec62e98b15ddc761ca8e99416 Author: Dan Mahoney <github@gushi.org> AuthorDate: 2026-06-05 21:31:31 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2026-06-09 12:19:14 +0000 security/p5-Auth-GoogleAuth: Add new port Auth::GoogleAuth is a Perl module providing an abstraction for the TOTP (Time-based One-Time Password) algorithm as used by Google Authenticator and compatible applications (RFC 6238). It supports generating and verifying TOTP codes, producing otpauth:// URIs, and generating QR code URLs suitable for enrollment in authenticator apps. PR: 295883 security/Makefile | 1 + security/p5-Auth-GoogleAuth/Makefile (new) | 24 ++++++++++++++++++++++++ security/p5-Auth-GoogleAuth/distinfo (new) | 3 +++ security/p5-Auth-GoogleAuth/pkg-descr (new) | 6 ++++++ security/p5-Auth-GoogleAuth/pkg-plist (new) | 2 ++ 5 files changed, 36 insertions(+)
Thanks!