diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-28 13:14:32 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-28 13:17:45 +0000 |
| commit | cd5bf7618c19a45f337d35d4207b4d3d0c5ff511 (patch) | |
| tree | 9b34964d3bf3f684a8375bd9570169b8e556cb92 | |
| parent | 14aa140d819d35d13d669e3b477afe59a0c4c453 (diff) | |
sysutils/plasma5-ksysguard: reinstate PORTREVISION
sysutils/plasma5-ksysguard is locked at 5.22.0 as it is no longer
released as part of KDE Plasma. The upgraded of the rest of the KDE
Plasma Desktop to 5.24.4 in [1] removed its PORTREVISION therefore
wrongly.
[1] https://cgit.freebsd.org/ports/commit/?id=e52cbf14ed550f8f8027405de9609878135c8127
Reported by: erwin
| -rw-r--r-- | sysutils/plasma5-ksysguard/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/plasma5-ksysguard/Makefile b/sysutils/plasma5-ksysguard/Makefile index 2434a8a98e8f..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}/ |
