git: 734433eccaaf - main - audio/cam: Deprecate and set expiration date to 2024-07-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 06 Jun 2024 19:08:11 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=734433eccaafcc31d258b22484bacb1896140513

commit 734433eccaafcc31d258b22484bacb1896140513
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-06 17:34:19 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-06 19:05:49 +0000

    audio/cam: Deprecate and set expiration date to 2024-07-31
    
    Abandonware and obsolete, redirect users to audio/mixertui
---
 audio/cam/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/cam/Makefile b/audio/cam/Makefile
index 21f3dccd2092..008c16b4d0f6 100644
--- a/audio/cam/Makefile
+++ b/audio/cam/Makefile
@@ -9,6 +9,9 @@ COMMENT=	Cpu's Audio Mixer [curses based]
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Abandonware and obsolete, consider using audio/mixertui
+EXPIRATION_DATE=2024-07-31
+
 USES=		ncurses tar:tgz
 
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" \