pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xdpyinfo xdpyinfo: update to 1.3.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a766a94007d
branches:  trunk
changeset: 376456:5a766a94007d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 08 06:17:45 2022 +0000

description:
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:

 x11/xdpyinfo/Makefile |  7 +++----
 x11/xdpyinfo/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 032b0e893d03 -r 5a766a94007d x11/xdpyinfo/Makefile
--- a/x11/xdpyinfo/Makefile     Fri Apr 08 06:16:31 2022 +0000
+++ b/x11/xdpyinfo/Makefile     Fri Apr 08 06:17:45 2022 +0000
@@ -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@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
diff -r 032b0e893d03 -r 5a766a94007d x11/xdpyinfo/distinfo
--- a/x11/xdpyinfo/distinfo     Fri Apr 08 06:16:31 2022 +0000
+++ b/x11/xdpyinfo/distinfo     Fri Apr 08 06:17:45 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index