pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcb-util-wm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 19 08:35:39 UTC 2022

Modified Files:
        pkgsrc/x11/xcb-util-wm: Makefile distinfo

Log Message:
xcb-util-wm: update to 0.4.2.

Alan Coopersmith (8):
      Update configure.ac bug URL for gitlab migration
      Update README for gitlab migration
      Build xz tarballs instead of bzip2
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-wm 0.4.2

Alexander Gottwald (1):
      Update .gitmodules for gitlab submodule

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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xcb-util-wm/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xcb-util-wm/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-util-wm/Makefile
diff -u pkgsrc/x11/xcb-util-wm/Makefile:1.8 pkgsrc/x11/xcb-util-wm/Makefile:1.9
--- pkgsrc/x11/xcb-util-wm/Makefile:1.8 Wed Aug 16 20:21:18 2017
+++ pkgsrc/x11/xcb-util-wm/Makefile     Wed Oct 19 08:35:39 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2017/08/16 20:21:18 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/10/19 08:35:39 wiz Exp $
 
-DISTNAME=      xcb-util-wm-0.4.1
+DISTNAME=      xcb-util-wm-0.4.2
 CATEGORIES=    x11
 MASTER_SITES=  https://xcb.freedesktop.org/dist/
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xcb.freedesktop.org/
@@ -12,10 +12,10 @@ LICENSE=    mit
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gm4 gmake pkg-config
+USE_TOOLS+=    pkg-config
 
-PKGCONFIG_OVERRIDE=    ewmh/xcb-ewmh.pc.in
-PKGCONFIG_OVERRIDE=    icccm/xcb-icccm.pc.in
+PKGCONFIG_OVERRIDE+=   ewmh/xcb-ewmh.pc.in
+PKGCONFIG_OVERRIDE+=   icccm/xcb-icccm.pc.in
 
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/xcb-util-wm/distinfo
diff -u pkgsrc/x11/xcb-util-wm/distinfo:1.6 pkgsrc/x11/xcb-util-wm/distinfo:1.7
--- pkgsrc/x11/xcb-util-wm/distinfo:1.6 Tue Oct 26 11:34:35 2021
+++ pkgsrc/x11/xcb-util-wm/distinfo     Wed Oct 19 08:35:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:34:35 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/10/19 08:35:39 wiz Exp $
 
-BLAKE2s (xcb-util-wm-0.4.1.tar.bz2) = 39de5e86b8fd490eca8b20846f468292301873908850bcfe77e7d11b381b8454
-SHA512 (xcb-util-wm-0.4.1.tar.bz2) = cd1b3bcf9fcfc52e329ddc42b370d50dcf7d473c8e94f01cf7ea7fdbe0dc9176790890214eecb2a8ac43405f4938c121e38d282ae988cd8e90a6610d214ef326
-Size (xcb-util-wm-0.4.1.tar.bz2) = 321855 bytes
+BLAKE2s (xcb-util-wm-0.4.2.tar.xz) = b2673331a8bdb99498ae2653d9e7893945fdec406220ebf21f350f86e8b1fdd8
+SHA512 (xcb-util-wm-0.4.2.tar.xz) = eab6588e6a47d28a3b25ecd13b5018529419db6b49c74458c093699b60a194933be1e1f6f7799abf03344f7ebc7af88586ff2935938d53644bdd5c763a7fa9b0
+Size (xcb-util-wm-0.4.2.tar.xz) = 285152 bytes



Home | Main Index | Thread Index | Old Index