Index | Thread | Search

From:
Brad Smith <brad@comstyle.com>
Subject:
UPDATE: utfcpp 4.1.1
To:
ports@openbsd.org
Cc:
Sergey Bronnikov <estetus@gmail.com>
Date:
Sat, 8 Aug 2026 17:57:10 -0400

Download raw body.

Thread
  • Brad Smith:

    UPDATE: utfcpp 4.1.1

Here is an update to utfcpp 4.1.1.

Add missing CMake files.

All of the depends build Ok.


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/utfcpp/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile	6 Jun 2025 05:46:34 -0000	1.8
+++ Makefile	8 Aug 2026 01:31:38 -0000
@@ -2,7 +2,7 @@ COMMENT =		simple, portable library for 
 
 GH_ACCOUNT =		nemtrif
 GH_PROJECT =		utfcpp
-GH_TAGNAME =		v4.0.6
+GH_TAGNAME =		v4.1.1
 CATEGORIES =		devel
 
 MAINTAINER =		Sergey Bronnikov <estetus@gmail.com>
@@ -10,12 +10,9 @@ MAINTAINER =		Sergey Bronnikov <estetus@
 # Boost
 PERMIT_PACKAGE =	Yes
 
+MODULES +=		devel/cmake
+
 NO_BUILD =		Yes
 NO_TEST =		Yes
-
-do-install:
-	${INSTALL_DATA_DIR} ${PREFIX}/include/utf8cpp/utf8
-	${INSTALL_DATA} ${WRKSRC}/source/*.h ${PREFIX}/include/utf8cpp
-	${INSTALL_DATA} ${WRKSRC}/source/utf8/*.h ${PREFIX}/include/utf8cpp/utf8
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/utfcpp/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo	6 Jun 2025 05:46:34 -0000	1.3
+++ distinfo	8 Aug 2026 01:31:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (utfcpp-4.0.6.tar.gz) = aSCmpdagS5qJsqia9xMvis79RuDCp7GQNQU56SE4FsA=
-SIZE (utfcpp-4.0.6.tar.gz) = 34153
+SHA256 (utfcpp-4.1.1.tar.gz) = HKaAFvCrwkFymY45zg2Pjit6JvdXmg/4XU4bmnrqVvg=
+SIZE (utfcpp-4.1.1.tar.gz) = 36846
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/utfcpp/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST
--- pkg/PLIST	4 Apr 2024 16:02:04 -0000	1.4
+++ pkg/PLIST	8 Aug 2026 01:31:38 -0000
@@ -7,3 +7,8 @@ include/utf8cpp/utf8/cpp11.h
 include/utf8cpp/utf8/cpp17.h
 include/utf8cpp/utf8/cpp20.h
 include/utf8cpp/utf8/unchecked.h
+share/utf8cpp/
+share/utf8cpp/cmake/
+share/utf8cpp/cmake/utf8cppConfig.cmake
+share/utf8cpp/cmake/utf8cppConfigVersion.cmake
+share/utf8cpp/cmake/utf8cppTargets.cmake