git: 8a4d50e906e0 - main - net/realtek-re-kmod198: Deprecate and set expiration date to 2025-12-31

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Mon, 18 Aug 2025 04:26:18 UTC
The branch main has been updated by meta:

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

commit 8a4d50e906e0ce016b6604892c44e36a4f765ee9
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2025-08-18 04:13:06 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2025-08-18 04:25:25 +0000

    net/realtek-re-kmod198: Deprecate and set expiration date to 2025-12-31
    
    This port is created to stick with version 198.00 to avoid the issue on
    bug 275882.  There is now a workaround, disabling checksum offloading,
    so we no longer have to stick with the old version.
    
    PR:             275882
---
 net/realtek-re-kmod198/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/realtek-re-kmod198/Makefile b/net/realtek-re-kmod198/Makefile
index ba08d32e0de8..6f46e5062f91 100644
--- a/net/realtek-re-kmod198/Makefile
+++ b/net/realtek-re-kmod198/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/alexdupre/rtl_bsd_drv
 
 LICENSE=	BSD4CLAUSE
 
+DEPRECATED=	Use net/realtek-re-kmod with checksum offloading disabled, see also bug 286879
+EXPIRATION_DATE=	2025-12-31
+
 USES=		kmod tar:tgz uidfix
 
 USE_GITHUB=	yes