pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXtst



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 27 07:26:50 UTC 2022

Modified Files:
        pkgsrc/x11/libXtst: Makefile distinfo

Log Message:
libXtst: update to 1.2.4.

Alan Coopersmith (10):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      send_axes: Mark switch statement fallthrough as intentional
      Resolve -Wsign-compare warnings
      Variable scope reductions as suggested by cppcheck
      Remove obsolete casts from Xmalloc() and Xcalloc() calls
      libXtst 1.2.4

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.17 -r1.18 pkgsrc/x11/libXtst/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libXtst/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/libXtst/Makefile
diff -u pkgsrc/x11/libXtst/Makefile:1.17 pkgsrc/x11/libXtst/Makefile:1.18
--- pkgsrc/x11/libXtst/Makefile:1.17    Sun Apr 10 08:53:16 2022
+++ pkgsrc/x11/libXtst/Makefile Tue Sep 27 07:26:49 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2022/04/10 08:53:16 nia Exp $
+# $NetBSD: Makefile,v 1.18 2022/09/27 07:26:49 wiz Exp $
 
-DISTNAME=              libXtst-1.2.3
-PKGREVISION=           1
+DISTNAME=              libXtst-1.2.4
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/x11/libXtst/distinfo
diff -u pkgsrc/x11/libXtst/distinfo:1.10 pkgsrc/x11/libXtst/distinfo:1.11
--- pkgsrc/x11/libXtst/distinfo:1.10    Tue Oct 26 11:34:07 2021
+++ pkgsrc/x11/libXtst/distinfo Tue Sep 27 07:26:49 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:07 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/09/27 07:26:49 wiz Exp $
 
-BLAKE2s (libXtst-1.2.3.tar.bz2) = 03bfd7c36b15c6427784851038f05986896e8212d65f560a67b430949afa7732
-SHA512 (libXtst-1.2.3.tar.bz2) = 6f6741fd3596775eaa056465319f78c29c91b3893a851a4899df651a2023a4d762497b112a33d7d3e8865fe85d173d03e4b49daef76a66af1ae1eaab82a12765
-Size (libXtst-1.2.3.tar.bz2) = 321819 bytes
+BLAKE2s (libXtst-1.2.4.tar.xz) = 918b1ec81e62d11273070f92988bc11b4841c3e890078577d5993f15c3b61681
+SHA512 (libXtst-1.2.4.tar.xz) = f2f4e01239b892b8e26284cede90feb4fe7738beb243bca0f6adb349029f8bf87b5a482911edcd2401733c92ef78eec07fcd455b92e5b8c4828374769e60098d
+Size (libXtst-1.2.4.tar.xz) = 287636 bytes



Home | Main Index | Thread Index | Old Index