git: 5ce1135fa272 - main - sysutils/plasma6-plasma-systemmonitor: fix shebang
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 08:27:03 UTC
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ce1135fa2726f9a8bfe555130af14a622e0cf57 commit 5ce1135fa2726f9a8bfe555130af14a622e0cf57 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-02-14 08:26:03 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-02-14 08:26:17 +0000 sysutils/plasma6-plasma-systemmonitor: fix shebang and add dependence on Python. --- sysutils/plasma6-plasma-systemmonitor/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/plasma6-plasma-systemmonitor/Makefile b/sysutils/plasma6-plasma-systemmonitor/Makefile index 2a778ad71dae..0b566e737fe2 100644 --- a/sysutils/plasma6-plasma-systemmonitor/Makefile +++ b/sysutils/plasma6-plasma-systemmonitor/Makefile @@ -1,11 +1,12 @@ PORTNAME= plasma-systemmonitor DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Interface for monitoring system sensors, process information and other system resources -USES= cmake gettext gl kde:6 qt:6 tar:xz xorg +USES= cmake gettext gl kde:6 python:run qt:6 shebangfix tar:xz xorg USE_KDE= attica config coreaddons dbusaddons globalaccel i18n \ itemmodels kio kirigami-addons libksysguard newstuff package \ service windowsystem \ @@ -14,4 +15,6 @@ USE_QT= base declarative USE_XORG= x11 USE_GL= gl opengl +SHEBANG_FILES= kconf_update/plasma-systemmonitor-replace-vmpss.py + .include <bsd.port.mk>