git: 98cc4241d842 - main - deskutils/arttime: Add missing dependencies

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Sun, 12 Mar 2023 10:03:28 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98cc4241d842a9b5b7189e3717fad8084ce88129

commit 98cc4241d842a9b5b7189e3717fad8084ce88129
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-03-12 10:03:16 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-03-12 10:03:25 +0000

    deskutils/arttime: Add missing dependencies
    
    As the default terminal database shipped with FreeBSD is quite stale,
    arttime misses some capabilities. As a workaround, pull in
    misc/terminfo-db as a runtime dependency.
    
    The application also misses fzf to unfold its full potential. Pull in
    textproc/fzf as well.
    
    Discussion:     https://github.com/poetaman/arttime/discussions/23
---
 deskutils/arttime/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/deskutils/arttime/Makefile b/deskutils/arttime/Makefile
index 8f2057a0ed5f..06cfcd335848 100644
--- a/deskutils/arttime/Makefile
+++ b/deskutils/arttime/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	arttime
 PORTVERSION=	2.0.0
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	2
 CATEGORIES=	deskutils
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -11,7 +11,9 @@ WWW=		https://github.com/poetaman/arttime
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	zsh>=5.8:shells/zsh
-RUN_DEPENDS=	notify-send:devel/libnotify \
+RUN_DEPENDS=	${LOCALBASE}/share/terminfo/x/xterm-256color:misc/terminfo-db \
+		fzf:textproc/fzf \
+		notify-send:devel/libnotify \
 		ogg123:audio/vorbis-tools \
 		zsh>=5.8:shells/zsh