git: 75d8b9447a0a - main - audio/tuneradio: Mark DEPRECATED

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

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

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

    audio/tuneradio: 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/tuneradio/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile
index ee26e7ebb72d..d3b0650c11e7 100644
--- a/audio/tuneradio/Makefile
+++ b/audio/tuneradio/Makefile
@@ -8,6 +8,8 @@ MAINTAINER=	pozar@lns.com
 COMMENT=	Command line method of tuning a Brooktree FM tuner card
 WWW=		https://www.lns.com/papers/tuneradio/
 
+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