pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/fmtlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 13 09:53:59 UTC 2025

Modified Files:
        pkgsrc/textproc/fmtlib: Makefile distinfo

Log Message:
fmtlib: updated to 11.1.2

11.1.2

Fixed ABI compatibility with earlier 11.x versions
Added wchar_t support to the std::bitset formatter
Prefixed CMake components with fmt- to simplify usage of {fmt} via add_subdirectory
Updated docs for meson
Fixed a compilation error in chrono on nvcc
Fixed various warnings


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/fmtlib/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/fmtlib/distinfo

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

Modified files:

Index: pkgsrc/textproc/fmtlib/Makefile
diff -u pkgsrc/textproc/fmtlib/Makefile:1.21 pkgsrc/textproc/fmtlib/Makefile:1.22
--- pkgsrc/textproc/fmtlib/Makefile:1.21        Sun Dec 29 16:49:52 2024
+++ pkgsrc/textproc/fmtlib/Makefile     Mon Jan 13 09:53:59 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/12/29 16:49:52 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/01/13 09:53:59 adam Exp $
 
-DISTNAME=      fmt-11.1.1
+DISTNAME=      fmt-11.1.2
 PKGNAME=       ${DISTNAME:S/fmt/fmtlib/}
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fmtlib/}

Index: pkgsrc/textproc/fmtlib/distinfo
diff -u pkgsrc/textproc/fmtlib/distinfo:1.22 pkgsrc/textproc/fmtlib/distinfo:1.23
--- pkgsrc/textproc/fmtlib/distinfo:1.22        Sun Dec 29 16:49:52 2024
+++ pkgsrc/textproc/fmtlib/distinfo     Mon Jan 13 09:53:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/12/29 16:49:52 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/01/13 09:53:59 adam Exp $
 
-BLAKE2s (fmt-11.1.1.tar.gz) = 5d79a0562898e6b8ffeb0fce4d1708e9725138ac8078e9a02c9e2ef673da9157
-SHA512 (fmt-11.1.1.tar.gz) = d6b0a28cd72328cf324b9e4e14a23e6c35c6e4f0f2724a85427853fc50850578ebffd256d49743ffcad2eb8b422291d0f0c72d0ef0ca2da5d62200a63ba65b27
-Size (fmt-11.1.1.tar.gz) = 701999 bytes
+BLAKE2s (fmt-11.1.2.tar.gz) = 6a7b5ff88ebef7fb51dc0847639327e3e5c5fda41a8343363877e387b95b153a
+SHA512 (fmt-11.1.2.tar.gz) = 97570686251e9122fd49a869c0be2340b5a32917f5e184bc55fde565fe06d5bd6a2f95fc7d8ea09f0a847d65482d3524bfe478aee3b82bbdc6d3af094ee3815f
+Size (fmt-11.1.2.tar.gz) = 702448 bytes



Home | Main Index | Thread Index | Old Index