Date: Mon, 5 Sep 2022 19:09:44 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: 8cb5134958d9 - main - deskutils/kontact: pet stage-qa Message-ID: <202209051909.285J9iqJ014969@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=8cb5134958d95b94745ddc25253162690373fc66 commit 8cb5134958d95b94745ddc25253162690373fc66 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-05 19:02:19 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-05 19:05:57 +0000 deskutils/kontact: pet stage-qa --- deskutils/kontact/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/deskutils/kontact/Makefile b/deskutils/kontact/Makefile index 8420eb49565d..e516ac1d5808 100644 --- a/deskutils/kontact/Makefile +++ b/deskutils/kontact/Makefile @@ -1,5 +1,6 @@ PORTNAME= kontact DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -7,16 +8,18 @@ COMMENT= KDE Personal Information Manager LICENSE= LGPL21 -USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons crash \ - i18n iconthemes itemmodels jobwidgets kcmutils kio parts \ + guiaddons i18n iconthemes itemmodels jobwidgets kcmutils kio parts \ service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \ ecm_build # pim components -USE_KDE+= akonadi grantleetheme kontactinterface libkdepim pimcommon +USE_KDE+= akonadi grantleetheme kontactinterface libkdepim pimcommon \ + pimtextedit USE_QT= concurrent core dbus declarative gui location network \ printsupport webchannel webengine widgets xml \ buildtools_build qmake_build +USE_XORG= x11 USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209051909.285J9iqJ014969>