Date: Tue, 12 Jul 2022 06:43:55 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: b5d94a6d52c7 - main - audio/mp3splt: Mark BROKEN (doesn't run), deprecate and set expiration date to 2022-09-30 Message-ID: <202207120643.26C6ht62085870@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=b5d94a6d52c79af26f9a4527423d23d427825f89 commit b5d94a6d52c79af26f9a4527423d23d427825f89 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-07-11 20:41:38 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-07-12 06:43:19 +0000 audio/mp3splt: Mark BROKEN (doesn't run), deprecate and set expiration date to 2022-09-30 Mark BROKEN as program segfaults, while at it deprecate and set expiration date as upstream is dead and last release was back in 2014 PR: 264866 Reported by: Slawomir Wojciech Wojtczak <vermaden@interia.pl> Approved by: citrin@citrin.ru (maintainer timeout, 2+ weeks) --- audio/mp3splt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 904a25965b89..df39a8f8767d 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -10,6 +10,10 @@ COMMENT= Utility to split MP3 and Ogg files (via CUE sheets) LICENSE= GPLv2 +BROKEN= Doesn't run (segmentation fault) +DEPRECATED= Abandonware, last release in 2014 +EXPIRATION_DATE=2022-09-30 + LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \ libltdl.so:devel/libltdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207120643.26C6ht62085870>