git: 324e88dfe426 - main - graphics/drm-kmod: Switch amd64-CURRENT to drm-66-kmod

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Mon, 28 Apr 2025 06:45:37 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=324e88dfe4263b1a091432692ec21294967174d8

commit 324e88dfe4263b1a091432692ec21294967174d8
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2025-04-28 06:44:51 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-04-28 06:44:51 +0000

    graphics/drm-kmod: Switch amd64-CURRENT to drm-66-kmod
    
    Bump the default drm-kmod version to 6.6 for FreeBSD 15-CURRENT amd64 users.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/drm-kmod/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index 59379eda238a..01c21a1ba8f4 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	drm-kmod
-PORTVERSION=	20220907
-PORTREVISION=	3
+PORTVERSION=	20250428
 CATEGORIES=	graphics
 
 MAINTAINER=	x11@FreeBSD.org
@@ -25,6 +24,9 @@ _DRM_ARCHS=	aarch64 i386
 .  elif ${OSVERSION} >= 1400508
 RUN_DEPENDS+=	${KMODDIR}/drm.ko:graphics/drm-61-kmod
 _DRM_ARCHS=	amd64 powerpc64 powerpc64le
+.  elif ${OSVERSION} >= 1500031 && ${ARCH} == amd64
+RUN_DEPENDS+=	${KMODDIR}/drm.ko:graphics/drm-66-kmod
+_DRM_ARCHS=	amd64
 .  else
 _DRM_ARCHS=
 .  endif