pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xlsfonts



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul  8 07:28:01 UTC 2026

Modified Files:
        pkgsrc/x11/xlsfonts: Makefile distinfo

Log Message:
xlsfonts: update to 1.0.9.

Alan Coopersmith (9):
      Simplify qsort() comparision function to just call strcmp()
      Add --help and --version options
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
      Strip trailing whitespace from source files
      IgnoreError: tell the compiler the arguments are intentionally unused
      gitlab CI: drop the ci-fairy check-mr job
      meson: Add option to build with meson
      xlsfonts 1.0.9


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xlsfonts/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xlsfonts/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/xlsfonts/Makefile
diff -u pkgsrc/x11/xlsfonts/Makefile:1.9 pkgsrc/x11/xlsfonts/Makefile:1.10
--- pkgsrc/x11/xlsfonts/Makefile:1.9    Sat Mar  2 07:48:04 2024
+++ pkgsrc/x11/xlsfonts/Makefile        Wed Jul  8 07:28:01 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/03/02 07:48:04 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/07/08 07:28:01 wiz Exp $
 
-DISTNAME=      xlsfonts-1.0.8
+DISTNAME=      xlsfonts-1.0.9
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -9,9 +9,9 @@ MAINTAINER=     blair.sadewitz%gmail.com@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
 COMMENT=       Lists available fonts
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/libFS/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/xlsfonts/distinfo
diff -u pkgsrc/x11/xlsfonts/distinfo:1.10 pkgsrc/x11/xlsfonts/distinfo:1.11
--- pkgsrc/x11/xlsfonts/distinfo:1.10   Sat Mar  2 07:48:04 2024
+++ pkgsrc/x11/xlsfonts/distinfo        Wed Jul  8 07:28:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/03/02 07:48:04 wiz Exp $
+$NetBSD: distinfo,v 1.11 2026/07/08 07:28:01 wiz Exp $
 
-BLAKE2s (xlsfonts-1.0.8.tar.xz) = 5df46ad00f2df47d66db21c296ee268ad3d6434d0ba3fb30934c8d4f414b04d8
-SHA512 (xlsfonts-1.0.8.tar.xz) = 401c86d902f173c440c08a22067a51e7238949c8d3c71eba7a8df11955edfec27525c8cbbcf2e96ed444fa20b15f98cf65a01343215d1ed9ba84fce849d02927
-Size (xlsfonts-1.0.8.tar.xz) = 130488 bytes
+BLAKE2s (xlsfonts-1.0.9.tar.xz) = 8529a5b747e1044a8398a08b3fcb23624ab880df0084e73eb40abb1adac013e1
+SHA512 (xlsfonts-1.0.9.tar.xz) = c08d8ad107eabcd8ffc2653de172b2b3192c3823890e95feb226c5689335b8cb3d8d3a78168f62f07b7f84bf55b1cf8e2230df2fed1c414a56f36cfa150224b1
+Size (xlsfonts-1.0.9.tar.xz) = 136520 bytes



Home | Main Index | Thread Index | Old Index