Skip to content

Commit

Permalink
devel/ftxui: Update 4.0.0 → 4.1.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed May 29, 2023
1 parent ebaa539 commit 8ddf7d1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
11 changes: 7 additions & 4 deletions devel/ftxui/pkg-plist
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 8ddf7d1

Please sign in to comment.