Date: Tue, 17 Jan 2023 07:59:15 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 54945c25492f - main - devel/utf8cpp: Update to 3.2.3 and return to pool Message-ID: <202301170759.30H7xF4D050254@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=54945c25492f9d66d0c9544fab4724c6949405f7 commit 54945c25492f9d66d0c9544fab4724c6949405f7 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-01-17 07:34:26 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-01-17 07:59:06 +0000 devel/utf8cpp: Update to 3.2.3 and return to pool Return to pool due to multiple maintainer timeouts Changelog: https://github.com/nemtrif/utfcpp/releases/tag/v3.2.3 PR: 268703 Approved by: portmgr (maintainer timeout, 2+ weeks) --- devel/utf8cpp/Makefile | 8 +++++--- devel/utf8cpp/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile index bdaa7f5f9d02..234cacab7700 100644 --- a/devel/utf8cpp/Makefile +++ b/devel/utf8cpp/Makefile @@ -1,9 +1,9 @@ PORTNAME= utf8cpp DISTVERSIONPREFIX= v -DISTVERSION= 3.2.2 +DISTVERSION= 3.2.3 CATEGORIES= devel -MAINTAINER= k@stereochro.me +MAINTAINER= ports@FreeBSD.org COMMENT= Simple, portable, lightweight library for handling UTF-8 strings WWW= https://github.com/nemtrif/utfcpp @@ -23,6 +23,8 @@ PLIST_FILES= include/utf8cpp/utf8.h \ include/utf8cpp/utf8/cpp11.h \ include/utf8cpp/utf8/cpp17.h \ include/utf8cpp/utf8/unchecked.h \ - lib/cmake/utf8cpp/utf8cppConfig.cmake + lib/cmake/utf8cpp/utf8cppConfig.cmake \ + lib/cmake/utf8cpp/utf8cppConfigVersion.cmake \ + lib/cmake/utf8cpp/utf8cppTargets.cmake .include <bsd.port.mk> diff --git a/devel/utf8cpp/distinfo b/devel/utf8cpp/distinfo index 6a029132433b..ff71ea0fe3f6 100644 --- a/devel/utf8cpp/distinfo +++ b/devel/utf8cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667982422 -SHA256 (nemtrif-utfcpp-v3.2.2_GH0.tar.gz) = 6f81e7cb2be2a6a9109a8a0cb7dc39ec947f1bcdb5dfa4a660e11a23face19f5 -SIZE (nemtrif-utfcpp-v3.2.2_GH0.tar.gz) = 27476 +TIMESTAMP = 1672585721 +SHA256 (nemtrif-utfcpp-v3.2.3_GH0.tar.gz) = 3ba9b0dbbff08767bdffe8f03b10e596ca351228862722e4c9d4d126d2865250 +SIZE (nemtrif-utfcpp-v3.2.3_GH0.tar.gz) = 28770
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301170759.30H7xF4D050254>