pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcb-proto



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Oct  9 06:44:47 UTC 2020

Modified Files:
        pkgsrc/x11/xcb-proto: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/xcb-proto/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xcb-proto/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xcb-proto/Makefile
diff -u pkgsrc/x11/xcb-proto/Makefile:1.20 pkgsrc/x11/xcb-proto/Makefile:1.21
--- pkgsrc/x11/xcb-proto/Makefile:1.20  Tue Jun  2 08:25:04 2020
+++ pkgsrc/x11/xcb-proto/Makefile       Fri Oct  9 06:44:47 2020
@@ -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 @@ USE_LANGUAGES=        # none
 
 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

Index: pkgsrc/x11/xcb-proto/distinfo
diff -u pkgsrc/x11/xcb-proto/distinfo:1.13 pkgsrc/x11/xcb-proto/distinfo:1.14
--- pkgsrc/x11/xcb-proto/distinfo:1.13  Sun Feb 23 22:29:38 2020
+++ pkgsrc/x11/xcb-proto/distinfo       Fri Oct  9 06:44:47 2020
@@ -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