pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-xcbgen py-xcbgen: update to 1.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33d2c22e51b6
branches:  trunk
changeset: 423690:33d2c22e51b6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 23 22:32:03 2020 +0000

description:
py-xcbgen: update to 1.14.

To match xcb-proto-1.14.

diffstat:

 x11/py-xcbgen/Makefile         |  10 +++++-----
 x11/py-xcbgen/distinfo         |  12 ++++++------
 x11/py-xcbgen/patches/patch-ae |  10 +++++-----
 3 files changed, 16 insertions(+), 16 deletions(-)

diffs (64 lines):

diff -r cd89079a796a -r 33d2c22e51b6 x11/py-xcbgen/Makefile
--- a/x11/py-xcbgen/Makefile    Sun Feb 23 22:29:47 2020 +0000
+++ b/x11/py-xcbgen/Makefile    Sun Feb 23 22:32:03 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2019/11/03 09:14:16 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2020/02/23 22:32:03 wiz Exp $
 
-DISTNAME=      xcb-proto-1.13
-PKGNAME=       ${PYPKGPREFIX}-xcbgen-1.13
+DISTNAME=      xcb-proto-1.14
+PKGNAME=       ${PYPKGPREFIX}-xcbgen-1.14
 CATEGORIES=    x11
-MASTER_SITES=  https://xcb.freedesktop.org/dist/
-EXTRACT_SUFX=  .tar.bz2
+MASTER_SITES=  https://xorg.freedesktop.org/archive/individual/proto/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    reed%reedmedia.net@localhost
 HOMEPAGE=      https://xcb.freedesktop.org/
diff -r cd89079a796a -r 33d2c22e51b6 x11/py-xcbgen/distinfo
--- a/x11/py-xcbgen/distinfo    Sun Feb 23 22:29:47 2020 +0000
+++ b/x11/py-xcbgen/distinfo    Sun Feb 23 22:32:03 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2018/03/05 10:20:24 wiz Exp $
+$NetBSD: distinfo,v 1.14 2020/02/23 22:32:03 wiz Exp $
 
-SHA1 (xcb-proto-1.13.tar.bz2) = f7fa35ab59af18cecadbe83fe705281dcfd82ffd
-RMD160 (xcb-proto-1.13.tar.bz2) = d085d1be1844009f08442113a83b7fdffeae8325
-SHA512 (xcb-proto-1.13.tar.bz2) = 002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7
-Size (xcb-proto-1.13.tar.bz2) = 151981 bytes
-SHA1 (patch-ae) = ae3eae2c5ebf88bfc33a04f688f5c243c1475605
+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 (patch-ae) = e5bff371fc8d87b9e3eaaea80734f8fcf544b4b1
diff -r cd89079a796a -r 33d2c22e51b6 x11/py-xcbgen/patches/patch-ae
--- a/x11/py-xcbgen/patches/patch-ae    Sun Feb 23 22:29:47 2020 +0000
+++ b/x11/py-xcbgen/patches/patch-ae    Sun Feb 23 22:32:03 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-ae,v 1.3 2016/05/19 07:08:14 wiz Exp $
+$NetBSD: patch-ae,v 1.4 2020/02/23 22:32:03 wiz Exp $
 
 Only build xcbgen parts in this package, other stuff is in xcbproto.
 
---- Makefile.in.orig   2012-03-23 15:24:26.000000000 +0000
+--- Makefile.in.orig   2020-02-22 20:16:56.000000000 +0000
 +++ Makefile.in
-@@ -215,7 +215,7 @@ top_build_prefix = @top_build_prefix@
+@@ -311,7 +311,7 @@ top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  xcbincludedir = @xcbincludedir@
@@ -12,8 +12,8 @@
 +SUBDIRS = xcbgen
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = xcb-proto.pc
- EXTRA_DIST = doc xcb-proto.pc.in autogen.sh
-@@ -661,7 +661,7 @@ info: info-recursive
+ EXTRA_DIST = doc xcb-proto.pc.in autogen.sh README.md
+@@ -730,7 +730,7 @@ info: info-recursive
  
  info-am:
  



Home | Main Index | Thread Index | Old Index