diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-25 12:25:15 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-25 12:40:58 +0000 |
commit | 640c0cfca7df84c3177d46d264fdc49aedaa4459 (patch) | |
tree | fa7aa6bdd589c7b4ea608b516cea7d942d798bd8 | |
parent | 0fc2195cad6173a48d72e90bdafd9f2204e77aa8 (diff) |
irc/thales: Deprecate and set expiration date to 2024-03-31
Upstreamed have halted development
Reference:
https://www.gnu.org/software/thales/
-rw-r--r-- | irc/thales/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile index a4320cb88f86..6e8e95a2cb11 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -11,6 +11,9 @@ WWW= https://www.gnu.org/software/thales/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= End of life upstream +EXPIRATION_DATE=2024-03-31 + RUN_DEPENDS= ${LOCALBASE}/bin/ircd:irc/ircd-hybrid USES= gmake mysql shebangfix |