Sat Aug 19 07:31:05 2023 UTC ()
xcb-proto, py-xcbgen: update to 1.16.0

Alan Coopersmith (3):
      gitlab CI: add a basic build test
      Add documentation for DAMAGE extension
      Remove "All rights reserved" from Oracle copyright notices

Alexander Volkov (1):
      dpms: Add DPMSInfoNotify event (DPMS 1.2)

Demi Marie Obenour (4):
      Document the MIT-SHM extension
      Add documentation for XFixes v6
      Document BIG-REQUESTS
      Add documentation for Composite

Emil Velikov (1):
      autogen.sh: use quoted string variables

Matt Turner (1):
      xcb-proto 1.16.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Tycho Andersen (1):
      xinput: qualify CW as from xproto

Xaver Hugl (1):
      add PresentOptionAsyncMayTear


(wiz)
diff -r1.25 -r1.26 pkgsrc/x11/py-xcbgen/Makefile
diff -r1.20 -r1.21 pkgsrc/x11/py-xcbgen/distinfo
diff -r1.33 -r1.34 pkgsrc/x11/xcb-proto/Makefile
diff -r1.19 -r1.20 pkgsrc/x11/xcb-proto/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/x11/py-xcbgen/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/py-xcbgen/Makefile 2022/06/18 08:25:05 1.25
+++ pkgsrc/x11/py-xcbgen/Makefile 2023/08/19 07:31:05 1.26
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.25 2022/06/18 08:25:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2023/08/19 07:31:05 wiz Exp $
2# 2#
3# When updating this, also update x11/xcb-proto 3# When updating this, also update x11/xcb-proto
4 4
5DISTNAME= xcb-proto-1.15.2 5DISTNAME= xcb-proto-1.16.0
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/xcb-proto/xcbgen/} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/xcb-proto/xcbgen/}
7CATEGORIES= x11 7CATEGORIES= x11
8MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/ 8MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/
9EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
10 10
11MAINTAINER= reed@reedmedia.net 11MAINTAINER= reed@reedmedia.net
12HOMEPAGE= https://xcb.freedesktop.org/ 12HOMEPAGE= https://xcb.freedesktop.org/
13COMMENT= XCB protocol descriptions (in XML) 13COMMENT= XCB protocol descriptions (in XML)
14LICENSE= mit # with no-advertising clause 14LICENSE= mit # with no-advertising clause
15 15
16DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree 16DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
17DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 17DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
18 18

cvs diff -r1.20 -r1.21 pkgsrc/x11/py-xcbgen/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/py-xcbgen/distinfo 2022/06/18 08:25:05 1.20
+++ pkgsrc/x11/py-xcbgen/distinfo 2023/08/19 07:31:05 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2022/06/18 08:25:05 wiz Exp $ 1$NetBSD: distinfo,v 1.21 2023/08/19 07:31:05 wiz Exp $
2 2
3BLAKE2s (xcb-proto-1.15.2.tar.xz) = 0d9b32f71966c1e82957f86d4e107d6c53f1ede0148377eed971ebd07a5fbb7d 3BLAKE2s (xcb-proto-1.16.0.tar.xz) = 138d72f9bcc1320fae3af8d14fde372409214bfe8aa9b899ae102ddfce3ab474
4SHA512 (xcb-proto-1.15.2.tar.xz) = 9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d 4SHA512 (xcb-proto-1.16.0.tar.xz) = 54906f379a7aa2cbbfbbe54764c02dbf522ca8f6c54e07d4faae471aac3aee25d0359be38c808c8da887de228aed745582a78b2f56714b023bca8f3513b24972
5Size (xcb-proto-1.15.2.tar.xz) = 148108 bytes 5Size (xcb-proto-1.16.0.tar.xz) = 151612 bytes
6SHA1 (patch-ae) = feedb2eb11b504eda50dc4a99b2a3fe4bf280c10 6SHA1 (patch-ae) = feedb2eb11b504eda50dc4a99b2a3fe4bf280c10

cvs diff -r1.33 -r1.34 pkgsrc/x11/xcb-proto/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xcb-proto/Makefile 2023/08/14 05:25:36 1.33
+++ pkgsrc/x11/xcb-proto/Makefile 2023/08/19 07:31:05 1.34
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.33 2023/08/14 05:25:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.34 2023/08/19 07:31:05 wiz Exp $
2# 2#
3# When updating this package, also update x11/py-xcbgen 3# When updating this package, also update x11/py-xcbgen
4 4
5DISTNAME= xcb-proto-1.15.2 5DISTNAME= xcb-proto-1.16.0
6PKGREVISION= 3 
7CATEGORIES= x11 6CATEGORIES= x11
8MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/ 7MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/
9EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
10 9
11MAINTAINER= reed@reedmedia.net 10MAINTAINER= reed@reedmedia.net
12HOMEPAGE= https://xcb.freedesktop.org/ 11HOMEPAGE= https://xcb.freedesktop.org/
13COMMENT= XCB protocol descriptions (in XML) 12COMMENT= XCB protocol descriptions (in XML)
14LICENSE= mit # with no-advertising clause 13LICENSE= mit # with no-advertising clause
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
18USE_LANGUAGES= # none 17USE_LANGUAGES= # none
19 18

cvs diff -r1.19 -r1.20 pkgsrc/x11/xcb-proto/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xcb-proto/distinfo 2022/06/18 08:25:05 1.19
+++ pkgsrc/x11/xcb-proto/distinfo 2023/08/19 07:31:05 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2022/06/18 08:25:05 wiz Exp $ 1$NetBSD: distinfo,v 1.20 2023/08/19 07:31:05 wiz Exp $
2 2
3BLAKE2s (xcb-proto-1.15.2.tar.xz) = 0d9b32f71966c1e82957f86d4e107d6c53f1ede0148377eed971ebd07a5fbb7d 3BLAKE2s (xcb-proto-1.16.0.tar.xz) = 138d72f9bcc1320fae3af8d14fde372409214bfe8aa9b899ae102ddfce3ab474
4SHA512 (xcb-proto-1.15.2.tar.xz) = 9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d 4SHA512 (xcb-proto-1.16.0.tar.xz) = 54906f379a7aa2cbbfbbe54764c02dbf522ca8f6c54e07d4faae471aac3aee25d0359be38c808c8da887de228aed745582a78b2f56714b023bca8f3513b24972
5Size (xcb-proto-1.15.2.tar.xz) = 148108 bytes 5Size (xcb-proto-1.16.0.tar.xz) = 151612 bytes
6SHA1 (patch-ae) = f0143f1ccda08e9c626b30ee53ddf3779759e03e 6SHA1 (patch-ae) = f0143f1ccda08e9c626b30ee53ddf3779759e03e