pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xrefresh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 10 16:07:29 UTC 2026

Modified Files:
        pkgsrc/x11/xrefresh: Makefile distinfo

Log Message:
xrefresh: update to 1.1.1.

Alan Coopersmith (10):
      Assume target platforms have strcasecmp now
      Use _stricmp() instead of strcasecmp() on Windows
      Accept --help & --version as aliases to -help & -version
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint`
      man page: add -delay & -help options
      gitlab CI: drop the ci-fairy check-mr job
      Strip trailing whitespace from source files
      meson: Add option to build with meson
      xrefresh 1.1.1


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xrefresh/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xrefresh/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/xrefresh/Makefile
diff -u pkgsrc/x11/xrefresh/Makefile:1.13 pkgsrc/x11/xrefresh/Makefile:1.14
--- pkgsrc/x11/xrefresh/Makefile:1.13   Sun Mar  3 23:59:09 2024
+++ pkgsrc/x11/xrefresh/Makefile        Fri Jul 10 16:07:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/03/03 23:59:09 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/07/10 16:07:29 wiz Exp $
 
-DISTNAME=              xrefresh-1.1.0
+DISTNAME=              xrefresh-1.1.1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,10 +9,8 @@ MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               X Refresher
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
+.include "../../devel/meson/build.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/xrefresh/distinfo
diff -u pkgsrc/x11/xrefresh/distinfo:1.10 pkgsrc/x11/xrefresh/distinfo:1.11
--- pkgsrc/x11/xrefresh/distinfo:1.10   Sun Mar  3 23:59:09 2024
+++ pkgsrc/x11/xrefresh/distinfo        Fri Jul 10 16:07:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/03/03 23:59:09 wiz Exp $
+$NetBSD: distinfo,v 1.11 2026/07/10 16:07:29 wiz Exp $
 
-BLAKE2s (xrefresh-1.1.0.tar.xz) = 97ecb48c1a51da8b4ce896f31298e6111e6d4ec05cb612b41ab254b7bf8b8b06
-SHA512 (xrefresh-1.1.0.tar.xz) = d46988c0423c3c6efb21a2eec0df427934d041afa6dcbbfd33f2dff19bf5e077baf10bd96780d98326d3a3e34cbf5824da822b6cb0091873cc1baade0aa05c26
-Size (xrefresh-1.1.0.tar.xz) = 122764 bytes
+BLAKE2s (xrefresh-1.1.1.tar.xz) = bdcf74d1d04d6019bb637b41afc225d07020fd6f621559d91eb81ef1a83bce0c
+SHA512 (xrefresh-1.1.1.tar.xz) = 9b064bc63216a52fc768068a11d32a6327907033ae69aaf99f2944503931da2d418550c1165713a20fc3690cd034533df977ec1831e9a618e2daed2796782d35
+Size (xrefresh-1.1.1.tar.xz) = 128816 bytes



Home | Main Index | Thread Index | Old Index