Date: Mon, 27 Aug 2018 19:39:45 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478245 - head/graphics/drm-legacy-kmod Message-ID: <201808271939.w7RJdjRo087357@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Mon Aug 27 19:39:45 2018 New Revision: 478245 URL: https://svnweb.freebsd.org/changeset/ports/478245 Log: Update to latest commit on github: Chase FreeBSD base commit r338318: Eliminate the arena parameter to kmem_free(). The FreeBSD commit was made to correct an error in the function hypercall_memfree(), where the wrong arena was being passed to kmem_free(). Obtained from: https://svnweb.freebsd.org/changeset/base/338318 Reviewed by: mat@, jmd@ Approved by: jmd@ (maintainer) MFH: 2018Q3 Differential Revision: https://reviews.freebsd.org/D16916 Modified: head/graphics/drm-legacy-kmod/Makefile (contents, props changed) head/graphics/drm-legacy-kmod/distinfo (contents, props changed) Modified: head/graphics/drm-legacy-kmod/Makefile ============================================================================== --- head/graphics/drm-legacy-kmod/Makefile Mon Aug 27 19:38:26 2018 (r478244) +++ head/graphics/drm-legacy-kmod/Makefile Mon Aug 27 19:39:45 2018 (r478245) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-legacy-kmod -PORTVERSION= g20180821 +PORTVERSION= g20180826 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -22,7 +22,7 @@ CONFLICTS_INSTALL= drm-devel-kmod drm-stable-kmod drm- USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= drm-legacy -GH_TAGNAME= 7c73918 +GH_TAGNAME= 4ec7b4d .include <bsd.port.options.mk> Modified: head/graphics/drm-legacy-kmod/distinfo ============================================================================== --- head/graphics/drm-legacy-kmod/distinfo Mon Aug 27 19:38:26 2018 (r478244) +++ head/graphics/drm-legacy-kmod/distinfo Mon Aug 27 19:39:45 2018 (r478245) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534906903 -SHA256 (FreeBSDDesktop-drm-legacy-g20180821-7c73918_GH0.tar.gz) = f31c0ee35dd0f93bc6cdaea9359daa3d66cdb51d7a1d71628ee332d2f2834578 -SIZE (FreeBSDDesktop-drm-legacy-g20180821-7c73918_GH0.tar.gz) = 1741543 +TIMESTAMP = 1535345112 +SHA256 (FreeBSDDesktop-drm-legacy-g20180826-4ec7b4d_GH0.tar.gz) = 7407c13068d8036a13c9ba46bdf86a5fb0c4f356b18e797e383d22452d77da66 +SIZE (FreeBSDDesktop-drm-legacy-g20180826-4ec7b4d_GH0.tar.gz) = 1741472
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808271939.w7RJdjRo087357>