Date: Sat, 17 Jul 2021 13:56:10 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ba7e4652948e - main - sysutils/plasma5-ksysguard: lighten dependencies Message-ID: <202107171356.16HDuA6X094933@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba7e4652948e4b36d836314eda6c351d40af0973 commit ba7e4652948e4b36d836314eda6c351d40af0973 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-17 13:47:15 +0000 Commit: Adriaan de Groot <adridg@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107171356.16HDuA6X094933>