diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-04 19:31:37 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-04 19:31:42 +0000 |
| commit | 5e02b2beb103c789ea282e291e567194121fc838 (patch) | |
| tree | 2459810fdd7e24ccd9217e40a1b4b8c1c1a1d4b4 | |
| parent | 506fc1a9e917b96c6ffc630e71ff7b1a99aa69a5 (diff) | |
devel/cli11: update 2.5.0 → 2.6.1
| -rw-r--r-- | devel/cli11/Makefile | 4 | ||||
| -rw-r--r-- | devel/cli11/distinfo | 6 | ||||
| -rw-r--r-- | devel/cli11/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/devel/cli11/Makefile b/devel/cli11/Makefile index 1f82f2dbb721..0bfc32ac984f 100644 --- a/devel/cli11/Makefile +++ b/devel/cli11/Makefile @@ -1,6 +1,6 @@ PORTNAME= cli11 DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -24,6 +24,6 @@ CMAKE_TESTING_ON= BUILD_TESTING # CLI11_BOOST # tests fail with Boost, see https NO_ARCH= yes -# tests as of 2.5.0: 100% tests passed, 0 tests failed out of 21 +# tests as of 2.6.1: 100% tests passed, 0 tests failed out of 24 .include <bsd.port.mk> diff --git a/devel/cli11/distinfo b/devel/cli11/distinfo index 2fbf850ef897..b69fee2a9614 100644 --- a/devel/cli11/distinfo +++ b/devel/cli11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740715817 -SHA256 (CLIUtils-CLI11-v2.5.0_GH0.tar.gz) = 17e02b4cddc2fa348e5dbdbb582c59a3486fa2b2433e70a0c3bacb871334fd55 -SIZE (CLIUtils-CLI11-v2.5.0_GH0.tar.gz) = 361527 +TIMESTAMP = 1762284200 +SHA256 (CLIUtils-CLI11-v2.6.1_GH0.tar.gz) = 377691f3fac2b340f12a2f79f523c780564578ba3d6eaf5238e9f35895d5ba95 +SIZE (CLIUtils-CLI11-v2.6.1_GH0.tar.gz) = 391731 diff --git a/devel/cli11/pkg-plist b/devel/cli11/pkg-plist index 12115e3a7693..d97ce10ebe8c 100644 --- a/devel/cli11/pkg-plist +++ b/devel/cli11/pkg-plist @@ -5,6 +5,7 @@ include/CLI/Config.hpp include/CLI/ConfigFwd.hpp include/CLI/Encoding.hpp include/CLI/Error.hpp +include/CLI/ExtraValidators.hpp include/CLI/Formatter.hpp include/CLI/FormatterFwd.hpp include/CLI/Macros.hpp @@ -19,6 +20,7 @@ include/CLI/impl/App_inl.hpp include/CLI/impl/Argv_inl.hpp include/CLI/impl/Config_inl.hpp include/CLI/impl/Encoding_inl.hpp +include/CLI/impl/ExtraValidators_inl.hpp include/CLI/impl/Formatter_inl.hpp include/CLI/impl/Option_inl.hpp include/CLI/impl/Split_inl.hpp |
