git: 9bb6e171870e - main - graphics/drm-kmod: Replace gpu-firmware-kmod depend with the correct version

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Mon, 16 May 2022 08:40:04 UTC
The branch main has been updated by manu:

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

commit 9bb6e171870ed94a26ded2ae2e71e61822e40730
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-05-16 08:38:47 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-05-16 08:39:50 +0000

    graphics/drm-kmod: Replace gpu-firmware-kmod depend with the correct version
    
    We changed the version of the gpu-firmware-kmod ports and drm-kmod needs this one
    to work.
    
    Sponsored by:   Beckhoff Automation GmbH & CO. KG
---
 graphics/drm-kmod/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index 9e360fe3d3f9..6a43a8e1527b 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Metaport of DRM modules for the linuxkpi-based KMS components
 
 USES=		metaport
 
-RUN_DEPENDS=	gpu-firmware-kmod>=g20200914:graphics/gpu-firmware-kmod
+RUN_DEPENDS=	gpu-firmware-kmod>=20220511:graphics/gpu-firmware-kmod
 
 .include <bsd.port.options.mk>