git: 010862780eb6 - main - audio/mctoolame*: Deprecate and set expiration date to 2022-09-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 12 Jul 2022 12:36:57 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=010862780eb6c9c3e1bf6facd567e6ccba044b3c

commit 010862780eb6c9c3e1bf6facd567e6ccba044b3c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-07-12 12:27:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-07-12 12:34:15 +0000

    audio/mctoolame*: Deprecate and set expiration date to 2022-09-30
    
    Legacy audio format that never gained any traction. It was occasionally
    used for SVCDs but very few players decoded all channels and most instead
    only used stereo channels. Last release was back in 2003 and listed as
    alpha quality.
---
 audio/mctoolame-decoder/Makefile | 3 +++
 audio/mctoolame-encoder/Makefile | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/audio/mctoolame-decoder/Makefile b/audio/mctoolame-decoder/Makefile
index a4a3045495b3..d9ba8a696ea1 100644
--- a/audio/mctoolame-decoder/Makefile
+++ b/audio/mctoolame-decoder/Makefile
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}d-${PORTVERSION:C/\.//g}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	MPEG Layer II audio decoder with multi-channel support
 
+DEPRECATED=	Legacy and obscure audio format that never gained any traction
+EXPIRATION_DATE=2022-09-30
+
 USES=		gmake tar:tgz
 ALL_TARGET=	#
 MAKE_ARGS=	CC="${CC}" OPTIM="${CFLAGS}"
diff --git a/audio/mctoolame-encoder/Makefile b/audio/mctoolame-encoder/Makefile
index 6a92b50a571b..2d7d650e84ea 100644
--- a/audio/mctoolame-encoder/Makefile
+++ b/audio/mctoolame-encoder/Makefile
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.//g}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	MPEG Layer II audio encoder with multi-channel support
 
+DEPRECATED=	Legacy and obscure audio format that never gained any traction
+EXPIRATION_DATE=2022-09-30
+
 USES=		gmake tar:tgz
 ALL_TARGET=	#
 MAKE_ARGS=	CC="${CC}" OPTIM="${CFLAGS}"