Date: Mon, 29 May 2023 18:33:27 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: 8ddf7d12ed89 - main - =?utf-8?Q?devel/ftxui:=20Update=204.0.0=20=E2=86=92=204.1.1?= Message-ID: <202305291833.34TIXRSR084596@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=8ddf7d12ed890a6e50a9a1afa1e280df6f3d934b commit 8ddf7d12ed890a6e50a9a1afa1e280df6f3d934b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-05-29 16:47:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-05-29 18:33:21 +0000 devel/ftxui: Update 4.0.0 → 4.1.1 Reported by: portscout --- devel/ftxui/Makefile | 4 ++-- devel/ftxui/distinfo | 6 +++--- devel/ftxui/pkg-plist | 11 +++++++---- misc/json-tui/Makefile | 2 +- net/ecal/Makefile | 2 +- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/devel/ftxui/Makefile b/devel/ftxui/Makefile index eee141c4e782..f6c033a9080f 100644 --- a/devel/ftxui/Makefile +++ b/devel/ftxui/Makefile @@ -1,6 +1,6 @@ PORTNAME= ftxui DISTVERSIONPREFIX= v -DISTVERSION= 4.0.0 +DISTVERSION= 4.1.1 CATEGORIES= devel science MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= benchmark>0:devel/benchmark \ googletest>0:devel/googletest -USES= cmake:testing compiler:c++17-lang +USES= cmake:testing compiler:c++20-lang USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/devel/ftxui/distinfo b/devel/ftxui/distinfo index 66925da85512..f2768d35114a 100644 --- a/devel/ftxui/distinfo +++ b/devel/ftxui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676337923 -SHA256 (ArthurSonzogni-FTXUI-v4.0.0_GH0.tar.gz) = 7276e4117429ebf8e34ea371c3ea4e66eb99e0f234cb4c5c85fca17174a53dfa -SIZE (ArthurSonzogni-FTXUI-v4.0.0_GH0.tar.gz) = 1148172 +TIMESTAMP = 1685377241 +SHA256 (ArthurSonzogni-FTXUI-v4.1.1_GH0.tar.gz) = 9009d093e48b3189487d67fc3e375a57c7b354c0e43fc554ad31bec74a4bc2dd +SIZE (ArthurSonzogni-FTXUI-v4.1.1_GH0.tar.gz) = 1154985 diff --git a/devel/ftxui/pkg-plist b/devel/ftxui/pkg-plist index 8f13e72db3e1..21918d01a180 100644 --- a/devel/ftxui/pkg-plist +++ b/devel/ftxui/pkg-plist @@ -13,6 +13,7 @@ include/ftxui/dom/canvas.hpp include/ftxui/dom/deprecated.hpp include/ftxui/dom/elements.hpp include/ftxui/dom/flexbox_config.hpp +include/ftxui/dom/linear_gradient.hpp include/ftxui/dom/node.hpp include/ftxui/dom/requirement.hpp include/ftxui/dom/table.hpp @@ -26,12 +27,14 @@ include/ftxui/screen/string.hpp include/ftxui/screen/terminal.hpp include/ftxui/util/autoreset.hpp include/ftxui/util/ref.hpp -lib/cmake/ftxui/ftxui-config-version-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ftxui/ftxui-config-version.cmake lib/cmake/ftxui/ftxui-config.cmake +lib/cmake/ftxui/ftxui-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ftxui/ftxui-targets.cmake +lib/ftxui.pc lib/libftxui-component.so -lib/libftxui-component.so.4.0.0 +lib/libftxui-component.so.4.1.1 lib/libftxui-dom.so -lib/libftxui-dom.so.4.0.0 +lib/libftxui-dom.so.4.1.1 lib/libftxui-screen.so -lib/libftxui-screen.so.4.0.0 +lib/libftxui-screen.so.4.1.1 diff --git a/misc/json-tui/Makefile b/misc/json-tui/Makefile index 7abd0a0345f0..1ad07771cdfa 100644 --- a/misc/json-tui/Makefile +++ b/misc/json-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= json-tui DISTVERSIONPREFIX= v DISTVERSION= 1.3.0-13 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -g6b38aba CATEGORIES= misc diff --git a/net/ecal/Makefile b/net/ecal/Makefile index acdb848ce57d..13a5a3b5b9e7 100644 --- a/net/ecal/Makefile +++ b/net/ecal/Makefile @@ -1,7 +1,7 @@ PORTNAME= ecal DISTVERSIONPREFIX= v DISTVERSION= 5.11.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net devel MAINTAINER= yuri@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305291833.34TIXRSR084596>