diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile index de667766ad0b..63c123c71c9b 100644 --- a/devel/utf8cpp/Makefile +++ b/devel/utf8cpp/Makefile @@ -1,24 +1,24 @@ PORTNAME= utf8cpp -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.4 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 +NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= nemtrif GH_PROJECT= utfcpp +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/include/utf8cpp/ + cd ${WRKSRC}/source/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/utf8cpp/ + .include diff --git a/devel/utf8cpp/distinfo b/devel/utf8cpp/distinfo index f779a4db341c..b5d157fd42f0 100644 --- a/devel/utf8cpp/distinfo +++ b/devel/utf8cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702028044 -SHA256 (nemtrif-utfcpp-v4.0.3_GH0.tar.gz) = 05e7d023b2bf606777442efc49038e0efce317596582db15adf5c776e237a326 -SIZE (nemtrif-utfcpp-v4.0.3_GH0.tar.gz) = 33968 +TIMESTAMP = 1702543612 +SHA256 (nemtrif-utfcpp-v4.0.4_GH0.tar.gz) = 7c8a403d0c575d52473c8644cd9eb46c6ba028d2549bc3e0cdc2d45f5cfd78a0 +SIZE (nemtrif-utfcpp-v4.0.4_GH0.tar.gz) = 34144 diff --git a/devel/utf8cpp/pkg-plist b/devel/utf8cpp/pkg-plist index 97eddaa191ce..a10beec97d9c 100644 --- a/devel/utf8cpp/pkg-plist +++ b/devel/utf8cpp/pkg-plist @@ -1,10 +1,7 @@ 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