Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2017 02:23:43 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448954 - head/graphics/drm-next-kmod
Message-ID:  <201708300223.v7U2NhaL066939@repo.freebsd.org>

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



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