pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xcb-proto xcb-proto: update to 1.14.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be609621758b
branches:  trunk
changeset: 440455:be609621758b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 09 06:44:47 2020 +0000

description:
xcb-proto: update to 1.14.1.

This minor bug fix release provides compatibility with Python 3.9 by
replacing usage of deprecated API's which were removed in Python 3.9.

Alan Coopersmith (1):
      xcb-proto 1.14.1

Björn Esser (3):
      xcbgen: Use math.gcd() for Python >= 3.5.
      xcbgen: xml.etree.cElementTree has been dropped in Python 3.9.
      xcbgen: Use xml.etree.ElementTree for Python >= 3.3.

Samanta Navarro (1):
      Fix typo in documentation

Uli Schlachter (1):
      Parse a field's "enum=" correctly

diffstat:

 x11/xcb-proto/Makefile |   7 +++----
 x11/xcb-proto/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 454a47af8d20 -r be609621758b x11/xcb-proto/Makefile
--- a/x11/xcb-proto/Makefile    Fri Oct 09 03:33:09 2020 +0000
+++ b/x11/xcb-proto/Makefile    Fri Oct 09 06:44:47 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/06/02 08:25:04 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/10/09 06:44:47 wiz Exp $
 
-DISTNAME=      xcb-proto-1.14
-PKGREVISION=   1
+DISTNAME=      xcb-proto-1.14.1
 CATEGORIES=    x11
 MASTER_SITES=  https://xorg.freedesktop.org/archive/individual/proto/
 EXTRACT_SUFX=  .tar.xz
@@ -17,7 +16,7 @@
 
 PKGCONFIG_OVERRIDE+=   xcb-proto.pc.in
 
-CONFIGURE_ENV+=                XMLLLINT=${BUILDLINK_PREFIX.libxml}/bin/xmllint
+CONFIGURE_ENV+=                XMLLLINT=${BUILDLINK_PREFIX.libxml2}/bin/xmllint
 
 # XXX just for the "configure" check
 PYTHON_FOR_BUILD_ONLY= tool
diff -r 454a47af8d20 -r be609621758b x11/xcb-proto/distinfo
--- a/x11/xcb-proto/distinfo    Fri Oct 09 03:33:09 2020 +0000
+++ b/x11/xcb-proto/distinfo    Fri Oct 09 06:44:47 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/02/23 22:29:38 wiz Exp $
+$NetBSD: distinfo,v 1.14 2020/10/09 06:44:47 wiz Exp $
 
-SHA1 (xcb-proto-1.14.tar.xz) = 170307b3748cf6c9953db2017615821428fca8be
-RMD160 (xcb-proto-1.14.tar.xz) = 0f915a33a8938de24ce9a7c6e13b6959f4c60388
-SHA512 (xcb-proto-1.14.tar.xz) = de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690
-Size (xcb-proto-1.14.tar.xz) = 143384 bytes
+SHA1 (xcb-proto-1.14.1.tar.xz) = 836d5b2dd00ff21bd038e92764fda9a256a1b022
+RMD160 (xcb-proto-1.14.1.tar.xz) = b62360ed1de93297984d0a80ac598eef59512614
+SHA512 (xcb-proto-1.14.1.tar.xz) = 140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
+Size (xcb-proto-1.14.1.tar.xz) = 143588 bytes
 SHA1 (patch-ae) = c3244439391c8aa47e8c82bc3347fbe0e10ac5cc



Home | Main Index | Thread Index | Old Index