diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile index f163c37dfa85..de667766ad0b 100644 --- a/devel/utf8cpp/Makefile +++ b/devel/utf8cpp/Makefile @@ -1,24 +1,24 @@ PORTNAME= utf8cpp -PORTVERSION= 4.0.2 +PORTVERSION= 4.0.3 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple, portable, lightweight library for handling UTF-8 strings WWW= https://github.com/nemtrif/utfcpp LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake CMAKE_ON= UTF8_INSTALL CMAKE_OFF= UTF8_SAMPLES UTF8_TESTS NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= nemtrif GH_PROJECT= utfcpp .include diff --git a/devel/utf8cpp/distinfo b/devel/utf8cpp/distinfo index b76c19df4f8b..f779a4db341c 100644 --- a/devel/utf8cpp/distinfo +++ b/devel/utf8cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699774458 -SHA256 (nemtrif-utfcpp-v4.0.2_GH0.tar.gz) = d3c032650cd30823b7ebbebbe91f39d8c0e91221b2e3e92b93ca425478f986f2 -SIZE (nemtrif-utfcpp-v4.0.2_GH0.tar.gz) = 32996 +TIMESTAMP = 1702028044 +SHA256 (nemtrif-utfcpp-v4.0.3_GH0.tar.gz) = 05e7d023b2bf606777442efc49038e0efce317596582db15adf5c776e237a326 +SIZE (nemtrif-utfcpp-v4.0.3_GH0.tar.gz) = 33968 diff --git a/devel/utf8cpp/pkg-plist b/devel/utf8cpp/pkg-plist index 2fcb880c3785..97eddaa191ce 100644 --- a/devel/utf8cpp/pkg-plist +++ b/devel/utf8cpp/pkg-plist @@ -1,10 +1,10 @@ -include/utf8.h -include/utf8/checked.h -include/utf8/core.h -include/utf8/cpp11.h -include/utf8/cpp17.h -include/utf8/cpp20.h -include/utf8/unchecked.h +include/utf8cpp/utf8.h +include/utf8cpp/utf8/checked.h +include/utf8cpp/utf8/core.h +include/utf8cpp/utf8/cpp11.h +include/utf8cpp/utf8/cpp17.h +include/utf8cpp/utf8/cpp20.h +include/utf8cpp/utf8/unchecked.h %%DATADIR%%/cmake/utf8cppConfig.cmake %%DATADIR%%/cmake/utf8cppConfigVersion.cmake %%DATADIR%%/cmake/utf8cppTargets.cmake