pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xpr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 17 18:06:38 UTC 2026

Modified Files:
        pkgsrc/x11/xpr: Makefile distinfo

Log Message:
xpr: update to 1.2.1.

Alan Coopersmith (8):
      xpr: add -help option
      xdpr: add -version option
      Accept --help & --version as aliases to -help & -version
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
      gitlab CI: drop the ci-fairy check-mr job
      meson: Add option to build with meson
      xpr 1.2.1


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xpr/Makefile pkgsrc/x11/xpr/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/xpr/Makefile
diff -u pkgsrc/x11/xpr/Makefile:1.7 pkgsrc/x11/xpr/Makefile:1.8
--- pkgsrc/x11/xpr/Makefile:1.7 Sun Mar  3 23:13:56 2024
+++ pkgsrc/x11/xpr/Makefile     Mon Aug 17 18:06:38 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/03/03 23:13:56 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/08/17 18:06:38 wiz Exp $
 
-DISTNAME=      xpr-1.2.0
+DISTNAME=      xpr-1.2.1
 CATEGORIES=    x11 print
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -9,9 +9,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
 COMMENT=       Formats xwd dump files as output for various types of printers
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/xorgproto/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
Index: pkgsrc/x11/xpr/distinfo
diff -u pkgsrc/x11/xpr/distinfo:1.7 pkgsrc/x11/xpr/distinfo:1.8
--- pkgsrc/x11/xpr/distinfo:1.7 Sun Mar  3 23:13:56 2024
+++ pkgsrc/x11/xpr/distinfo     Mon Aug 17 18:06:38 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/03/03 23:13:56 wiz Exp $
+$NetBSD: distinfo,v 1.8 2026/08/17 18:06:38 wiz Exp $
 
-BLAKE2s (xpr-1.2.0.tar.xz) = 93a4e698c78449e4b3b0c3519f2f4b66ac503bfb20794e067be497ce673eb302
-SHA512 (xpr-1.2.0.tar.xz) = 49538a757aa60e754ecd39273510a6e49ebb77b730be62e3fa60f00261c9c1e208d39e1ca3c61889a5ad7fc7c2255fa1f669fd19ecf98e18cb8aa9189cadc15d
-Size (xpr-1.2.0.tar.xz) = 143948 bytes
+BLAKE2s (xpr-1.2.1.tar.xz) = db37e134a4d76949f8f6c16052c60503f52602fbf8d4039dde9fc24a84aa0f58
+SHA512 (xpr-1.2.1.tar.xz) = c4f9c81806c1d826d1f748f351294c7c037f173d7a53bd83e1431d8676512c1350563cd7f91f0d74fbdc1a82003394ae06b9dfd5e29fa7f9f5758dcaf0240e0e
+Size (xpr-1.2.1.tar.xz) = 149996 bytes



Home | Main Index | Thread Index | Old Index