Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2017 03:14:58 +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: r450186 - head/graphics/drm-next-kmod
Message-ID:  <201709200314.v8K3Ew4T006082@repo.freebsd.org>

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



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