aboutsummaryrefslogtreecommitdiff
path: root/graphics/drm-current-kmod/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-01-28 09:59:16 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-01-28 09:59:16 +0000
commit22f113cd6f87912c605da00939f3cce38c298bb9 (patch)
tree86af275d6fb6b1de5823dcd3b59c3c83c861b8e2 /graphics/drm-current-kmod/Makefile
parent4855d915b45a74b65e1635ce4d10ef4ff7c6e5a8 (diff)
downloadports-22f113cd6f87912c605da00939f3cce38c298bb9.tar.gz
ports-22f113cd6f87912c605da00939f3cce38c298bb9.zip
graphics/drm-current-kmod: Update to 5.4.144.g20220128
- Fix a potential panic when kern.vt.splash_cpu is set [1] - Do not depend on debugfs if not compiled with support PR: 260896 [1] Sponsored by: Beckhoff Automation GmbH & Co. KG
Diffstat (limited to 'graphics/drm-current-kmod/Makefile')
-rw-r--r--graphics/drm-current-kmod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/drm-current-kmod/Makefile b/graphics/drm-current-kmod/Makefile
index 76b076ab4e1f..4d76c9053530 100644
--- a/graphics/drm-current-kmod/Makefile
+++ b/graphics/drm-current-kmod/Makefile
@@ -1,7 +1,7 @@
# Created by: Johannes Dieterich <jmd@FreeBSD.org>
PORTNAME= drm-current-kmod
-PORTVERSION= 5.4.144.g20211230
+PORTVERSION= 5.4.144.g20220128
CATEGORIES= graphics kld
MAINTAINER= x11@FreeBSD.org
@@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= drm-kmod
-GH_TAGNAME= drm_v5.4.144_4
+GH_TAGNAME= drm_v5.4.144_5
.include <bsd.port.options.mk>