git: c2ff76b7ce16 - main - graphics/drm-kmod: Bump PORTREVISION after update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 06:37:04 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2ff76b7ce165d4a8b4b9fb396477fa308083a13 commit c2ff76b7ce165d4a8b4b9fb396477fa308083a13 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-01-30 06:35:34 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-01-30 06:36:58 +0000 graphics/drm-kmod: Bump PORTREVISION after update While here fix _DRM_ARCHS for 14.0/15-CURRENT Reported by: cpercival Fixes: 4df670b47199 ("graphics/drm-kmod: Set default version for 15-CURRENT to 6.1-lts") Sponsored by: Beckhoff Automation GmbH & Co. KG --- graphics/drm-kmod/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index 6073e677da6c..c3ff6e610077 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -1,6 +1,6 @@ PORTNAME= drm-kmod PORTVERSION= 20220907 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -24,6 +24,7 @@ RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-510-kmod _DRM_ARCHS= aarch64 i386 . elif ${OSVERSION} >= 1400097 && ${OSVERSION} < 1500008 RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-515-kmod +_DRM_ARCHS= amd64 powerpc64 powerpc64le . elif ${OSVERSION} >= 1500008 RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod _DRM_ARCHS= amd64 powerpc64 powerpc64le