git: f236ac99d454 - main - sysutils/plasma-pass: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:12:18 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f236ac99d454696bae0ebbe8cb167fa4a6eb1a7d
commit f236ac99d454696bae0ebbe8cb167fa4a6eb1a7d
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:32 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:50 +0000
sysutils/plasma-pass: pet stage-qa
---
sysutils/plasma-pass/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/plasma-pass/Makefile b/sysutils/plasma-pass/Makefile
index fe984ff77933..3951648628ec 100644
--- a/sysutils/plasma-pass/Makefile
+++ b/sysutils/plasma-pass/Makefile
@@ -1,6 +1,6 @@
PORTNAME= plasma-pass
DISTVERSION= 1.2.0
-PORTREVISION= 1
+PORTREVISION= 2
MASTER_SITES= KDE/stable/${PORTNAME}
CATEGORIES= sysutils kde
@@ -16,7 +16,7 @@ RUN_DEPENDS= pass:sysutils/password-store
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= config coreaddons i18n itemmodels package plasma-framework service \
ecm_build
-USE_QT= core dbus declarative gui network \
+USE_QT= concurrent core dbus declarative gui network \
buildtools_build qmake_build
.include <bsd.port.mk>