Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2018 03:48:13 +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: r477849 - head/graphics/drm-stable-kmod
Message-ID:  <201808230348.w7N3mDHv021841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Thu Aug 23 03:48:12 2018
New Revision: 477849
URL: https://svnweb.freebsd.org/changeset/ports/477849

Log:
  graphics/drm-stable-kmod: update to later revision.
  
  Implements pci_{save,restore}_state functions.
  
  While there, fix pkg-message.
  
  Approved by:	zeising (mentor, implicit)

Modified:
  head/graphics/drm-stable-kmod/Makefile
  head/graphics/drm-stable-kmod/distinfo
  head/graphics/drm-stable-kmod/pkg-message

Modified: head/graphics/drm-stable-kmod/Makefile
==============================================================================
--- head/graphics/drm-stable-kmod/Makefile	Thu Aug 23 03:16:58 2018	(r477848)
+++ head/graphics/drm-stable-kmod/Makefile	Thu Aug 23 03:48:12 2018	(r477849)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drm-stable-kmod
-PORTVERSION=	g20180802
+PORTVERSION=	g20180822
 CATEGORIES=	graphics
 
 MAINTAINER=	jmd@FreeBSD.org
@@ -25,7 +25,7 @@ USES=		kmod uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeBSDDesktop
 GH_PROJECT=	kms-drm
-GH_TAGNAME=	eeb1752
+GH_TAGNAME=	ef4d156
 
 .include <bsd.port.options.mk>
 

Modified: head/graphics/drm-stable-kmod/distinfo
==============================================================================
--- head/graphics/drm-stable-kmod/distinfo	Thu Aug 23 03:16:58 2018	(r477848)
+++ head/graphics/drm-stable-kmod/distinfo	Thu Aug 23 03:48:12 2018	(r477849)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533236522
-SHA256 (FreeBSDDesktop-kms-drm-g20180802-eeb1752_GH0.tar.gz) = 3ec7f99b56f97938c393e6158179f7fcb1e26984f3bdf45e32f140d224f16e05
-SIZE (FreeBSDDesktop-kms-drm-g20180802-eeb1752_GH0.tar.gz) = 6678266
+TIMESTAMP = 1534993813
+SHA256 (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = c20bfb2554dc39839f72018f6c15fc4b371233039209132312017141af81dec6
+SIZE (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = 6678309

Modified: head/graphics/drm-stable-kmod/pkg-message
==============================================================================
--- head/graphics/drm-stable-kmod/pkg-message	Thu Aug 23 03:16:58 2018	(r477848)
+++ head/graphics/drm-stable-kmod/pkg-message	Thu Aug 23 03:48:12 2018	(r477849)
@@ -1,4 +1,4 @@
-The experimental drm-next-kmod port can be enabled for amdgpu (for AMD
+The experimental drm-stable-kmod port can be enabled for amdgpu (for AMD
 GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel
 APUs starting with HD3000 / Sandy Bridge) through kld_list in
 /etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are



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