Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2018 20:03:41 +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: r469250 - in head/graphics: drm-next-kmod drm-stable-kmod
Message-ID:  <201805062003.w46K3fjI073020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun May  6 20:03:41 2018
New Revision: 469250
URL: https://svnweb.freebsd.org/changeset/ports/469250

Log:
  Fix dependency on gpu-firmware-kmod
  
  Fix the dependency on gpu-firmware-kmod, the version used was about a year
  off.
  Bump portrevision since dependency changed.
  
  Approved by:	jmd (maintainer)
  MFH:		2018Q2
  X-MFH-notes:	merge with r469162

Modified:
  head/graphics/drm-next-kmod/Makefile
  head/graphics/drm-stable-kmod/Makefile

Modified: head/graphics/drm-next-kmod/Makefile
==============================================================================
--- head/graphics/drm-next-kmod/Makefile	Sun May  6 19:43:46 2018	(r469249)
+++ head/graphics/drm-next-kmod/Makefile	Sun May  6 20:03:41 2018	(r469250)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drm-next-kmod
 PORTVERSION=	4.11.g20180505
+PORTREVISION=	1
 CATEGORIES=	graphics kld
 
 MAINTAINER=	jmd@FreeBSD.org
@@ -14,7 +15,7 @@ LICENSE_COMB=	multi
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	the new KMS components are only supported on amd64
 
-RUN_DEPENDS=	gpu-firmware-kmod>=g20170319:graphics/gpu-firmware-kmod
+RUN_DEPENDS=	gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
 
 CONFLICTS_INSTALL=	drm-stable-kmod
 

Modified: head/graphics/drm-stable-kmod/Makefile
==============================================================================
--- head/graphics/drm-stable-kmod/Makefile	Sun May  6 19:43:46 2018	(r469249)
+++ head/graphics/drm-stable-kmod/Makefile	Sun May  6 20:03:41 2018	(r469250)
@@ -3,7 +3,7 @@
 
 PORTNAME=	drm-stable-kmod
 PORTVERSION=	g20180505
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics kld
 
 MAINTAINER=	jmd@FreeBSD.org
@@ -15,7 +15,7 @@ LICENSE_COMB=	multi
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	the new KMS components are only supported on amd64
 
-RUN_DEPENDS=	gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod
+RUN_DEPENDS=	gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
 
 CONFLICTS_INSTALL=	drm-next-kmod
 



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