diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-07-11 20:41:38 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-07-12 06:43:19 +0000 |
commit | b5d94a6d52c79af26f9a4527423d23d427825f89 (patch) | |
tree | 0fe746f61a69ff5548fedae2b3ad48af489018ab | |
parent | d8a9ce4f8efb3aa590720c1a71d9f3a5caf13257 (diff) | |
download | ports-b5d94a6d52c79af26f9a4527423d23d427825f89.tar.gz ports-b5d94a6d52c79af26f9a4527423d23d427825f89.zip |
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)
-rw-r--r-- | audio/mp3splt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |