pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/font-util



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 22 19:19:27 UTC 2023

Modified Files:
        pkgsrc/fonts/font-util: Makefile distinfo

Log Message:
font-util: update to 1.4.0.

This release updates the XORG_FONT_CHECK_COMPRESSION autoconf macro to
also set a COMPRESS_FLAGS variable.

By default, COMPRESS_FLAGS will be set to -n for gzip to stop recording
timestamps to improve build reproducibility, and to empty for all other
compression methods (compress, bzip2, or none).

This will not be effective until the bdf font packages we produce are
updated to add COMPRESS_FLAGS to Makefile.am, which will be occuring
shortly.

Alan Coopersmith (3):
      gitlab CI: stop requiring Signed-off-by in commits
      Add COMPRESS_FLAGS to pass options to compression command
      font-util 1.4.0


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/fonts/font-util/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/fonts/font-util/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/font-util/Makefile
diff -u pkgsrc/fonts/font-util/Makefile:1.16 pkgsrc/fonts/font-util/Makefile:1.17
--- pkgsrc/fonts/font-util/Makefile:1.16        Wed Nov  9 13:14:13 2022
+++ pkgsrc/fonts/font-util/Makefile     Wed Feb 22 19:19:26 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/11/09 13:14:13 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2023/02/22 19:19:26 wiz Exp $
 
-DISTNAME=              font-util-1.3.3
+DISTNAME=              font-util-1.4.0
 CATEGORIES=            fonts
 MASTER_SITES=          ${MASTER_SITE_XORG:=font/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/fonts/font-util/distinfo
diff -u pkgsrc/fonts/font-util/distinfo:1.11 pkgsrc/fonts/font-util/distinfo:1.12
--- pkgsrc/fonts/font-util/distinfo:1.11        Wed Jul 13 20:52:11 2022
+++ pkgsrc/fonts/font-util/distinfo     Wed Feb 22 19:19:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/07/13 20:52:11 wiz Exp $
+$NetBSD: distinfo,v 1.12 2023/02/22 19:19:26 wiz Exp $
 
-BLAKE2s (font-util-1.3.3.tar.xz) = 446b8f4aa9bc62925447b86114e3026ccd2f5dd4be9a990f901f3712b7cc2ec0
-SHA512 (font-util-1.3.3.tar.xz) = 5e1cb8af44fe0bea72b1a6a4e455f50ca49b7531c2f4b605800c0b2b7578b9826ccf17fa195c505ab1d6339fd4ad697c01ba3b9777616f354ab62b23434d47c9
-Size (font-util-1.3.3.tar.xz) = 142544 bytes
+BLAKE2s (font-util-1.4.0.tar.xz) = f22a00f30a8d7ae65ff3f1eb322d0518d41427469caa5c45c86cf9ae49d25e66
+SHA512 (font-util-1.4.0.tar.xz) = 05fff613019718a4bd8537ff7eb270bd85345ffb006c16f81b739d6e8cdbfaa9d6503aef9bc48d6c7f70330bf90ff1a46bacdff3c99e8017191d935c85f73d60
+Size (font-util-1.4.0.tar.xz) = 142396 bytes



Home | Main Index | Thread Index | Old Index