Skip to content

Commit

Permalink
devel/cli11: Update 2.0.0 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Sep 26, 2021
1 parent 1256d84 commit 86c3a9d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions 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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
6 changes: 3 additions & 3 deletions devel/cli11/pkg-plist
Expand Up @@ -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

0 comments on commit 86c3a9d

Please sign in to comment.