svn commit: r506335 - head/graphics/drm-kmod

Niclas Zeising zeising at FreeBSD.org
Wed Jul 10 07:15:04 UTC 2019


Author: zeising
Date: Wed Jul 10 07:15:02 2019
New Revision: 506335
URL: https://svnweb.freebsd.org/changeset/ports/506335

Log:
  graphics/drm-kmod: Update supported versions
  
  Update supported versions and ports selection in graphics/drm-kmod.  This
  only affects current.
  
  Reviewed by:	jmd
  MFH:		2019Q3 (implicit, drm-drivers blanket)
  Sponsored by:	B3 Init

Modified:
  head/graphics/drm-kmod/Makefile

Modified: head/graphics/drm-kmod/Makefile
==============================================================================
--- head/graphics/drm-kmod/Makefile	Wed Jul 10 06:36:23 2019	(r506334)
+++ head/graphics/drm-kmod/Makefile	Wed Jul 10 07:15:02 2019	(r506335)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drm-kmod
-PORTVERSION=	g20181126
+PORTVERSION=	g20190710
 CATEGORIES=	graphics
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -30,7 +30,9 @@ IGNORE=		not supported on older 12, no kernel support
 RUN_DEPENDS=	${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod
 .elif ${OSVERSION} >= 1200058 && ${OSVERSION} < 1300000
 RUN_DEPENDS=	${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod
-.elif ${OSVERSION} >= 1300000
+.elif ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300029
+IGNORE=		not supported on older 13, no kernel support
+.elif ${OSVERSION} >= 1300029
 RUN_DEPENDS=	${KMODDIR}/drm.ko:graphics/drm-current-kmod
 .else
 IGNORE=		not supported for this configuration


More information about the svn-ports-head mailing list