git: 7cafa375346f - main - misc/kf5-purpose: update dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 18:33:10 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7cafa375346fd6f508040a239bb19277a15c5242
commit 7cafa375346fd6f508040a239bb19277a15c5242
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-12 17:51:21 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-12 18:31:40 +0000
misc/kf5-purpose: update dependencies
KDeclarative was dropped upstream in [1]. Add missing dependency on
prison.
[1] https://invent.kde.org/frameworks/purpose/-/commit/0865cacfb08dd03833bf65ff658a85e9bd738c90
---
misc/kf5-purpose/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/misc/kf5-purpose/Makefile b/misc/kf5-purpose/Makefile
index 6c54c303b277..3fe0ae6961b8 100644
--- a/misc/kf5-purpose/Makefile
+++ b/misc/kf5-purpose/Makefile
@@ -1,5 +1,6 @@
PORTNAME= purpose
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= misc kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -12,8 +13,8 @@ RUN_DEPENDS= accounts-qml-module>=0:sysutils/accounts-qml-module
USES= cmake compiler:c++11-lang gettext gnome \
kde:5 pkgconfig qt:5 tar:xz xorg
USE_GNOME= intltool
-USE_KDE= config completion coreaddons i18n kdeclarative kio \
- kirigami2 notifications jobwidgets service solid \
+USE_KDE= config completion coreaddons i18n kio \
+ kirigami2 notifications jobwidgets prison service solid \
widgetsaddons windowsystem \
ecm:build
USE_QT= concurrent core dbus declarative gui network widgets xml \