pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xwd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 12 20:05:41 UTC 2026

Modified Files:
        pkgsrc/x11/xwd: Makefile distinfo

Log Message:
xwd: update to 1.0.10.

Alan Coopersmith (6):
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint`
      gitlab CI: drop the ci-fairy check-mr job
      Check for malloc failures
      meson: Add option to build with meson
      xwd 1.0.10


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xwd/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xwd/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/xwd/Makefile
diff -u pkgsrc/x11/xwd/Makefile:1.14 pkgsrc/x11/xwd/Makefile:1.15
--- pkgsrc/x11/xwd/Makefile:1.14        Sat Jun  3 18:35:17 2023
+++ pkgsrc/x11/xwd/Makefile     Sun Jul 12 20:05:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/06/03 18:35:17 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2026/07/12 20:05:41 wiz Exp $
 
-DISTNAME=      xwd-1.0.9
+DISTNAME=      xwd-1.0.10
 CATEGORIES=    x11 graphics
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -9,11 +9,9 @@ MAINTAINER=    reed%reedmedia.net@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
 COMMENT=       Dump X11 display or window to XWD X Window Dump image file
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
+.include "../../devel/meson/build.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../x11/libxkbfile/buildlink3.mk"

Index: pkgsrc/x11/xwd/distinfo
diff -u pkgsrc/x11/xwd/distinfo:1.11 pkgsrc/x11/xwd/distinfo:1.12
--- pkgsrc/x11/xwd/distinfo:1.11        Sat Jun  3 18:35:17 2023
+++ pkgsrc/x11/xwd/distinfo     Sun Jul 12 20:05:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/06/03 18:35:17 wiz Exp $
+$NetBSD: distinfo,v 1.12 2026/07/12 20:05:41 wiz Exp $
 
-BLAKE2s (xwd-1.0.9.tar.xz) = c7caf5f0ad057c13a4d9a4613d5462e6f56de52d36a5d4e1930b160982c493ff
-SHA512 (xwd-1.0.9.tar.xz) = ae59661b05160f5658920fd79031b6b8548cb7bbfc734194edb0acef5c95f76b210ca4443e9506fc1a0cb9df47ee7c22948502971afe578b44c75aa2a1138d56
-Size (xwd-1.0.9.tar.xz) = 141940 bytes
+BLAKE2s (xwd-1.0.10.tar.xz) = 7760777999185424eddbea5ede335085bf48fa7f7b9cf8f7ce5a68a9dfe15531
+SHA512 (xwd-1.0.10.tar.xz) = 93be318bbc3d305f7786c9964376536f990b7172d0800193573697442770cf7ca47ef20d869af0c365b894ef41cc8721fd0a6d6b439fd95bf9ebf7859e2d96d6
+Size (xwd-1.0.10.tar.xz) = 147932 bytes



Home | Main Index | Thread Index | Old Index