diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 19:52:09 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 21:05:50 +0200 |
commit | 69400aff9c391b00d20dbc642bb7f5bee73fbb8f (patch) | |
tree | 8595363b7fbc2b4899956ea1b36b74a016be3e9c /audio | |
parent | audio/lollypop: Update WWW entry (diff) |
audio/sidplay2: Deprecate and set expiration date to 2024-07-31
Abandonware, redirect users to audio/sidplayfp
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sidplay2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile index 7f0f30bf2358..5f511877faf5 100644 --- a/audio/sidplay2/Makefile +++ b/audio/sidplay2/Makefile @@ -12,6 +12,9 @@ WWW= https://sidplay2.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandonware and superseded by audio/sidplayfp +EXPIRATION_DATE=2024-07-31 + LIB_DEPENDS= libsidplay2.so:audio/libsidplay2 GNU_CONFIGURE= yes |