git: 3aa4064f27e1 - main - devel/ftxui: update 4.1.1 → 5.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Nov 2023 17:04:13 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3aa4064f27e14ffbabba99cdca4cd88ac81aefb1 commit 3aa4064f27e14ffbabba99cdca4cd88ac81aefb1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-05 16:59:36 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-05 17:03:59 +0000 devel/ftxui: update 4.1.1 → 5.0.0 Reported by: portscout --- devel/ftxui/Makefile | 2 +- devel/ftxui/distinfo | 6 +++--- devel/ftxui/pkg-plist | 9 +++++---- misc/json-tui/Makefile | 2 +- net/ecal/Makefile | 1 + 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/devel/ftxui/Makefile b/devel/ftxui/Makefile index f6c033a9080f..de14a169d155 100644 --- a/devel/ftxui/Makefile +++ b/devel/ftxui/Makefile @@ -1,6 +1,6 @@ PORTNAME= ftxui DISTVERSIONPREFIX= v -DISTVERSION= 4.1.1 +DISTVERSION= 5.0.0 CATEGORIES= devel science MAINTAINER= yuri@FreeBSD.org diff --git a/devel/ftxui/distinfo b/devel/ftxui/distinfo index f2768d35114a..f0794f80a043 100644 --- a/devel/ftxui/distinfo +++ b/devel/ftxui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685377241 -SHA256 (ArthurSonzogni-FTXUI-v4.1.1_GH0.tar.gz) = 9009d093e48b3189487d67fc3e375a57c7b354c0e43fc554ad31bec74a4bc2dd -SIZE (ArthurSonzogni-FTXUI-v4.1.1_GH0.tar.gz) = 1154985 +TIMESTAMP = 1699202613 +SHA256 (ArthurSonzogni-FTXUI-v5.0.0_GH0.tar.gz) = a2991cb222c944aee14397965d9f6b050245da849d8c5da7c72d112de2786b5b +SIZE (ArthurSonzogni-FTXUI-v5.0.0_GH0.tar.gz) = 236755 diff --git a/devel/ftxui/pkg-plist b/devel/ftxui/pkg-plist index 21918d01a180..be96adde827b 100644 --- a/devel/ftxui/pkg-plist +++ b/devel/ftxui/pkg-plist @@ -11,6 +11,7 @@ include/ftxui/component/screen_interactive.hpp include/ftxui/component/task.hpp include/ftxui/dom/canvas.hpp include/ftxui/dom/deprecated.hpp +include/ftxui/dom/direction.hpp include/ftxui/dom/elements.hpp include/ftxui/dom/flexbox_config.hpp include/ftxui/dom/linear_gradient.hpp @@ -31,10 +32,10 @@ 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.1.1 +lib/libftxui-component.so.5.0.0 lib/libftxui-dom.so -lib/libftxui-dom.so.4.1.1 +lib/libftxui-dom.so.5.0.0 lib/libftxui-screen.so -lib/libftxui-screen.so.4.1.1 +lib/libftxui-screen.so.5.0.0 +libdata/pkgconfig/ftxui.pc diff --git a/misc/json-tui/Makefile b/misc/json-tui/Makefile index 1ad07771cdfa..9452b50ad62d 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= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -g6b38aba CATEGORIES= misc diff --git a/net/ecal/Makefile b/net/ecal/Makefile index 1b917e850846..f38a61c316bd 100644 --- a/net/ecal/Makefile +++ b/net/ecal/Makefile @@ -1,6 +1,7 @@ PORTNAME= ecal DISTVERSIONPREFIX= v DISTVERSION= 5.12.1 +PORTREVISION= 1 CATEGORIES= net devel MAINTAINER= yuri@FreeBSD.org