From owner-dev-commits-ports-all@freebsd.org Sun Sep 26 22:55:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FE776A9464; Sun, 26 Sep 2021 22:55:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHh2P6TPBz3FQx; Sun, 26 Sep 2021 22:55:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A53E425CA9; Sun, 26 Sep 2021 22:55:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18QMtvSD067977; Sun, 26 Sep 2021 22:55:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18QMtvWm067976; Sun, 26 Sep 2021 22:55:57 GMT (envelope-from git) Date: Sun, 26 Sep 2021 22:55:57 GMT Message-Id: <202109262255.18QMtvWm067976@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 86c3a9dc51ec - main - devel/cli11: Update 2.0.0 -> 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 86c3a9dc51ec487a6bc3a3c0ba428f44a6d00a6f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2021 22:55:58 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=86c3a9dc51ec487a6bc3a3c0ba428f44a6d00a6f commit 86c3a9dc51ec487a6bc3a3c0ba428f44a6d00a6f Author: Yuri Victorovich AuthorDate: 2021-09-26 22:54:24 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-26 22:54:47 +0000 devel/cli11: Update 2.0.0 -> 2.1.0 --- devel/cli11/Makefile | 8 ++++++-- devel/cli11/distinfo | 6 +++--- devel/cli11/pkg-plist | 6 +++--- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/devel/cli11/Makefile b/devel/cli11/Makefile index 23b5daf8d8ec..9f0cb727e9ca 100644 --- a/devel/cli11/Makefile +++ b/devel/cli11/Makefile @@ -1,6 +1,6 @@ PORTNAME= cli11 DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -9,12 +9,16 @@ COMMENT= Command line parser for C++11 and beyond LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang +TEST_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs + +USES= cmake:testing compiler:c++11-lang + USE_GITHUB= yes GH_ACCOUNT= CLIUtils GH_PROJECT= CLI11 CMAKE_OFF= BUILD_TESTING CLI11_BUILD_EXAMPLES +CMAKE_TESTING_ON= BUILD_TESTING # CLI11_BOOST # tests fail with Boost, see https://github.com/CLIUtils/CLI11/issues/645 NO_ARCH= yes diff --git a/devel/cli11/distinfo b/devel/cli11/distinfo index 4acdef9e08f7..8b10c9e84bdf 100644 --- a/devel/cli11/distinfo +++ b/devel/cli11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626681417 -SHA256 (CLIUtils-CLI11-v2.0.0_GH0.tar.gz) = 2c672f17bf56e8e6223a3bfb74055a946fa7b1ff376510371902adb9cb0ab6a3 -SIZE (CLIUtils-CLI11-v2.0.0_GH0.tar.gz) = 280797 +TIMESTAMP = 1632695793 +SHA256 (CLIUtils-CLI11-v2.1.0_GH0.tar.gz) = 2661b0112b02478bad3dc7f1749c4825bfc7e37b440cbb4c8c0e2ffaa3999112 +SIZE (CLIUtils-CLI11-v2.1.0_GH0.tar.gz) = 286192 diff --git a/devel/cli11/pkg-plist b/devel/cli11/pkg-plist index f86e092fa08d..81d2fa38a207 100644 --- a/devel/cli11/pkg-plist +++ b/devel/cli11/pkg-plist @@ -13,6 +13,6 @@ include/CLI/Timer.hpp include/CLI/TypeTools.hpp include/CLI/Validators.hpp include/CLI/Version.hpp -lib/cmake/CLI11/CLI11Config.cmake -lib/cmake/CLI11/CLI11ConfigVersion.cmake -libdata/pkgconfig/CLI11.pc +share/cmake/CLI11/CLI11Config.cmake +share/cmake/CLI11/CLI11ConfigVersion.cmake +share/pkgconfig/CLI11.pc