aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-10-12 08:53:14 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-10-14 08:14:17 +0000
commit9e64f3d69690b45b9c7cea9da70c18024ca398f2 (patch)
treefe24012aafaa8421255952197564fdfda26faad4
parentdb21685c45005a977cc7e5e9a33bfdefb7227cc2 (diff)
downloadports-9e64f3d69690b45b9c7cea9da70c18024ca398f2.tar.gz
ports-9e64f3d69690b45b9c7cea9da70c18024ca398f2.zip
graphics/drm-current-kmod: Update after FreeBSD 1400037
While here update the comment to reflect the correct version shipped. And remove the comment about amdgpu and EFI as I never had the problem so it's not something general. Sponsored by: Beckhoff Automation GmbH & Co. KG (cherry picked from commit 7b66dded882913831735bfdcdaa376c9b4e5601e)
-rw-r--r--graphics/drm-current-kmod/Makefile4
-rw-r--r--graphics/drm-current-kmod/distinfo6
-rw-r--r--graphics/drm-current-kmod/pkg-descr3
3 files changed, 6 insertions, 7 deletions
diff --git a/graphics/drm-current-kmod/Makefile b/graphics/drm-current-kmod/Makefile
index ce86da0cab2d..be2e3eaa8e8d 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.g20210929
+PORTVERSION= 5.4.144.g20211012
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_1
+GH_TAGNAME= drm_v5.4.144_2
.include <bsd.port.options.mk>
diff --git a/graphics/drm-current-kmod/distinfo b/graphics/drm-current-kmod/distinfo
index 94b3c644c037..40b5ace4e101 100644
--- a/graphics/drm-current-kmod/distinfo
+++ b/graphics/drm-current-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632948160
-SHA256 (freebsd-drm-kmod-5.4.144.g20210929-drm_v5.4.144_1_GH0.tar.gz) = 968726baa7eaf03dfc78f224cc2c0f7afc763607d79e8b3b1eae9f2d485fa7d5
-SIZE (freebsd-drm-kmod-5.4.144.g20210929-drm_v5.4.144_1_GH0.tar.gz) = 18825506
+TIMESTAMP = 1634028457
+SHA256 (freebsd-drm-kmod-5.4.144.g20211012-drm_v5.4.144_2_GH0.tar.gz) = a7a843051bd10985b24f3e3c3fce498417093342b4836ca0dae9fcc79229dadd
+SIZE (freebsd-drm-kmod-5.4.144.g20211012-drm_v5.4.144_2_GH0.tar.gz) = 18825880
diff --git a/graphics/drm-current-kmod/pkg-descr b/graphics/drm-current-kmod/pkg-descr
index 37aeb1135815..db45f57425f4 100644
--- a/graphics/drm-current-kmod/pkg-descr
+++ b/graphics/drm-current-kmod/pkg-descr
@@ -1,6 +1,5 @@
amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components.
-Currently corresponding to Linux 5.4.92 DRM.
+Currently corresponding to Linux 5.4.114 DRM.
This version is for FreeBSD CURRENT.
-amdgpu and radeonkms are known to fail with EFI boot.
WWW: https://github.com/freebsd/drm-kmod/