svn commit: r531716 - head/x11/xorgproto

Niclas Zeising zeising at FreeBSD.org
Tue Apr 14 19:27:27 UTC 2020


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 at 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 at 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


More information about the svn-ports-all mailing list