pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xlsatoms



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul  8 07:26:36 UTC 2026

Modified Files:
        pkgsrc/x11/xlsatoms: Makefile distinfo

Log Message:
xlsatoms: update to 1.1.5.

Alan Coopersmith (8):
      add -help option
      Accept --help & --version as aliases to -help & -version
      man page: fix warnings from `mandoc -T lint`
      Strip trailing whitespace from source files
      gitlab CI: drop the ci-fairy check-mr job
      COPYING: Add missing Open Text copyright notice to file
      meson: Add option to build with meson
      xlsatoms 1.1.5


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xlsatoms/Makefile \
    pkgsrc/x11/xlsatoms/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/xlsatoms/Makefile
diff -u pkgsrc/x11/xlsatoms/Makefile:1.7 pkgsrc/x11/xlsatoms/Makefile:1.8
--- pkgsrc/x11/xlsatoms/Makefile:1.7    Sun Nov 13 21:20:05 2022
+++ pkgsrc/x11/xlsatoms/Makefile        Wed Jul  8 07:26:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/11/13 21:20:05 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/07/08 07:26:36 wiz Exp $
 
-DISTNAME=      xlsatoms-1.1.4
+DISTNAME=      xlsatoms-1.1.5
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -10,9 +10,9 @@ HOMEPAGE=     https://xorg.freedesktop.org/
 COMMENT=       Lists the interned atoms defined on an X11 server
 LICENSE=       x11
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../devel/xorg-util-macros/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/xlsatoms/distinfo
diff -u pkgsrc/x11/xlsatoms/distinfo:1.7 pkgsrc/x11/xlsatoms/distinfo:1.8
--- pkgsrc/x11/xlsatoms/distinfo:1.7    Sun Nov 13 21:20:05 2022
+++ pkgsrc/x11/xlsatoms/distinfo        Wed Jul  8 07:26:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/11/13 21:20:05 wiz Exp $
+$NetBSD: distinfo,v 1.8 2026/07/08 07:26:36 wiz Exp $
 
-BLAKE2s (xlsatoms-1.1.4.tar.xz) = 5a55d6860ec0927b92ac505184a3ed9acb7f8719de409a41528270b36c347765
-SHA512 (xlsatoms-1.1.4.tar.xz) = 82f0d1e17850770537eac82947eff4514639f8122bd864e02685ede49db110a4c90c7782702ffb677a2b581f3eacd10dba80e63e29e7a1ed1c9255ee163fe0c4
-Size (xlsatoms-1.1.4.tar.xz) = 120480 bytes
+BLAKE2s (xlsatoms-1.1.5.tar.xz) = 6ddf0582bf0b0a2231036885a82d972b6aebb268093f1ddf9048d013cd361ba9
+SHA512 (xlsatoms-1.1.5.tar.xz) = a3e91814d6484f7bd6bb55d49ab898e685beb0bb5c86209cfc3e2f3b9aa85c81e09322f25b315bb0afe2ce86b8344adb81c47ed38730a1d4ffa15ce07c230631
+Size (xlsatoms-1.1.5.tar.xz) = 127500 bytes



Home | Main Index | Thread Index | Old Index