git: 73ba23baf589 - main - audio/sidplay: Mark BROKEN, deprecate and set expiration date to 2024-07-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 19:08:17 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=73ba23baf589c56dadb9180bffe26836935fca30 commit 73ba23baf589c56dadb9180bffe26836935fca30 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-06 18:00:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-06 19:05:50 +0000 audio/sidplay: Mark BROKEN, deprecate and set expiration date to 2024-07-31 Abandonware, upstream is long gone and distfile is unfetchable Redirect users to audio/sidplayfp --- audio/sidplay/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile index 2268e2c0533f..d7b0e1b518ae 100644 --- a/audio/sidplay/Makefile +++ b/audio/sidplay/Makefile @@ -11,6 +11,10 @@ COMMENT= Commodore SID-chip emulator that plays SID music files LICENSE= GPLv2+ +BROKEN= Unfetchable +DEPRECATED= Abandonware and superseded by audio/sidplayfp +EXPIRATION_DATE=2024-07-31 + LIB_DEPENDS= libsidplay.so:audio/libsidplay GNU_CONFIGURE= yes