pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xdpyinfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  8 06:17:45 UTC 2022

Modified Files:
        pkgsrc/x11/xdpyinfo: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xdpyinfo/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xdpyinfo/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/xdpyinfo/Makefile
diff -u pkgsrc/x11/xdpyinfo/Makefile:1.17 pkgsrc/x11/xdpyinfo/Makefile:1.18
--- pkgsrc/x11/xdpyinfo/Makefile:1.17   Sat Jan 18 23:36:00 2020
+++ pkgsrc/x11/xdpyinfo/Makefile        Fri Apr  8 06:17:45 2022
@@ -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/

Index: pkgsrc/x11/xdpyinfo/distinfo
diff -u pkgsrc/x11/xdpyinfo/distinfo:1.11 pkgsrc/x11/xdpyinfo/distinfo:1.12
--- pkgsrc/x11/xdpyinfo/distinfo:1.11   Tue Oct 26 11:34:38 2021
+++ pkgsrc/x11/xdpyinfo/distinfo        Fri Apr  8 06:17:45 2022
@@ -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