git: dc9a7cf73694 - main - sysutils/plasma5-ksysguard: decouple from KDE Plasma version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 21:51:52 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc9a7cf736941661965a57308af641d100192600 commit dc9a7cf736941661965a57308af641d100192600 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2023-04-18 21:23:35 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2023-04-18 21:51:41 +0000 sysutils/plasma5-ksysguard: decouple from KDE Plasma version --- sysutils/plasma5-ksysguard/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sysutils/plasma5-ksysguard/Makefile b/sysutils/plasma5-ksysguard/Makefile index 1c5c2d3ceb65..1b13b80fb420 100644 --- a/sysutils/plasma5-ksysguard/Makefile +++ b/sysutils/plasma5-ksysguard/Makefile @@ -1,10 +1,10 @@ PORTNAME= ksysguard -DISTVERSION= ${KDE_PLASMA_VERSION} +DISTVERSION= 5.22.0 # No longer released as part of KDE Plasma PORTREVISION= 3 PKGNAMEPREFIX= plasma5- CATEGORIES= sysutils kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ -DIST_SUBDIR= KDE/plasma/${KDE_PLASMA_VERSION} +DIST_SUBDIR= KDE/plasma/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 utility to track and control the running processes @@ -29,6 +29,4 @@ INOTIFY_DESC= Filesystem alteration notifications using inotify INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify INOTIFY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Inotify -KDE_PLASMA_VERSION= 5.22.0 - .include <bsd.port.mk>