git: 7483bd27d130 - main - deskutils/taskwarrior-tui: depend upon deskutils/taskwarrior
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Sep 2022 16:11:34 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=7483bd27d1304affa853a25ed2ac842dfccf91b4 commit 7483bd27d1304affa853a25ed2ac842dfccf91b4 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-09-13 06:44:10 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-09-13 16:08:15 +0000 deskutils/taskwarrior-tui: depend upon deskutils/taskwarrior taskwarrior-tui needs taskwarrior at run time. PR: 266219 Reported by: grahamperrin@freebsd.org --- deskutils/taskwarrior-tui/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deskutils/taskwarrior-tui/Makefile b/deskutils/taskwarrior-tui/Makefile index 57494a64c1e7..a3d166a3ba33 100644 --- a/deskutils/taskwarrior-tui/Makefile +++ b/deskutils/taskwarrior-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= taskwarrior-tui DISTVERSIONPREFIX= v DISTVERSION= 0.23.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org @@ -11,6 +11,8 @@ WWW= https://kdheepak.com/taskwarrior-tui/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= task:deskutils/taskwarrior + USES= cargo USE_GITHUB= yes GH_ACCOUNT= kdheepak