aboutsummaryrefslogtreecommitdiff
path: root/net/realtek-re-kmod/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2022-09-15 15:32:25 +0000
committerAlex Dupre <ale@FreeBSD.org>2022-09-15 15:32:25 +0000
commit59b9210de67ff58e3a993aea4eaeb9f55d6b9645 (patch)
treef4d1b31d2945d310bcced79bbc9fb36342014bc6 /net/realtek-re-kmod/Makefile
parent043f1025906e985ca12ed23e8d055523f2b5182b (diff)
downloadports-59b9210de67ff58e3a993aea4eaeb9f55d6b9645.tar.gz
ports-59b9210de67ff58e3a993aea4eaeb9f55d6b9645.zip
net/realtek-re-kmod: update to v1.97 release.
Diffstat (limited to 'net/realtek-re-kmod/Makefile')
-rw-r--r--net/realtek-re-kmod/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/net/realtek-re-kmod/Makefile b/net/realtek-re-kmod/Makefile
index c5c4999e2c1f..60fd1587507b 100644
--- a/net/realtek-re-kmod/Makefile
+++ b/net/realtek-re-kmod/Makefile
@@ -1,20 +1,23 @@
PORTNAME= re
-PORTVERSION= 196.04
+PORTVERSION= 197.00
DISTVERSIONPREFIX= v
CATEGORIES= net
-MASTER_SITES= LOCAL/ale
PKGNAMEPREFIX= realtek-
PKGNAMESUFFIX= -kmod
-DISTNAME= rtl_bsd_drv_${DISTVERSIONPREFIX}${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= Kernel driver for Realtek PCIe Ethernet Controllers
-WWW= https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
+WWW= https://github.com/alexdupre/rtl_bsd_drv
LICENSE= BSD4CLAUSE
USES= kmod tar:tgz uidfix
+USE_GITHUB= yes
+GH_ACCOUNT= alexdupre
+GH_PROJECT= rtl_bsd_drv
+GH_TAGNAME= 1dff2e4
+
PLIST_FILES= ${KMODDIR}/if_re.ko
.include <bsd.port.mk>