git: 7b66dded8829 - main - graphics/drm-current-kmod: Update after FreeBSD 1400037
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 09:00:58 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b66dded882913831735bfdcdaa376c9b4e5601e commit 7b66dded882913831735bfdcdaa376c9b4e5601e Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-10-12 08:53:14 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-10-12 09:00:13 +0000 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 --- graphics/drm-current-kmod/Makefile | 4 ++-- graphics/drm-current-kmod/distinfo | 6 +++--- 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/