git: fb0dbba0410b - main - audio/xmradio: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 27 Aug 2023 09:03:38 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb0dbba0410b1624b355f88ed3bead5dac0fcb14

commit fb0dbba0410b1624b355f88ed3bead5dac0fcb14
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-26 08:26:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-27 09:03:23 +0000

    audio/xmradio: Mark DEPRECATED
    
    - Requires defunct bktr driver which will no longer be available
      after the EOL of 12
    - Set EXPIRATION_DATE to 2023-12-31 the same for the EOL of 12
    
    Approved by:    portmgr (blanket)
---
 audio/xmradio/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile
index 2adcb403217e..381fee0cf423 100644
--- a/audio/xmradio/Makefile
+++ b/audio/xmradio/Makefile
@@ -10,6 +10,8 @@ WWW=		https://BSDforge.com/projects/audio/xmradio/
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=     Requires defunct bktr
+EXPIRATION_DATE=2023-12-31
 .if !exists(/usr/include/dev/bktr/ioctl_bt848.h)
 IGNORE=		needs bktr(4) which is no longer available on your FreeBSD version
 .endif