pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXft



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 12:03:13 UTC 2025

Modified Files:
        pkgsrc/x11/libXft: Makefile distinfo

Log Message:
libXft: update to 2.3.9.

Alan Coopersmith (4):
      Remove support for building with pre-X11R7 versions of X
      Remove support for building with pre-C89 versions of C
      Require xproto >= 7.0.22 for _X_UNUSED
      meson: Add option to build with meson

Peter Harris (1):
      fix potential buffer overrun in _XftGlyphDefault

Thomas E. Dickey (6):
      issue 19: Problem loading "SourceCodePro-Regular" font in Fedora
      build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021
      issue 21: remove redundant/out-of-place prototype for XftNameUnparse
      manpage formatting-fixes
      libXft 2.3.9


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/libXft/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/libXft/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/libXft/Makefile
diff -u pkgsrc/x11/libXft/Makefile:1.33 pkgsrc/x11/libXft/Makefile:1.34
--- pkgsrc/x11/libXft/Makefile:1.33     Sun Nov 12 13:24:13 2023
+++ pkgsrc/x11/libXft/Makefile  Mon Apr 21 12:03:13 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/11/12 13:24:13 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/04/21 12:03:13 wiz Exp $
 
-DISTNAME=      libXft-2.3.8
-PKGREVISION=   1
+DISTNAME=      libXft-2.3.9
 CATEGORIES=    x11 fonts
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/libXft/distinfo
diff -u pkgsrc/x11/libXft/distinfo:1.19 pkgsrc/x11/libXft/distinfo:1.20
--- pkgsrc/x11/libXft/distinfo:1.19     Mon Apr 17 21:08:22 2023
+++ pkgsrc/x11/libXft/distinfo  Mon Apr 21 12:03:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/04/17 21:08:22 wiz Exp $
+$NetBSD: distinfo,v 1.20 2025/04/21 12:03:13 wiz Exp $
 
-BLAKE2s (libXft-2.3.8.tar.xz) = 39367c6b5713c1d99c541e755885596ae28489c10f67d6fbbc2dd30b7b09fd9f
-SHA512 (libXft-2.3.8.tar.xz) = fc385d73e1acb701942c154ffb5a283d17891f21d3ac598c4a3fb375a7d6082734593062368c15cad67c1a94177dd15deed878ec5ea852188393b52e92c372c8
-Size (libXft-2.3.8.tar.xz) = 311664 bytes
+BLAKE2s (libXft-2.3.9.tar.xz) = e8b725bc4cf0e72c7582b1e96eddb4c81d93d68e0c7bbedab367cdcf9bce4810
+SHA512 (libXft-2.3.9.tar.xz) = 493e4475c0eeab04a510819446eaa871ba9e1695e42d05bb7791d2ed59f7faff31e910dae95efa4b0ac4a7a2da38614b5740a4ca9388134bea80d348e9ad57e5
+Size (libXft-2.3.9.tar.xz) = 313852 bytes



Home | Main Index | Thread Index | Old Index