svn commit: r473933 - in head/graphics: drm-next-kmod drm-stable-kmod

Johannes M Dieterich jmd at FreeBSD.org
Wed Jul 4 23:04:50 UTC 2018


Author: jmd
Date: Wed Jul  4 23:04:48 2018
New Revision: 473933
URL: https://svnweb.freebsd.org/changeset/ports/473933

Log:
  graphics/drm-next-kmod and graphics/drm-stable-kmod: bump PORTREVISION to trigger new packages after CURRENT got
  the recent inlining of locks feature.
  
  While there, correct a type in pkg-messages reported on bugzilla.
  
  PR:		229320 (for typo)
  Approved by:	zeising (mentor, implicit)

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

Modified: head/graphics/drm-next-kmod/Makefile
==============================================================================
--- head/graphics/drm-next-kmod/Makefile	Wed Jul  4 22:51:16 2018	(r473932)
+++ head/graphics/drm-next-kmod/Makefile	Wed Jul  4 23:04:48 2018	(r473933)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drm-next-kmod
 PORTVERSION=	4.11.g20180619
+PORTREVISION=	1
 CATEGORIES=	graphics kld
 
 MAINTAINER=	jmd at FreeBSD.org

Modified: head/graphics/drm-next-kmod/pkg-message
==============================================================================
--- head/graphics/drm-next-kmod/pkg-message	Wed Jul  4 22:51:16 2018	(r473932)
+++ head/graphics/drm-next-kmod/pkg-message	Wed Jul  4 23:04:48 2018	(r473933)
@@ -1,7 +1,7 @@
 The experimental drm-next-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. radeomkms for older AMD GPUs can be loaded and there are
+/etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are
 some positive reports if EFI boot is NOT enabled (similar to amdgpu).
 
 For amdgpu: kld_list="amdgpu"

Modified: head/graphics/drm-stable-kmod/Makefile
==============================================================================
--- head/graphics/drm-stable-kmod/Makefile	Wed Jul  4 22:51:16 2018	(r473932)
+++ head/graphics/drm-stable-kmod/Makefile	Wed Jul  4 23:04:48 2018	(r473933)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drm-stable-kmod
 PORTVERSION=	g20180619
+PORTREVISION=	1
 CATEGORIES=	graphics kld
 
 MAINTAINER=	jmd at FreeBSD.org

Modified: head/graphics/drm-stable-kmod/pkg-message
==============================================================================
--- head/graphics/drm-stable-kmod/pkg-message	Wed Jul  4 22:51:16 2018	(r473932)
+++ head/graphics/drm-stable-kmod/pkg-message	Wed Jul  4 23:04:48 2018	(r473933)
@@ -1,7 +1,7 @@
 The experimental drm-next-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. radeomkms for older AMD GPUs can be loaded and there are
+/etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are
 some positive reports if EFI boot is NOT enabled (similar to amdgpu).
 
 For amdgpu: kld_list="amdgpu"


More information about the svn-ports-all mailing list