aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2025-08-27 04:55:57 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2025-08-27 04:58:05 +0000
commit3a1ad9e8a419a3218cdc63e98e6eb8ec15780788 (patch)
tree88d11541e371a1a11d399520ef5001db41ad3b5d
parentcff6df711f6edf06910afc5830975299a5ac598b (diff)
net/realrek-re-kmod198: Undeprecate and pass maintainership
As discussed in bug 275883, this port is still needed by some users. Passing maintainership to the user who is still using affected Realtek chips. PR: 289012
-rw-r--r--net/realtek-re-kmod198/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/realtek-re-kmod198/Makefile b/net/realtek-re-kmod198/Makefile
index b829e3ffcf03..7b1d0d1aca83 100644
--- a/net/realtek-re-kmod198/Makefile
+++ b/net/realtek-re-kmod198/Makefile
@@ -5,15 +5,12 @@ CATEGORIES= net
PKGNAMEPREFIX= realtek-
PKGNAMESUFFIX= -kmod198
-MAINTAINER= meta@FreeBSD.org
+MAINTAINER= george@m5p.com
COMMENT= Kernel driver for Realtek PCIe Ethernet Controllers
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= 2026-03-31
-
USES= kmod tar:tgz uidfix
USE_GITHUB= yes