Date: Sun, 22 Oct 2023 09:54:53 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f3e609efb3ff - main - comms/concordance: Deprecate and set expiration date to 2024-12-31 Message-ID: <202310220954.39M9srms015698@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3e609efb3ff1e036ff58919f3421f23496cd97c commit f3e609efb3ff1e036ff58919f3421f23496cd97c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-22 09:05:01 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-22 09:54:19 +0000 comms/concordance: Deprecate and set expiration date to 2024-12-31 Logitech Harmony were officially discontinued in 2021, last major product in 2019. Sunset within a reasonable timeframe Reference: https://www.androidpolice.com/2021/04/11/how-long-will-your-logitech-harmony-remote-keep-working/ --- comms/concordance/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/comms/concordance/Makefile b/comms/concordance/Makefile index a811483d3cc2..be98335e8e10 100644 --- a/comms/concordance/Makefile +++ b/comms/concordance/Makefile @@ -8,6 +8,9 @@ COMMENT= Command-line Logitech Harmony configuration tool LICENSE= GPLv2 +DEPRECATED= Logitech Harmony were officially discontinued in 2021, last major product in 2019. +EXPIRATION_DATE=2024-12-31 + LIB_DEPENDS= libconcord.so:comms/libconcord USES= tar:bzip2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310220954.39M9srms015698>