From owner-svn-ports-all@freebsd.org Tue Feb 20 17:35:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4345F17F9A; Tue, 20 Feb 2018 17:35:26 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6973882205; Tue, 20 Feb 2018 17:35:26 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6476F4C77; Tue, 20 Feb 2018 17:35:26 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1KHZQDn059537; Tue, 20 Feb 2018 17:35:26 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1KHZQqA059535; Tue, 20 Feb 2018 17:35:26 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201802201735.w1KHZQqA059535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Tue, 20 Feb 2018 17:35:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462414 - head/graphics/drm-next-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/graphics/drm-next-kmod X-SVN-Commit-Revision: 462414 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2018 17:35:26 -0000 Author: jmd Date: Tue Feb 20 17:35:25 2018 New Revision: 462414 URL: https://svnweb.freebsd.org/changeset/ports/462414 Log: graphics/drm-next-kmod: fix breakage caused by changes to VM_WAIT macro. Approved by: swills (mentor, implicit) Obtained from: FreeBSDDesktop 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 Tue Feb 20 16:54:30 2018 (r462413) +++ head/graphics/drm-next-kmod/Makefile Tue Feb 20 17:35:25 2018 (r462414) @@ -3,7 +3,7 @@ PORTNAME= drm-next-kmod PORTVERSION= g20180117 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -24,7 +24,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= afc28dc +GH_TAGNAME= cd0b05f .include Modified: head/graphics/drm-next-kmod/distinfo ============================================================================== --- head/graphics/drm-next-kmod/distinfo Tue Feb 20 16:54:30 2018 (r462413) +++ head/graphics/drm-next-kmod/distinfo Tue Feb 20 17:35:25 2018 (r462414) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519052390 -SHA256 (FreeBSDDesktop-kms-drm-g20180117-afc28dc_GH0.tar.gz) = 5a5ce9d126f4cb946c39928116c9ecd16c09c7b5622f492e7e729a37e19ad1bc -SIZE (FreeBSDDesktop-kms-drm-g20180117-afc28dc_GH0.tar.gz) = 6678828 +TIMESTAMP = 1519147749 +SHA256 (FreeBSDDesktop-kms-drm-g20180117-cd0b05f_GH0.tar.gz) = 359ce8fb2f7c624be74c8e38c04352ee3e1632e932d5762382da55ca03287a88 +SIZE (FreeBSDDesktop-kms-drm-g20180117-cd0b05f_GH0.tar.gz) = 6678925