From 0567e35dd533fd96a04d75d1b982b912766e9524 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 7 Jan 2024 08:23:53 +0100 Subject: audio/mp3ck: Deprecate and set expiration date to 2024-02-29 Last release in 2005 and dead upstream Redirect users to FFmpeg which does a better job and is active --- audio/mp3ck/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/mp3ck/Makefile b/audio/mp3ck/Makefile index 6ca63ab6ea65..9be5b642615b 100644 --- a/audio/mp3ck/Makefile +++ b/audio/mp3ck/Makefile @@ -7,6 +7,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Consistency check utility for MPEG Layer 2 or 3 files or streams WWW= https://mp3ck.sourceforge.net/ +DEPRECATED= Last release in 2005 and dead upstream, consider using multimedia/ffmpeg +EXPIRATION_DATE=2024-02-29 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 -- cgit v1.2.3