From fedc2ced701354208b1002c7eadd9a0867b1a9f9 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Mon, 30 Mar 2026 14:53:07 -0400 Subject: [PATCH] taskwarrior-tui: update to 0.26.8 --- office/taskwarrior-tui/Portfile | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/office/taskwarrior-tui/Portfile b/office/taskwarrior-tui/Portfile index fa1d5f8a49f..92173b05f31 100644 --- a/office/taskwarrior-tui/Portfile +++ b/office/taskwarrior-tui/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup kdheepak taskwarrior-tui 0.26.6 v +github.setup kdheepak taskwarrior-tui 0.26.8 v github.tarball_from archive revision 0 @@ -19,29 +19,24 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 60f9b2d6771c49c55149b1045a16c382e012f994 \ - sha256 8dc1a09d5c51c1646cf6d2bdc0684a80701d6c466cde2ca8af9e5c14a1946a5e \ - size 98065 + rmd160 4a8d5ae574b5dae519991b5cfd84ed1087c97a5f \ + sha256 fb75c8c88141d49db25d4bab62f78efdf8087a76ae9d2f0cdd06ec22e2ea7ea0 \ + size 162007 depends_build-append \ - port:git \ - port:go-md2man + port:git depends_run-append port:task build.env-append CARGO_NET_GIT_FETCH_WITH_CLI=true -post-build { - system -W ${worksrcpath}/docs "go-md2man -in=${name}.1.md -out=${name}.1" -} - destroot { xinstall -m 0755 \ ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \ ${destroot}${prefix}/bin/ # install man page - xinstall -m 0644 ${worksrcpath}/docs/${name}.1 \ + xinstall -m 0644 ${worksrcpath}/packaging/man/${name}.1 \ ${destroot}${prefix}/share/man/man1 # Install bash completion