Transifex is retiring the v2 API and has introduced a new go-based client for v3 API. I threw together a port for it (textproc/go-transifex-client) because I needed one Right Now (tm). The v2 API application doesn't work anymore (april 2023), the API it wants to talk to seems to be dead (or moved to app.transifex.com, I didn't investigate really hard because it's only remaiing until june anyway). I think the old client should be marked deprecated; feel free, bofh@, to take over the new client if you don't mind maintaing a go-based port.
Will do in my next batch of commits.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=013c8593183d1c6bd9acc9e6808cbb70803b0f8f commit 013c8593183d1c6bd9acc9e6808cbb70803b0f8f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-24 20:25:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-25 17:30:46 +0000 textproc/py-transifex-client: Mark DEPRECATED Transifex is retiring the v2 API and has introduced a new go-based client for v3 API. adridg@ has ported the new client which is available at textproc/go-transifex-client. The v2 API application doesn't work anymore (april 2023), the API it wants to talk to seems to be dead or moved to app.transifex.com. PR: 271050 Reported by: adridg textproc/py-transifex-client/Makefile | 3 +++ 1 file changed, 3 insertions(+)
Go is a no go for me. So enjoy your port. :P