summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-08 06:17:45 +0000
committerwiz <wiz@pkgsrc.org>2022-04-08 06:17:45 +0000
commit4c6c991335c6c45b3aaabd85c38fd2d21cf18e42 (patch)
treed56ca491014dc0c51fd942040a7b8d643f0a00f6 /x11
parent561a09bf81d0eeca023bcb84a92fcc51a8906304 (diff)
downloadpkgsrc-4c6c991335c6c45b3aaabd85c38fd2d21cf18e42.tar.gz
xdpyinfo: update to 1.3.3.
This release includes a pair of changes to align with the xserver-21.x release series - it prints the version without the leading "1." for 21.x xservers, and it changes the default for building DMX support from --with-dmx to --without-dmx as DMX is no longer included in the 21.x xservers. (The DMX support in xdpyinfo is not removed in this release, and can be enabled at build time with the --with-dmx flag to configure, but may be fully removed in a future release of xdpyinfo.) Adam Jackson (1): xdpyinfo: Fix printing the X.Org release version for xserver >= 21 Alan Coopersmith (10): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Only check for XFree86 if vendor string doesn't match X.Org Add explicit casts to clear implicit conversion warnings Disable DMX support by default, leave --with-dmx to enable it gitlab CI: add a basic build test Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: stop requiring Signed-off-by in commits xdpyinfo 1.3.3 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 Thomas Kuehne (1): fix -Wunused-[...] compiler warnings
Diffstat (limited to 'x11')
-rw-r--r--x11/xdpyinfo/Makefile7
-rw-r--r--x11/xdpyinfo/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile
index 91fd967d721..92d3adf332c 100644
--- a/x11/xdpyinfo/Makefile
+++ b/x11/xdpyinfo/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2020/01/18 23:36:00 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/08 06:17:45 wiz Exp $
-DISTNAME= xdpyinfo-1.3.2
-PKGREVISION= 3
+DISTNAME= xdpyinfo-1.3.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
diff --git a/x11/xdpyinfo/distinfo b/x11/xdpyinfo/distinfo
index 6c58f5b42db..c9dd088219e 100644
--- a/x11/xdpyinfo/distinfo
+++ b/x11/xdpyinfo/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:34:38 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/04/08 06:17:45 wiz Exp $
-BLAKE2s (xdpyinfo-1.3.2.tar.bz2) = d58a989cf2efd6c60061147da4e837fc706e460604bdea90f1acc26ff6e0d94b
-SHA512 (xdpyinfo-1.3.2.tar.bz2) = 2c9097c13778c7a7fe5a9b3ee04b28512ff6028231eca91ecdf6104c742be470678920d37a4f540fece7e39dccbea34802271f359ab80618027b2856c8912e7d
-Size (xdpyinfo-1.3.2.tar.bz2) = 141351 bytes
+BLAKE2s (xdpyinfo-1.3.3.tar.xz) = ad363e8d25fdc6bb49613d55bc862a1886caf29c589f2b5689231b0263da6fc0
+SHA512 (xdpyinfo-1.3.3.tar.xz) = 47fe0821bc64145876853712ebd7c0af80111c243813615b892429021cc9a53abd38c4684551ae300cb5a4eacdd3d26e2c93e789ed91a948b20e2c37cd2d2442
+Size (xdpyinfo-1.3.3.tar.xz) = 137088 bytes