Created attachment 235054 [details] Update to 4.8.0
Created attachment 235061 [details] Update to 4.8.0 - GO_MODULE Hi, You can use GO_MODULE method to fetch go deps faster and without using USE_GITUB. https://docs.freebsd.org/en/books/porters-handbook/special/index.html#using-go
Created attachment 235089 [details] Use GO_MODULE to build instead of GH_TUPLE Update to 4.8.0 using GO_MODULE instead of GH_TUPLE. Thanks to eduardo@.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9da465ca0fdcea80c626e994e5abc5c0ef845375 commit 9da465ca0fdcea80c626e994e5abc5c0ef845375 Author: Matthew Horan <matt@matthoran.com> AuthorDate: 2022-07-05 18:47:47 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-05 18:49:20 +0000 security/lego: Update to 4.8.0 - switch to GO_MODULE ChangeLog: https://github.com/go-acme/lego/blob/master/CHANGELOG.md#v480---2022-06-30 PR: 265016 security/lego/Makefile | 121 +------------------------ security/lego/distinfo | 236 ++----------------------------------------------- 2 files changed, 7 insertions(+), 350 deletions(-)
Hi, You may need a go.mod clean fetch on next update, so if 'make makesum' doesn't work, just use 'make distclean makesum'. Committed, thank you!