Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2024 02:50:36 GMT
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 111e8ad37af4 - main - multimedia/ptx-kmod: Remove DEPRECATED
Message-ID:  <202402080250.4182oa6G034469@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by hrs:

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

commit 111e8ad37af43801e94e7f1063af164e56d36191
Author:     Hiroki Sato <hrs@FreeBSD.org>
AuthorDate: 2024-02-08 02:49:34 +0000
Commit:     Hiroki Sato <hrs@FreeBSD.org>
CommitDate: 2024-02-08 02:49:34 +0000

    multimedia/ptx-kmod: Remove DEPRECATED
    
    This device is still available and popular in the Japanese market to record
    MPEG2-TS of the ISDB-T and ISDB-S services.  It does not make sense
    to mark this deprecated only because the ISDB-S3 service is not supported:
    
     - S3 is a different standard and is not replacing the current ISDB-S.
       The adoption rate is only 15% as of 2023.
    
     - People are using this deive via PCI-to-PCIe bridge even on modern
       motherboards.
    
     - This driver has no build issue at this moment.
    
    PR:     276184
---
 multimedia/ptx-kmod/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/multimedia/ptx-kmod/Makefile b/multimedia/ptx-kmod/Makefile
index cabc2eeaaf22..571b5e0db812 100644
--- a/multimedia/ptx-kmod/Makefile
+++ b/multimedia/ptx-kmod/Makefile
@@ -12,9 +12,6 @@ WWW=		https://d.hatena.ne.jp/bsdaemon/20100429/1272556078
 
 LICENSE=	GPLv3
 
-DEPRECATED=	Legacy PCI-based hardware released around 2009 and 2010
-EXPIRATION_DATE=2024-02-29
-
 ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
 
 USES=		kmod shebangfix



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