Date: Sun, 7 Jan 2024 10:05:08 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0567e35dd533 - main - audio/mp3ck: Deprecate and set expiration date to 2024-02-29 Message-ID: <202401071005.407A58gT038733@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401071005.407A58gT038733>