pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/utf8-cpp utf8-cpp: updated to 3.2.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/a39d126cb9d9
branches: trunk
changeset: 387802:a39d126cb9d9
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 07 10:19:27 2022 +0000
description:
utf8-cpp: updated to 3.2.2
v3.2.2
Minor changes that eliminate some conversion warnings in some cases.
diffstat:
textproc/utf8-cpp/Makefile | 4 ++--
textproc/utf8-cpp/distinfo | 10 +++++-----
textproc/utf8-cpp/patches/patch-CMakeLists.txt | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (47 lines):
diff -r 0ae26289f934 -r a39d126cb9d9 textproc/utf8-cpp/Makefile
--- a/textproc/utf8-cpp/Makefile Mon Nov 07 01:02:08 2022 +0000
+++ b/textproc/utf8-cpp/Makefile Mon Nov 07 10:19:27 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/12/29 17:00:23 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/11/07 10:19:27 adam Exp $
-DISTNAME= utf8-cpp-3.2.1
+DISTNAME= utf8-cpp-3.2.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=nemtrif/}
GITHUB_PROJECT= utfcpp
diff -r 0ae26289f934 -r a39d126cb9d9 textproc/utf8-cpp/distinfo
--- a/textproc/utf8-cpp/distinfo Mon Nov 07 01:02:08 2022 +0000
+++ b/textproc/utf8-cpp/distinfo Mon Nov 07 10:19:27 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/12/29 17:00:23 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/11/07 10:19:27 adam Exp $
-BLAKE2s (utf8-cpp-3.2.1.tar.gz) = e77f7ac01eb99bb89b176314af7dcda8cc281dde19cace10393632fb878fc4a4
-SHA512 (utf8-cpp-3.2.1.tar.gz) = 5798487f12b1bc55d3e06aed38f7604271ca3402963efcf85d181fd590d8a088d21e961e77698e60dc2cdae8cf4506645903442c45fd328201752d9589180e0d
-Size (utf8-cpp-3.2.1.tar.gz) = 27377 bytes
-SHA1 (patch-CMakeLists.txt) = c343d5e42d119c2a247a4103714890ba119f5441
+BLAKE2s (utf8-cpp-3.2.2.tar.gz) = 7327c14a5a7b2f46138232d0e8eb731afd26f7b204e0177542381d42a86ec14d
+SHA512 (utf8-cpp-3.2.2.tar.gz) = b3d338bbb859eb6c6d38525a2d23062c3f5486bbc85e160e1e118ac557823d4ea128554fdf7a03288f7a3a6ba2c06830d6e51a714d0b5fc6a8001a870d560ac8
+Size (utf8-cpp-3.2.2.tar.gz) = 27476 bytes
+SHA1 (patch-CMakeLists.txt) = 094c43c314969947741db9091370f43f462e5b61
diff -r 0ae26289f934 -r a39d126cb9d9 textproc/utf8-cpp/patches/patch-CMakeLists.txt
--- a/textproc/utf8-cpp/patches/patch-CMakeLists.txt Mon Nov 07 01:02:08 2022 +0000
+++ b/textproc/utf8-cpp/patches/patch-CMakeLists.txt Mon Nov 07 10:19:27 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2021/12/29 17:00:23 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2022/11/07 10:19:27 adam Exp $
Do not install includes in a sub-directory.
---- CMakeLists.txt.orig 2021-12-28 18:19:18.000000000 +0000
+--- CMakeLists.txt.orig 2022-11-06 21:14:17.000000000 +0000
+++ CMakeLists.txt
@@ -14,7 +14,7 @@ option(UTF8_SAMPLES "Enable building sam
add_library(utf8cpp INTERFACE)
@@ -21,4 +21,4 @@
+ install(DIRECTORY source/ DESTINATION include)
install(TARGETS utf8cpp EXPORT utf8cppConfig)
install(EXPORT utf8cppConfig DESTINATION ${DEF_INSTALL_CMAKE_DIR})
- endif()
+ export(EXPORT utf8cppConfig)
Home |
Main Index |
Thread Index |
Old Index