From 25fc45d92ca82cff68bc6b42fa1773dacd659e9d Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 26 Dec 2022 11:57:05 +0100 Subject: [PATCH] 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