git: 3ed52355ea9a - main - audio/wav2cdr: Deprecate and set expiration date to 2023-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Feb 2023 20:45:37 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ed52355ea9af76c47a7981fbd0fe3c07ddf5a73 commit 3ed52355ea9af76c47a7981fbd0fe3c07ddf5a73 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-02-27 20:20:00 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-02-27 20:45:18 +0000 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) --- audio/wav2cdr/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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}