diff --git a/sysutils/vtm/Portfile b/sysutils/vtm/Portfile index 43dfcdd80ce..64d7bff4aef 100644 --- a/sysutils/vtm/Portfile +++ b/sysutils/vtm/Portfile @@ -5,7 +5,7 @@ PortGroup github 1.0 PortGroup cmake 1.1 PortGroup legacysupport 1.1 -github.setup netxs-group vtm 0.9.99.69 v +github.setup netxs-group vtm 2026.01.13 v github.tarball_from archive revision 0 @@ -18,9 +18,9 @@ description Monotty Desktopio - text-based desktop environment \ long_description ${name} is a terminal multiplexer with window manager \ and session sharing. -checksums rmd160 31931c51de2ac63d67a10e615d011327302d4835 \ - sha256 962e6265fba6889161f0820695dc21ce0c9fca1841a63b60e5189a044bb97b76 \ - size 1899827 +checksums rmd160 513318b3a44ea882812195445d8f12d9dd474ce1 \ + sha256 c4c4c39c0284c1480ed94bb409de3385338564a4090c1d5a2d33099a0ec5a7e4 \ + size 2177530 # Requires a compiler with full C++20 support compiler.cxx_standard 2020 @@ -28,6 +28,10 @@ compiler.cxx_standard 2020 compiler.blacklist-append \ {clang} +depends_lib-append port:freetype \ + port:lua54 \ + path:lib/pkgconfig/harfbuzz.pc:harfbuzz + # Needed for std::filesystem and std::atomic_notify_all legacysupport.newest_darwin_requires_legacy 19 legacysupport.use_mp_libcxx yes @@ -46,3 +50,4 @@ notes " Recommended to use it in a terminal with mouse\ and True Color support (e.g. iTerm2). " +