In recent update to the port, I forgot to update the used go modules. Now, I am updating them.
Created attachment 252424 [details] www/tgpt
This update is work in progress, I marked it as closed for now.
Created attachment 252429 [details] www/tgpt In recent update to the port, I forgot to update the used go modules. Now, I am updating them. Also, I removed USE_GITHUB as I learnt it is not needed if using GO_MODULE.
I re-opened the report as it is a good patch now.
Created attachment 252430 [details] poudriere testport log I attached poudriere testport log.
Created attachment 252431 [details] portlint log I attached poudriere portlint log.
Currently it requires networking to build, i am closing it again until everything is fine.
Created attachment 252432 [details] www/tgpt Now patch builds without networking. I updated Go version to 1.22 and used go modules.
Created attachment 252433 [details] poudriere testport log
Created attachment 252434 [details] portlint log
Now patch builds without networking, re-opening the report.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=39a5c2d0b3e67acc54ee0189dbc3a4205b1abc97 commit 39a5c2d0b3e67acc54ee0189dbc3a4205b1abc97 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2024-08-01 23:45:24 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-01 23:48:46 +0000 www/tgpt: Update Go version to 1.22 and used go modules In recent update to the port, I forgot to update the used go modules. Now, I am updating them. PR: 280555 279620 Fixes: fce4a9245139 (Update to 2.8.0) MFH: 2024Q3 www/tgpt/Makefile | 15 +++++++-------- www/tgpt/distinfo | 16 ++++++++-------- 2 files changed, 15 insertions(+), 16 deletions(-)
A commit in branch 2024Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=be965f2bd3b77035cf5381927f4f559288d7e3c9 commit be965f2bd3b77035cf5381927f4f559288d7e3c9 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2024-08-01 23:45:24 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-01 23:53:17 +0000 www/tgpt: Update Go version to 1.22 and used go modules In recent update to the port, I forgot to update the used go modules. Now, I am updating them. PR: 280555 279620 Fixes: fce4a9245139 (Update to 2.8.0) MFH: 2024Q3 (cherry picked from commit 39a5c2d0b3e67acc54ee0189dbc3a4205b1abc97) www/tgpt/Makefile | 15 +++++++-------- www/tgpt/distinfo | 16 ++++++++-------- 2 files changed, 15 insertions(+), 16 deletions(-)
Thanks.