svn commit: r487275 - head/graphics/drm-fbsd11.2-kmod

Johannes M Dieterich jmd at FreeBSD.org
Wed Dec 12 02:26:58 UTC 2018


Author: jmd
Date: Wed Dec 12 02:26:56 2018
New Revision: 487275
URL: https://svnweb.freebsd.org/changeset/ports/487275

Log:
  graphics/drm-fbsd11.2-kmod: update to latest snapshot
  
  Switch to dedicated upstream branch for this release.
  
  Indicate Linux DRM version as part of port version to sync with other DRM
  ports.
  
  Remove outdated check for old CURRENT.
  
  Reviewed by:	zeising (x11)
  Differential Revision:	https://reviews.freebsd.org/D18507

Modified:
  head/graphics/drm-fbsd11.2-kmod/Makefile
  head/graphics/drm-fbsd11.2-kmod/distinfo

Modified: head/graphics/drm-fbsd11.2-kmod/Makefile
==============================================================================
--- head/graphics/drm-fbsd11.2-kmod/Makefile	Wed Dec 12 02:23:35 2018	(r487274)
+++ head/graphics/drm-fbsd11.2-kmod/Makefile	Wed Dec 12 02:26:56 2018	(r487275)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drm-fbsd11.2-kmod
-PORTVERSION=	g20180822
-PORTREVISION=	1
+PORTVERSION=	4.11g20181210
 CATEGORIES=	graphics
 
 MAINTAINER=	jmd at FreeBSD.org
@@ -26,13 +25,10 @@ USES=		kmod uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeBSDDesktop
 GH_PROJECT=	kms-drm
-GH_TAGNAME=	ef4d156
+GH_TAGNAME=	b2e7de5
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045
-IGNORE=		not supported on older CURRENT, no kernel support
-.endif
 .if ${OPSYS} != FreeBSD
 IGNORE=		not supported on anything but FreeBSD (missing linuxkpi functionality)
 .endif

Modified: head/graphics/drm-fbsd11.2-kmod/distinfo
==============================================================================
--- head/graphics/drm-fbsd11.2-kmod/distinfo	Wed Dec 12 02:23:35 2018	(r487274)
+++ head/graphics/drm-fbsd11.2-kmod/distinfo	Wed Dec 12 02:26:56 2018	(r487275)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534993813
-SHA256 (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = c20bfb2554dc39839f72018f6c15fc4b371233039209132312017141af81dec6
-SIZE (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = 6678309
+TIMESTAMP = 1544581505
+SHA256 (FreeBSDDesktop-kms-drm-4.11g20181210-b2e7de5_GH0.tar.gz) = 29384cc38e3108354c732647a99fb78c65ea2b03edfd566b29e8e9ac98593c67
+SIZE (FreeBSDDesktop-kms-drm-4.11g20181210-b2e7de5_GH0.tar.gz) = 7358406


More information about the svn-ports-all mailing list