Date: Wed, 4 Jan 2023 22:12:05 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 423b852d841b - main - devel/cli11: Update 2.3.1 -> 2.3.2 Message-ID: <202301042212.304MC5UK044587@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=423b852d841baeec6233efcc801a9e818da14634 commit 423b852d841baeec6233efcc801a9e818da14634 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-04 15:55:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-04 22:12:01 +0000 devel/cli11: Update 2.3.1 -> 2.3.2 Reported by: portscout --- devel/cli11/Makefile | 5 +++-- devel/cli11/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/cli11/Makefile b/devel/cli11/Makefile index a622781ad50a..26955f082a10 100644 --- a/devel/cli11/Makefile +++ b/devel/cli11/Makefile @@ -1,6 +1,6 @@ PORTNAME= cli11 DISTVERSIONPREFIX= v -DISTVERSION= 2.3.1 +DISTVERSION= 2.3.2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -10,7 +10,8 @@ WWW= https://github.com/CLIUtils/CLI11 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs +TEST_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs \ + catch>0:devel/catch # fails with catch2-3.x, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267078 USES= cmake:testing compiler:c++11-lang diff --git a/devel/cli11/distinfo b/devel/cli11/distinfo index 39c03c4a9553..226c41c1e19e 100644 --- a/devel/cli11/distinfo +++ b/devel/cli11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667863717 -SHA256 (CLIUtils-CLI11-v2.3.1_GH0.tar.gz) = 378da73d2d1d9a7b82ad6ed2b5bda3e7bc7093c4034a1d680a2e009eb067e7b2 -SIZE (CLIUtils-CLI11-v2.3.1_GH0.tar.gz) = 301615 +TIMESTAMP = 1672866676 +SHA256 (CLIUtils-CLI11-v2.3.2_GH0.tar.gz) = aac0ab42108131ac5d3344a9db0fdf25c4db652296641955720a4fbe52334e22 +SIZE (CLIUtils-CLI11-v2.3.2_GH0.tar.gz) = 303507
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301042212.304MC5UK044587>