summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-02-27 21:20:00 +0100
committerDaniel Engberg <diizzy@FreeBSD.org>2023-02-27 21:45:18 +0100
commit3ed52355ea9af76c47a7981fbd0fe3c07ddf5a73 (patch)
tree3040383c0f10de9c80a372b42440b0c220a83724
parentsysutils/disktype: Deprecate and set expiration date to 2023-03-31 (diff)
audio/wav2cdr: Deprecate and set expiration date to 2023-03-31
Obsolete utility that has outlived its usefulness, consider using multimedia/ffmpeg instead PR: 269848 Reviewed by: ehaupt (maintainer)
-rw-r--r--audio/wav2cdr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/wav2cdr/Makefile b/audio/wav2cdr/Makefile
index 413c50d283c1..c78400e51abc 100644
--- a/audio/wav2cdr/Makefile
+++ b/audio/wav2cdr/Makefile
@@ -11,6 +11,9 @@ COMMENT= Converts WAV files into CDR audio file format
LICENSE= GPLv2
+DEPRECATED= Obsolete utility, consider using multimedia/ffmpeg
+EXPIRATION_DATE=2023-03-31
+
USES= tar:bz2
WRKSRC= ${WRKDIR}/${PORTNAME}