Date: Thu, 14 Dec 2023 20:54:02 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 743103bbbb14 - main - devel/utf8cpp: Update to 4.0.4 Message-ID: <202312142054.3BEKs2NJ003329@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=743103bbbb14fa364fbac82b240fc767d5a0037e commit 743103bbbb14fa364fbac82b240fc767d5a0037e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-14 20:44:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-14 20:44:53 +0000 devel/utf8cpp: Update to 4.0.4 Changes: https://github.com/nemtrif/utfcpp/releases --- devel/utf8cpp/Makefile | 12 ++++++------ devel/utf8cpp/distinfo | 6 +++--- devel/utf8cpp/pkg-plist | 3 --- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile index de667766ad0b..63c123c71c9b 100644 --- a/devel/utf8cpp/Makefile +++ b/devel/utf8cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= utf8cpp -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.4 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -10,15 +10,15 @@ 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 <bsd.port.mk> 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 @@ -5,6 +5,3 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312142054.3BEKs2NJ003329>