svn commit: r502045 - branches/2019Q2/graphics/drm-current-kmod

Niclas Zeising zeising at FreeBSD.org
Sun May 19 20:06:53 UTC 2019


Author: zeising
Date: Sun May 19 20:06:51 2019
New Revision: 502045
URL: https://svnweb.freebsd.org/changeset/ports/502045

Log:
  MFH: r502043
  
  graphics/drm-current-kmod: Update snapshot
  
  Update graphics/drm-current-kmod to the latest snapshot.
  This update takes into account changes in lkpi in base, and makes use of
  debugfs in base, instead of the bundled one.
  
  note: If you are on an older version of current, prior to r347973, you might
  need to update current first, before updating this driver.
  
  Approved by:	jmd (maintainer, implicit)
  Sponsored by:	B3 Init
  
  Approved by:	ports-secteam (implicit, drm-drivers blanket)

Modified:
  branches/2019Q2/graphics/drm-current-kmod/Makefile
  branches/2019Q2/graphics/drm-current-kmod/distinfo
  branches/2019Q2/graphics/drm-current-kmod/pkg-plist
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/graphics/drm-current-kmod/Makefile
==============================================================================
--- branches/2019Q2/graphics/drm-current-kmod/Makefile	Sun May 19 20:06:37 2019	(r502044)
+++ branches/2019Q2/graphics/drm-current-kmod/Makefile	Sun May 19 20:06:51 2019	(r502045)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drm-current-kmod
-PORTVERSION=	4.16.g20190430
+PORTVERSION=	4.16.g20190519
 CATEGORIES=	graphics kld
 
 MAINTAINER=	jmd at FreeBSD.org
@@ -25,7 +25,7 @@ USES=		kmod uidfix compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeBSDDesktop
 GH_PROJECT=	kms-drm
-GH_TAGNAME=	993d966
+GH_TAGNAME=	b890994
 
 .include <bsd.port.options.mk>
 

Modified: branches/2019Q2/graphics/drm-current-kmod/distinfo
==============================================================================
--- branches/2019Q2/graphics/drm-current-kmod/distinfo	Sun May 19 20:06:37 2019	(r502044)
+++ branches/2019Q2/graphics/drm-current-kmod/distinfo	Sun May 19 20:06:51 2019	(r502045)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556654768
-SHA256 (FreeBSDDesktop-kms-drm-4.16.g20190430-993d966_GH0.tar.gz) = 5e6e59b23fe7e316bb09d97c7dcb72f3f359f1e320c160b635d80a223f71249c
-SIZE (FreeBSDDesktop-kms-drm-4.16.g20190430-993d966_GH0.tar.gz) = 13091867
+TIMESTAMP = 1558292907
+SHA256 (FreeBSDDesktop-kms-drm-4.16.g20190519-b890994_GH0.tar.gz) = 3292e6e795df47d077784e0e84aa7d774ad030e78da0a3913889ae5f4c8cda29
+SIZE (FreeBSDDesktop-kms-drm-4.16.g20190519-b890994_GH0.tar.gz) = 13089654

Modified: branches/2019Q2/graphics/drm-current-kmod/pkg-plist
==============================================================================
--- branches/2019Q2/graphics/drm-current-kmod/pkg-plist	Sun May 19 20:06:37 2019	(r502044)
+++ branches/2019Q2/graphics/drm-current-kmod/pkg-plist	Sun May 19 20:06:51 2019	(r502045)
@@ -1,6 +1,5 @@
 %%AMDGPU%%/%%KMODDIR%%/amdgpu.ko
 %%AMDKFD%%/%%KMODDIR%%/amdkfd.ko
-/%%KMODDIR%%/debugfs.ko
 /%%KMODDIR%%/drm.ko
 %%I915%%/%%KMODDIR%%/i915kms.ko
 /%%KMODDIR%%/linuxkpi_gplv2.ko


More information about the svn-ports-all mailing list