diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-09-17 00:52:48 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-09-17 00:52:48 +0800 |
commit | 29fcf4a42327853bd933cab595cedc8ecae64d9d (patch) | |
tree | 99b55c40c1f8a702b1a865e11334b8c9f6f3defe /misc/kde4-l10n-hi | |
parent | b29e3076daa3763b4e8601d9fd3261ec4bfa3016 (diff) | |
download | freebsd-ports-gnome-29fcf4a42327853bd933cab595cedc8ecae64d9d.tar.gz freebsd-ports-gnome-29fcf4a42327853bd933cab595cedc8ecae64d9d.tar.zst freebsd-ports-gnome-29fcf4a42327853bd933cab595cedc8ecae64d9d.zip |
Fix kde4-l10n packages after sysutils/filelight's update
I chose filelight-17.* as it contains its own localization,
which is good, as kde4-l10n is very outdated, and may not
match modern filelight anymore.
Unfortunately this lead to conflicts with the kde4-l10n.
So strip the filelight parts from kde4-l10n-*.
Reported by: VVD (via IRC)
Reviewed by: rakuco
Pointyhat to: tcberner
Differential Revision: https://reviews.freebsd.org/D12393
Diffstat (limited to 'misc/kde4-l10n-hi')
-rw-r--r-- | misc/kde4-l10n-hi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kde4-l10n-hi/Makefile b/misc/kde4-l10n-hi/Makefile index cf9081b00ba4..b8e9ab3fafcd 100644 --- a/misc/kde4-l10n-hi/Makefile +++ b/misc/kde4-l10n-hi/Makefile @@ -3,7 +3,7 @@ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org |