git: 25fc45d92ca8 - main - audio/cue2toc: Deprecate and set expiration date to 2023-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 26 Dec 2022 19:12:26 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25fc45d92ca82cff68bc6b42fa1773dacd659e9d

commit 25fc45d92ca82cff68bc6b42fa1773dacd659e9d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-12-26 10:57:05 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-12-26 19:11:12 +0000

    audio/cue2toc: Deprecate and set expiration date to 2023-03-31
    
    Abandonware and unmaintained for years, use audio/cuetools or
    sysutils/cdrdao instead
---
 audio/cue2toc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile
index 4baf06d97bae..f288e43196f8 100644
--- a/audio/cue2toc/Makefile
+++ b/audio/cue2toc/Makefile
@@ -6,6 +6,9 @@ MASTER_SITES=	http://www.oook.cz/bsd/distfiles/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl script that converts CUE files into TOC files for cdrdao
 
+DEPRECATED=	Abandonware and unmaintained, please consider using audio/cuetools or sysutils/cdrdao
+EXPIRATION_DATE=2023-03-31
+
 RUN_DEPENDS=	p5-Audio-Wav>=0:audio/p5-Audio-Wav
 
 USES=		perl5 shebangfix