svn commit: r448954 - head/graphics/drm-next-kmod

Johannes M Dieterich jmd at FreeBSD.org
Wed Aug 30 02:23:45 UTC 2017


Author: jmd
Date: Wed Aug 30 02:23:43 2017
New Revision: 448954
URL: https://svnweb.freebsd.org/changeset/ports/448954

Log:
  graphics/drm-next-kmod: update to a later git revision that includes a patch by jbeich to allow building the port when kernel source is not in /usr/src.
  
  While there include a correction by hps (Linux, not linux).
  
  Reported by:	jbeich
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Obtained from:	jbeich, hps
  Differential Revision:	https://reviews.freebsd.org/D12160

Modified:
  head/graphics/drm-next-kmod/Makefile
  head/graphics/drm-next-kmod/distinfo
  head/graphics/drm-next-kmod/pkg-descr

Modified: head/graphics/drm-next-kmod/Makefile
==============================================================================
--- head/graphics/drm-next-kmod/Makefile	Wed Aug 30 01:54:21 2017	(r448953)
+++ head/graphics/drm-next-kmod/Makefile	Wed Aug 30 02:23:43 2017	(r448954)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drm-next-kmod
-PORTVERSION=	g20170825
+PORTVERSION=	g20170829
 CATEGORIES=	graphics
 
 MAINTAINER=	jmd at FreeBSD.org
@@ -23,7 +23,7 @@ USES=		kmod uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeBSDDesktop
 GH_PROJECT=	kms-drm
-GH_TAGNAME=	4ee5acb
+GH_TAGNAME=	fc90953
 
 .include <bsd.port.options.mk>
 

Modified: head/graphics/drm-next-kmod/distinfo
==============================================================================
--- head/graphics/drm-next-kmod/distinfo	Wed Aug 30 01:54:21 2017	(r448953)
+++ head/graphics/drm-next-kmod/distinfo	Wed Aug 30 02:23:43 2017	(r448954)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503685089
-SHA256 (FreeBSDDesktop-kms-drm-g20170825-4ee5acb_GH0.tar.gz) = b43ec8530ec5f440dc406c6b65a1ade2a4aceb694111b15a6a935457686dce31
-SIZE (FreeBSDDesktop-kms-drm-g20170825-4ee5acb_GH0.tar.gz) = 6678678
+TIMESTAMP = 1504057443
+SHA256 (FreeBSDDesktop-kms-drm-g20170829-fc90953_GH0.tar.gz) = 81ab0b075727f824fafea5e61a868cedbce2f8003819dd65811e3ad363c3d729
+SIZE (FreeBSDDesktop-kms-drm-g20170829-fc90953_GH0.tar.gz) = 6678672

Modified: head/graphics/drm-next-kmod/pkg-descr
==============================================================================
--- head/graphics/drm-next-kmod/pkg-descr	Wed Aug 30 01:54:21 2017	(r448953)
+++ head/graphics/drm-next-kmod/pkg-descr	Wed Aug 30 02:23:43 2017	(r448954)
@@ -1,4 +1,4 @@
 amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components.
-Currently corresponding to linux 4.9 DRM.
+Currently corresponding to Linux 4.9 DRM.
 
 WWW: https://github.com/FreeBSDDesktop/kms-drm


More information about the svn-ports-head mailing list