diff options
author | Lewis Cook <lcook@FreeBSD.org> | 2023-05-25 01:29:41 +0100 |
---|---|---|
committer | Lewis Cook <lcook@FreeBSD.org> | 2023-05-25 02:38:06 +0100 |
commit | a21b222e5326883bd8a854343340c7524219b85c (patch) | |
tree | 67841e46bcb6bcab1fd01832efb9d461efbe27be /irc | |
parent | ed50c63e18a24510d9d49b673e71e96af8882bf4 (diff) | |
download | freebsd-ports-a21b222e5326883bd8a854343340c7524219b85c.zip |
irc/komanda-cli: Mark as DEPRECATED
Diffstat (limited to 'irc')
-rw-r--r-- | irc/komanda-cli/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/komanda-cli/Makefile b/irc/komanda-cli/Makefile index 6e140df1a951..b7c68ce32b0b 100644 --- a/irc/komanda-cli/Makefile +++ b/irc/komanda-cli/Makefile @@ -16,6 +16,9 @@ GH_ACCOUNT= mephux GH_TAGNAME= b5ba03b GH_TUPLE= golang:sys:v0.6.0:sys +DEPRECATED= Upstream no longer maintained +EXPIRATION_DATE= 2023-08-25 + _BUILD_SHA= ${GH_TAGNAME} _BUILD_COUNT= 138 _BUILD_TAG= ${_BUILD_COUNT}.${_BUILD_SHA} |