Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2023 09:03:38 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fb0dbba0410b - main - audio/xmradio: Mark DEPRECATED
Message-ID:  <202308270903.37R93cEP046216@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308270903.37R93cEP046216>