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 /arabic/kde4-l10n | |
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 'arabic/kde4-l10n')
-rw-r--r-- | arabic/kde4-l10n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile index ad3038d6f993..249ca0652e20 100644 --- a/arabic/kde4-l10n/Makefile +++ b/arabic/kde4-l10n/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= arabic kde MAINTAINER= kde@FreeBSD.org |