From owner-svn-ports-all@freebsd.org Wed Dec 18 10:14:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B6B101DA9A6; Wed, 18 Dec 2019 10:14:35 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47d9pz4PHHz4QLb; Wed, 18 Dec 2019 10:14:35 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 8F77FFCA0; Wed, 18 Dec 2019 10:14:35 +0000 (UTC) From: Jan Beich To: Niclas Zeising Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r520352 - head/graphics/drm-devel-kmod References: <201912172139.xBHLdYcF049390@repo.freebsd.org> Date: Wed, 18 Dec 2019 11:14:34 +0100 In-Reply-To: <201912172139.xBHLdYcF049390@repo.freebsd.org> (Niclas Zeising's message of "Tue, 17 Dec 2019 21:39:34 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 18 Dec 2019 10:14:35 -0000 Niclas Zeising writes: > Author: zeising > Date: Tue Dec 17 21:39:33 2019 > New Revision: 520352 > URL: https://svnweb.freebsd.org/changeset/ports/520352 > > Log: > graphics/drm-devel-kmod: Update snapshot > > Update graphics/drm-devel-kmod to the latest snapshot > This update fixes the build on current, improves handling when switching > VT console and contains some further minor fixes. > > Modified: > head/graphics/drm-devel-kmod/Makefile > head/graphics/drm-devel-kmod/distinfo > > Modified: head/graphics/drm-devel-kmod/Makefile > ============================================================================== > --- head/graphics/drm-devel-kmod/Makefile Tue Dec 17 21:30:14 2019 (r520351) > +++ head/graphics/drm-devel-kmod/Makefile Tue Dec 17 21:39:33 2019 (r520352) > @@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang > USE_GITHUB= yes > GH_ACCOUNT= FreeBSDDesktop > GH_PROJECT= kms-drm > -GH_TAGNAME= a51a918 > +GH_TAGNAME= 9353021 > Can you update PORTVERSION as well?