pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-xcbgen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 23 22:32:03 UTC 2020

Modified Files:
        pkgsrc/x11/py-xcbgen: Makefile distinfo
        pkgsrc/x11/py-xcbgen/patches: patch-ae

Log Message:
py-xcbgen: update to 1.14.

To match xcb-proto-1.14.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/py-xcbgen/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-xcbgen/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-xcbgen/patches/patch-ae

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

Modified files:

Index: pkgsrc/x11/py-xcbgen/Makefile
diff -u pkgsrc/x11/py-xcbgen/Makefile:1.20 pkgsrc/x11/py-xcbgen/Makefile:1.21
--- pkgsrc/x11/py-xcbgen/Makefile:1.20  Sun Nov  3 09:14:16 2019
+++ pkgsrc/x11/py-xcbgen/Makefile       Sun Feb 23 22:32:03 2020
@@ -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/

Index: pkgsrc/x11/py-xcbgen/distinfo
diff -u pkgsrc/x11/py-xcbgen/distinfo:1.13 pkgsrc/x11/py-xcbgen/distinfo:1.14
--- pkgsrc/x11/py-xcbgen/distinfo:1.13  Mon Mar  5 10:20:24 2018
+++ pkgsrc/x11/py-xcbgen/distinfo       Sun Feb 23 22:32:03 2020
@@ -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

Index: pkgsrc/x11/py-xcbgen/patches/patch-ae
diff -u pkgsrc/x11/py-xcbgen/patches/patch-ae:1.3 pkgsrc/x11/py-xcbgen/patches/patch-ae:1.4
--- pkgsrc/x11/py-xcbgen/patches/patch-ae:1.3   Thu May 19 07:08:14 2016
+++ pkgsrc/x11/py-xcbgen/patches/patch-ae       Sun Feb 23 22:32:03 2020
@@ -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 @@ Only build xcbgen parts in this package,
 +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