git: e90d72d6d26d - 2023Q1 - audio/cadence: Add missing dependency audio/jack-capture; Add USES=desktop-file-utils

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 20 Feb 2023 20:55:23 UTC
The branch 2023Q1 has been updated by yuri:

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

commit e90d72d6d26d77636a2718b8d59734f40083009b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-20 20:53:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-20 20:55:19 +0000

    audio/cadence: Add missing dependency audio/jack-capture; Add USES=desktop-file-utils
    
    (cherry picked from commit e96a81019c853af29a1e921e3d9ba31e69e9d8ae)
---
 audio/cadence/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/audio/cadence/Makefile b/audio/cadence/Makefile
index 3d0778836d15..f908ff685e27 100644
--- a/audio/cadence/Makefile
+++ b/audio/cadence/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	cadence
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,16 +11,18 @@ WWW=		https://kxstudio.linuxaudio.org/Applications:Cadence
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	jackit>0:audio/jack
+RUN_DEPENDS=	jackit>0:audio/jack \
+		jack_capture:audio/jack-capture
 
-USES=		compiler:c++11-lang gmake localbase pkgconfig \
+USES=		compiler:c++11-lang desktop-file-utils gmake localbase pkgconfig \
 		python:3.4+ pyqt:5 qt:5 shebangfix tar:bz2
 SHEBANG_FILES=	src/*.py
+USE_QT=		core gui widgets buildtools:build
+USE_PYQT=	pyqt5 sip
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	falkTX
 GH_PROJECT=	Cadence
-USE_QT=		core gui widgets buildtools:build
-USE_PYQT=	pyqt5 sip
 
 CXXFLAGS+=	-DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes
 # Give the Makefile the proper versioned binaries of PyQt