git: 0567e35dd533 - main - audio/mp3ck: Deprecate and set expiration date to 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 10:05:08 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0567e35dd533fd96a04d75d1b982b912766e9524 commit 0567e35dd533fd96a04d75d1b982b912766e9524 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-07 07:23:53 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-07 10:03:51 +0000 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