pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xprop



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec  4 15:36:13 UTC 2022

Modified Files:
        pkgsrc/x11/xprop: Makefile distinfo

Log Message:
xprop: update to 1.2.6.

Alan Coopersmith (10):
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Mark help(), usage(), and grammar() with _X_NORETURN _X_COLD
      Declare help() and print_help() as static
      Rename "dpy" function arguments to "display" to avoid shadowing global
      Resolve many gcc -Wsign-compare warnings
      Variable scope reductions as suggested by cppcheck
      xprop 1.2.6


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xprop/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xprop/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/xprop/Makefile
diff -u pkgsrc/x11/xprop/Makefile:1.16 pkgsrc/x11/xprop/Makefile:1.17
--- pkgsrc/x11/xprop/Makefile:1.16      Wed Nov  9 13:14:31 2022
+++ pkgsrc/x11/xprop/Makefile   Sun Dec  4 15:36:13 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2022/11/09 13:14:31 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2022/12/04 15:36:13 wiz Exp $
 
-DISTNAME=      xprop-1.2.5
+DISTNAME=      xprop-1.2.6
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/

Index: pkgsrc/x11/xprop/distinfo
diff -u pkgsrc/x11/xprop/distinfo:1.12 pkgsrc/x11/xprop/distinfo:1.13
--- pkgsrc/x11/xprop/distinfo:1.12      Tue Oct 26 11:34:55 2021
+++ pkgsrc/x11/xprop/distinfo   Sun Dec  4 15:36:13 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:34:55 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/12/04 15:36:13 wiz Exp $
 
-BLAKE2s (xprop-1.2.5.tar.bz2) = fae39679ec0bbc72f9e5b2ae4dcad7086fd2fd24ec14a27b4620ddcbd54ad026
-SHA512 (xprop-1.2.5.tar.bz2) = 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559
-Size (xprop-1.2.5.tar.bz2) = 151216 bytes
+BLAKE2s (xprop-1.2.6.tar.xz) = 66ce20edfa24151bf7eeac30d10cf3bec5dc8d3b17a04798c98a0780c4c67dac
+SHA512 (xprop-1.2.6.tar.xz) = ab25d4b8bf9de8fb37149060ad4870ffed4d6846ac3b31903a42c36301fcb0d50d3ba15949fdd9079507db97d3f05d4bbd11711d825e5470482cc30772cc3f25
+Size (xprop-1.2.6.tar.xz) = 143616 bytes



Home | Main Index | Thread Index | Old Index