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.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44fedcfdbc6f
branches:  trunk
changeset: 390890:44fedcfdbc6f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 31 22:00:16 2022 +0000

description:
utf8-cpp: updated to 3.2.3

3.2.3
A minor release that includes a fix for https://github.com/nemtrif/utfcpp/issues/92[: Clang 10 Compiler warnings](e3e57c8) and build system improvements

diffstat:

 textproc/utf8-cpp/Makefile                     |   4 ++--
 textproc/utf8-cpp/PLIST                        |   4 +++-
 textproc/utf8-cpp/distinfo                     |  10 +++++-----
 textproc/utf8-cpp/patches/patch-CMakeLists.txt |  16 ++++++++--------
 4 files changed, 18 insertions(+), 16 deletions(-)

diffs (75 lines):

diff -r 289c306f17e8 -r 44fedcfdbc6f textproc/utf8-cpp/Makefile
--- a/textproc/utf8-cpp/Makefile        Sat Dec 31 21:57:01 2022 +0000
+++ b/textproc/utf8-cpp/Makefile        Sat Dec 31 22:00:16 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/11/07 10:19:27 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/31 22:00:16 adam Exp $
 
-DISTNAME=      utf8-cpp-3.2.2
+DISTNAME=      utf8-cpp-3.2.3
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nemtrif/}
 GITHUB_PROJECT=        utfcpp
diff -r 289c306f17e8 -r 44fedcfdbc6f textproc/utf8-cpp/PLIST
--- a/textproc/utf8-cpp/PLIST   Sat Dec 31 21:57:01 2022 +0000
+++ b/textproc/utf8-cpp/PLIST   Sat Dec 31 22:00:16 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/12/29 17:00:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/12/31 22:00:16 adam Exp $
 include/utf8.h
 include/utf8/checked.h
 include/utf8/core.h
@@ -6,3 +6,5 @@
 include/utf8/cpp17.h
 include/utf8/unchecked.h
 lib/cmake/utf8cpp/utf8cppConfig.cmake
+lib/cmake/utf8cpp/utf8cppConfigVersion.cmake
+lib/cmake/utf8cpp/utf8cppTargets.cmake
diff -r 289c306f17e8 -r 44fedcfdbc6f textproc/utf8-cpp/distinfo
--- a/textproc/utf8-cpp/distinfo        Sat Dec 31 21:57:01 2022 +0000
+++ b/textproc/utf8-cpp/distinfo        Sat Dec 31 22:00:16 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2022/11/07 10:19:27 adam Exp $
+$NetBSD: distinfo,v 1.6 2022/12/31 22:00:16 adam Exp $
 
-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
+BLAKE2s (utf8-cpp-3.2.3.tar.gz) = b46085a814181948407cfdc0ddfbc8040fdb33189d8630db41d630125c2b8469
+SHA512 (utf8-cpp-3.2.3.tar.gz) = 760977df613abfb34fb7864cbbe90e8f2cf1f42b8502427a5e9c2a756ce87655120b7490ebdaa6c926a2cb56caef9ead0e0e10fb7cb732cf99a5b43c0cca411b
+Size (utf8-cpp-3.2.3.tar.gz) = 28770 bytes
+SHA1 (patch-CMakeLists.txt) = 41c4b9887c38811840adf362b3e9fcc12bda9415
diff -r 289c306f17e8 -r 44fedcfdbc6f textproc/utf8-cpp/patches/patch-CMakeLists.txt
--- a/textproc/utf8-cpp/patches/patch-CMakeLists.txt    Sat Dec 31 21:57:01 2022 +0000
+++ b/textproc/utf8-cpp/patches/patch-CMakeLists.txt    Sat Dec 31 22:00:16 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2022/11/07 10:19:27 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.3 2022/12/31 22:00:17 adam Exp $
 
 Do not install includes in a sub-directory.
 
---- CMakeLists.txt.orig        2022-11-06 21:14:17.000000000 +0000
+--- CMakeLists.txt.orig        2022-12-28 17:47:32.000000000 +0000
 +++ CMakeLists.txt
 @@ -14,7 +14,7 @@ option(UTF8_SAMPLES "Enable building sam
  add_library(utf8cpp INTERFACE)
@@ -13,12 +13,12 @@
  )
  add_library(utf8::cpp ALIAS utf8cpp)
  
-@@ -26,7 +26,7 @@ if(UTF8_INSTALL)
-         set(DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/utf8cpp)
-     endif()
+@@ -39,7 +39,7 @@ if(UTF8_INSTALL)
+         INSTALL_DESTINATION ${DEF_INSTALL_CMAKE_DIR}
+     )
  
 -    install(DIRECTORY source/ DESTINATION include/utf8cpp)
 +    install(DIRECTORY source/ DESTINATION include)
-     install(TARGETS utf8cpp EXPORT utf8cppConfig)
-     install(EXPORT utf8cppConfig DESTINATION ${DEF_INSTALL_CMAKE_DIR})
-     export(EXPORT utf8cppConfig)
+     install(TARGETS utf8cpp EXPORT utf8cppTargets)
+     install(EXPORT utf8cppTargets DESTINATION ${DEF_INSTALL_CMAKE_DIR})
+     install(



Home | Main Index | Thread Index | Old Index