Date: Sun, 22 Oct 2023 09:54:54 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: 50c4a5aef29b - main - comms/libconcord: Deprecate and set expiration date to 2024-12-31 Message-ID: <202310220954.39M9ssmP015750@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=50c4a5aef29bcfc2a546a0c229dcf82f719467cf commit 50c4a5aef29bcfc2a546a0c229dcf82f719467cf Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-22 09:06:52 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-22 09:54:19 +0000 comms/libconcord: 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/libconcord/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comms/libconcord/Makefile b/comms/libconcord/Makefile index dc50bdebb0a4..77fe1c54e1a2 100644 --- a/comms/libconcord/Makefile +++ b/comms/libconcord/Makefile @@ -9,6 +9,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Logitech Harmony configuration library LICENSE= GPLv2 +DEPRECATED= Logitech Harmony were officially discontinued in 2021, last major product in 2019. +EXPIRATION_DATE=2024-12-31 LIB_DEPENDS= libhidapi.so:comms/hidapi \ libzip.so:archivers/libzip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310220954.39M9ssmP015750>