Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2019 07:15:03 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506335 - head/graphics/drm-kmod
Message-ID:  <201907100715.x6A7F3kG089179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907100715.x6A7F3kG089179>