git: 8940501f9036 - main - devel/dep: Deprecate and set expiration date to 2022-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 May 2022 12:18:56 UTC
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=8940501f903664cba082f3ac81e86f49e1ff7e2b commit 8940501f903664cba082f3ac81e86f49e1ff7e2b Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2022-05-18 12:16:14 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-05-18 12:18:44 +0000 devel/dep: 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. --- devel/dep/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/dep/Makefile b/devel/dep/Makefile index 4c416f712e31..62ba5a871eaf 100644 --- a/devel/dep/Makefile +++ b/devel/dep/Makefile @@ -14,6 +14,9 @@ COMMENT= Prototype dependency management tool for Go LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Use Go modules +EXPIRATION_DATE= 2022-06-30 + USES= go USE_GITHUB= yes