From owner-svn-ports-all@freebsd.org Tue Apr 14 19:27:27 2020 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 456992C7BB6; Tue, 14 Apr 2020 19:27:27 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 491wVR17gwz4cmk; Tue, 14 Apr 2020 19:27:27 +0000 (UTC) (envelope-from zeising@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 2247FA747; Tue, 14 Apr 2020 19:27:27 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03EJRRH8035371; Tue, 14 Apr 2020 19:27:27 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03EJRQMo035367; Tue, 14 Apr 2020 19:27:26 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202004141927.03EJRQMo035367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 14 Apr 2020 19:27:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531716 - head/x11/xorgproto X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/xorgproto X-SVN-Commit-Revision: 531716 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.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: Tue, 14 Apr 2020 19:27:27 -0000 Author: zeising Date: Tue Apr 14 19:27:26 2020 New Revision: 531716 URL: https://svnweb.freebsd.org/changeset/ports/531716 Log: x11/xorgproto: Update to 2020.1 Update x11/xorgproto to 2020.1 Adds a DPMSNotify event Adds XF86XK_FullScreen keysym This update is needed to silence the harmless "Could not resolve keysym XF86FullScreen" message that can be printed on xorg-server start. [1] Complete changelog: https://lists.x.org/archives/xorg-announce/2020-April/003042.html PR: 245384 [1] Reported by: alt2600@icloud.com [1] Modified: head/x11/xorgproto/Makefile head/x11/xorgproto/distinfo head/x11/xorgproto/pkg-plist Modified: head/x11/xorgproto/Makefile ============================================================================== --- head/x11/xorgproto/Makefile Tue Apr 14 19:22:59 2020 (r531715) +++ head/x11/xorgproto/Makefile Tue Apr 14 19:27:26 2020 (r531716) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xorgproto -PORTVERSION= 2019.2 +PORTVERSION= 2020.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: head/x11/xorgproto/distinfo ============================================================================== --- head/x11/xorgproto/distinfo Tue Apr 14 19:22:59 2020 (r531715) +++ head/x11/xorgproto/distinfo Tue Apr 14 19:27:26 2020 (r531716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571331081 -SHA256 (xorg/proto/xorgproto-2019.2.tar.bz2) = 46ecd0156c561d41e8aa87ce79340910cdf38373b759e737fcbba5df508e7b8e -SIZE (xorg/proto/xorgproto-2019.2.tar.bz2) = 847374 +TIMESTAMP = 1586890336 +SHA256 (xorg/proto/xorgproto-2020.1.tar.bz2) = 54a153f139035a376c075845dd058049177212da94d7a9707cf9468367b699d2 +SIZE (xorg/proto/xorgproto-2020.1.tar.bz2) = 848072 Modified: head/x11/xorgproto/pkg-plist ============================================================================== --- head/x11/xorgproto/pkg-plist Tue Apr 14 19:22:59 2020 (r531715) +++ head/x11/xorgproto/pkg-plist Tue Apr 14 19:27:26 2020 (r531716) @@ -131,6 +131,7 @@ libdata/pkgconfig/bigreqsproto.pc libdata/pkgconfig/compositeproto.pc libdata/pkgconfig/damageproto.pc libdata/pkgconfig/dmxproto.pc +libdata/pkgconfig/dpmsproto.pc libdata/pkgconfig/dri2proto.pc libdata/pkgconfig/dri3proto.pc libdata/pkgconfig/fixesproto.pc