git: ba7e4652948e - main - sysutils/plasma5-ksysguard: lighten dependencies
Adriaan de Groot
adridg at FreeBSD.org
Sat Jul 17 13:56:11 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba7e4652948e4b36d836314eda6c351d40af0973
commit ba7e4652948e4b36d836314eda6c351d40af0973
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-17 13:47:15 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-17 13:55:59 +0000
sysutils/plasma5-ksysguard: lighten dependencies
- kdelibs4support is unused
Bumping PORTREVISION here to force a rebuild; the idea is
that we want to reach a situation where kdelibs4support
can be removed by `pkg autoremove` as soon as it isn't
consumed by anyone (although this will require upstream work first).
---
sysutils/plasma5-ksysguard/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/plasma5-ksysguard/Makefile b/sysutils/plasma5-ksysguard/Makefile
index 475f79a70c58..d9905e9db971 100644
--- a/sysutils/plasma5-ksysguard/Makefile
+++ b/sysutils/plasma5-ksysguard/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ksysguard
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
PKGNAMEPREFIX= plasma5-
CATEGORIES= sysutils kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/
@@ -12,7 +13,7 @@ USES= cmake compiler:c++11-lib cpe desktop-file-utils \
gettext kde:5 localbase pathfix qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
dbusaddons emoticons i18n iconthemes init itemmodels \
- itemviews jobwidgets kdelibs4support kio libksysguard \
+ itemviews jobwidgets kio libksysguard \
newstuff notifications service widgetsaddons windowsystem \
xmlgui \
doctools_build ecm_build
More information about the dev-commits-ports-all
mailing list