git: e4ca9869972c - main - devel/govendor: Deprecate and set expiration date to 2022-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 May 2022 20:58:00 UTC
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4ca9869972c78e30b73adf297b6200267e7afa9 commit e4ca9869972c78e30b73adf297b6200267e7afa9 Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2022-05-19 20:54:59 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-05-19 20:54:59 +0000 devel/govendor: Deprecate and set expiration date to 2022-06-30 Unmaintained by the upstream. Go modules support is considered production now, deprecate this port and set expiration date. PR: 264068 Approved by: Randy Westlund <rwestlun@gmail.com> (maintainer) --- devel/govendor/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/govendor/Makefile b/devel/govendor/Makefile index 2ffef5218416..464d744d19c4 100644 --- a/devel/govendor/Makefile +++ b/devel/govendor/Makefile @@ -10,6 +10,9 @@ COMMENT= Go vendor tool that works with the standard vendor file LICENSE= BSD3CLAUSE +DEPRECATED= Use Go modules +EXPIRATION_DATE= 2022-06-30 + BROKEN_aarch64= fails to compile, needs vendor/golang.org/x/sys 33540a1f6037 or later USES= go