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:           Sat Jun  3 18:35:18 UTC 2023

Modified Files:
        pkgsrc/x11/xwd: Makefile distinfo

Log Message:
xwd: update to 1.0.9.

Alan Coopersmith (12):
      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
      Remove unused macros
      Handle -Wcomma warnings from clang
      Remove unnecessary casts from malloc() and free() calls
      Variable scope reduction as recommended by cppcheck
      Delete commented-out local copy of list function prototypes
      list.c: Stop building functions that are never called
      Make -help & -version work without requiring an open display
      xwd 1.0.9


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xwd/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/x11/xwd/Makefile:1.14
--- pkgsrc/x11/xwd/Makefile:1.13        Mon Aug  2 10:40:01 2021
+++ pkgsrc/x11/xwd/Makefile     Sat Jun  3 18:35:17 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2021/08/02 10:40:01 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/06/03 18:35:17 wiz Exp $
 
-DISTNAME=      xwd-1.0.8
+DISTNAME=      xwd-1.0.9
 CATEGORIES=    x11 graphics
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    reed%reedmedia.net@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/

Index: pkgsrc/x11/xwd/distinfo
diff -u pkgsrc/x11/xwd/distinfo:1.10 pkgsrc/x11/xwd/distinfo:1.11
--- pkgsrc/x11/xwd/distinfo:1.10        Tue Oct 26 11:35:00 2021
+++ pkgsrc/x11/xwd/distinfo     Sat Jun  3 18:35:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:35:00 nia Exp $
+$NetBSD: distinfo,v 1.11 2023/06/03 18:35:17 wiz Exp $
 
-BLAKE2s (xwd-1.0.8.tar.bz2) = 400f1d247ee2a14549cdf91a8788393328c6f808a5e6c74618ae88ee69937441
-SHA512 (xwd-1.0.8.tar.bz2) = d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e
-Size (xwd-1.0.8.tar.bz2) = 151153 bytes
+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



Home | Main Index | Thread Index | Old Index