diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-10-12 10:53:14 +0200 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-10-12 11:00:13 +0200 |
commit | 7b66dded882913831735bfdcdaa376c9b4e5601e (patch) | |
tree | cfe59c39d764819a3ca5ac19d2c646c559f5d300 /graphics | |
parent | multimedia/webcamd: Silence prints from rc script when webcamd is disabled. (diff) |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/drm-current-kmod/Makefile | 4 | ||||
-rw-r--r-- | graphics/drm-current-kmod/distinfo | 6 | ||||
-rw-r--r-- | graphics/drm-current-kmod/pkg-descr | 3 |
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/ |