Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 23:58:55 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 456a66c3f269 - main - deskutils/calindori: pet stage-qa, add missed dependency on desktop-file-utils
Message-ID:  <202209042358.284Nwtcu082657@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit 456a66c3f269603a97d04183c3fd0dc3fdb31bae
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-04 23:57:12 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-04 23:57:12 +0000

    deskutils/calindori: pet stage-qa, add missed dependency on desktop-file-utils
    
    Approved by:    portmgr blanket
---
 deskutils/calindori/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deskutils/calindori/Makefile b/deskutils/calindori/Makefile
index 6dcbdae06d85..4524076f943f 100644
--- a/deskutils/calindori/Makefile
+++ b/deskutils/calindori/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	calindori
 DISTVERSION=	1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	KDE/stable/${PORTNAME}/
 
@@ -10,7 +10,7 @@ COMMENT=	Calendar application for desktop and phone
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
 
-USES=		cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz
+USES=		cmake compiler:c++17-lang desktop-file-utils gl kde:5 pkgconfig qt:5 tar:xz
 USE_GL=		gl
 USE_QT=		core dbus declarative gui \
 		network quickcontrols quickcontrols2 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209042358.284Nwtcu082657>