Tue Dec 20 14:39:23 2022 UTC ()
xdriinfo: update to 1.0.7.

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reduction
      Ensure screenNum is always initialized
      xdriiinfo 1.0.7


(wiz)
diff -r1.10 -r1.11 pkgsrc/x11/xdriinfo/Makefile
diff -r1.8 -r1.9 pkgsrc/x11/xdriinfo/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/x11/xdriinfo/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xdriinfo/Makefile 2020/01/18 23:36:00 1.10
+++ pkgsrc/x11/xdriinfo/Makefile 2022/12/20 14:39:23 1.11
@@ -1,28 +1,21 @@ @@ -1,28 +1,21 @@
1# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:00 rillig Exp $ 1# $NetBSD: Makefile,v 1.11 2022/12/20 14:39:23 wiz Exp $
2 2
3DISTNAME= xdriinfo-1.0.6 3DISTNAME= xdriinfo-1.0.7
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= X.org DRI information utility 10COMMENT= X.org DRI information utility
11 11
12### 
13### XXX Prior to this revision, the r300 driver did not export a symbol 
14### xdriinfo needs to access its configuration data. To override 
15### this check, you may set USE_ABI_DEPENDS=no. 
16### 
17ABI_DEPENDS+= MesaLib>=7.0.4.1nb3:../../graphics/MesaLib 
18 
19GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
20USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
21### 14
22### XXX Should we have a check for DRI drivers in 15### Prior to this revision, the r300 driver did not export a symbol
23### graphics/MesaLib/builtin.mk? 16### xdriinfo needs to access its configuration data.
24### 17BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0.4.1nb3
25.include "../../graphics/MesaLib/buildlink3.mk" 18.include "../../graphics/MesaLib/buildlink3.mk"
26.include "../../x11/xorgproto/buildlink3.mk" 19.include "../../x11/xorgproto/buildlink3.mk"
27.include "../../x11/libX11/buildlink3.mk" 20.include "../../x11/libX11/buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/x11/xdriinfo/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xdriinfo/distinfo 2021/10/26 11:34:38 1.8
+++ pkgsrc/x11/xdriinfo/distinfo 2022/12/20 14:39:23 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2021/10/26 11:34:38 nia Exp $ 1$NetBSD: distinfo,v 1.9 2022/12/20 14:39:23 wiz Exp $
2 2
3BLAKE2s (xdriinfo-1.0.6.tar.bz2) = 952918dcd4c617a49938824546f65dad8d85bfa7bc598b9ce1e1dd6d517d90b0 3BLAKE2s (xdriinfo-1.0.7.tar.xz) = 6c64c7d3ca9cbe5e4c57bf4dbc6ddef5788f928af1cff7183e9ca47409447e6f
4SHA512 (xdriinfo-1.0.6.tar.bz2) = 7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f 4SHA512 (xdriinfo-1.0.7.tar.xz) = a368cf32c606ca78f3a23bc5d88fb57b9c1a3827d0fec3e48cee153703135e47cecd3db8ee0eba93f309d7f03b4306c3f2e7f46f36d0d2970671c5e5b78093ad
5Size (xdriinfo-1.0.6.tar.bz2) = 123636 bytes 5Size (xdriinfo-1.0.7.tar.xz) = 118268 bytes