Skip to content

Commit

Permalink
graphics/drm-kmod: Bump PORTREVISION after update
Browse files Browse the repository at this point in the history
While here fix _DRM_ARCHS for 14.0/15-CURRENT

Reported by:	cpercival
Fixes:		4df670b ("graphics/drm-kmod: Set default version for 15-CURRENT to 6.1-lts")
Sponsored by:	Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Jan 30, 2024
1 parent 6ad6c5c commit c2ff76b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/drm-kmod/Makefile
@@ -1,6 +1,6 @@
PORTNAME= drm-kmod
PORTVERSION= 20220907
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics

MAINTAINER= x11@FreeBSD.org
Expand All @@ -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
Expand Down

0 comments on commit c2ff76b

Please sign in to comment.