git: e236c994bc87 - main - graphics/drm-kmod: Default to drm-510-kmod for >= 13.1

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 09:48:15 UTC
The branch main has been updated by manu:

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

commit e236c994bc87a3be67f030b5c7c6ff72df119ac5
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-09-07 09:10:23 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-09-07 09:48:00 +0000

    graphics/drm-kmod: Default to drm-510-kmod for >= 13.1
    
    Now that 13.0 is EoL we can default everyone to drm-510-kmod
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    MFH:            2022Q3
---
 graphics/drm-kmod/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index 4b3547f53b58..15a8d9fc0ee1 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	drm-kmod
-PORTVERSION=	20220501
+PORTVERSION=	20220907
 CATEGORIES=	graphics
 
 MAINTAINER=	x11@FreeBSD.org
@@ -17,9 +17,7 @@ IGNORE=		not supported on anything but FreeBSD (missing linuxkpi functionality)
 .if ${ARCH} == "amd64"
 .if ${OSVERSION} < 1300000
 RUN_DEPENDS=	${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod
-.elif ${OSVERSION} >= 1300136 && ${OSVERSION} < 1400000
-RUN_DEPENDS=	${KMODDIR}/drm.ko:graphics/drm-fbsd13-kmod
-.elif ${OSVERSION} >= 1400000
+.elif ${OSVERSION} >= 1301000
 RUN_DEPENDS=	${KMODDIR}/drm.ko:graphics/drm-510-kmod
 .else
 IGNORE=		not supported for this configuration