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

Johannes M Dieterich jmd at FreeBSD.org
Wed Sep 20 03:14:59 UTC 2017


Author: jmd
Date: Wed Sep 20 03:14:57 2017
New Revision: 450186
URL: https://svnweb.freebsd.org/changeset/ports/450186

Log:
  graphics/drm-next-kmod: chase base upgrades to linuxkpi. Increase version check.
  
  Reported by:	hps
  Reviewed by:	swills (mentor), hps (lkpi gplv2 sync)
  Approved by:	swills (mentor), hps (lkpi gplv2 sync)
  Obtained from:	FreeBSDDesktop
  Differential Revision:	https://reviews.freebsd.org/D12416

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

Modified: head/graphics/drm-next-kmod/Makefile
==============================================================================
--- head/graphics/drm-next-kmod/Makefile	Wed Sep 20 01:55:00 2017	(r450185)
+++ head/graphics/drm-next-kmod/Makefile	Wed Sep 20 03:14:57 2017	(r450186)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drm-next-kmod
-PORTVERSION=	g20170912
+PORTVERSION=	g20170918
 CATEGORIES=	graphics
 
 MAINTAINER=	jmd at FreeBSD.org
@@ -23,11 +23,11 @@ USES=		kmod uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeBSDDesktop
 GH_PROJECT=	kms-drm
-GH_TAGNAME=	5b5d651
+GH_TAGNAME=	8cf2413
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200043
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200045
 IGNORE=		not supported on 11.x or older, no kernel support
 .endif
 .if ${OPSYS} != FreeBSD

Modified: head/graphics/drm-next-kmod/distinfo
==============================================================================
--- head/graphics/drm-next-kmod/distinfo	Wed Sep 20 01:55:00 2017	(r450185)
+++ head/graphics/drm-next-kmod/distinfo	Wed Sep 20 03:14:57 2017	(r450186)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505271981
-SHA256 (FreeBSDDesktop-kms-drm-g20170912-5b5d651_GH0.tar.gz) = 97a4a54db9b276f430aee956d59ed667cf8968fdde9eb12bd3a502ea28035bb3
-SIZE (FreeBSDDesktop-kms-drm-g20170912-5b5d651_GH0.tar.gz) = 6678618
+TIMESTAMP = 1505789331
+SHA256 (FreeBSDDesktop-kms-drm-g20170918-8cf2413_GH0.tar.gz) = 6ebf698dc2fe29ddcf93f22504c12c7c9ddad224708721279ccd84fe1c695bdf
+SIZE (FreeBSDDesktop-kms-drm-g20170918-8cf2413_GH0.tar.gz) = 6677432


More information about the svn-ports-all mailing list