aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2017-03-17 14:27:30 +0800
committertcberner <tcberner@FreeBSD.org>2017-03-17 14:27:30 +0800
commit38b24e661b187de9f10f51f4387a6570a18992b8 (patch)
treebe345956a38142a519a178a1f9145487e177c0d9 /Mk
parent43ea7017277f528bb03489d865e5f914fcdaf418 (diff)
downloadfreebsd-ports-gnome-38b24e661b187de9f10f51f4387a6570a18992b8.tar.gz
freebsd-ports-gnome-38b24e661b187de9f10f51f4387a6570a18992b8.tar.zst
freebsd-ports-gnome-38b24e661b187de9f10f51f4387a6570a18992b8.zip
Update KDE Frameworks to 5.32
* While here, set the MASTER_SITES for the portingAids separately. * Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it. PR: 217709 Exp-Run by: antoine Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9959
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/kde.mk12
1 files changed, 9 insertions, 3 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
index 2d9ac51a6aa2..d1445ab21d34 100644
--- a/Mk/Uses/kde.mk
+++ b/Mk/Uses/kde.mk
@@ -65,7 +65,7 @@ KDE4_APPLICATIONS_VERSION?= 15.04.3
KDE4_BRANCH?= stable
# Current KDE desktop.
-KDE_FRAMEWORKS_VERSION?= 5.31.0
+KDE_FRAMEWORKS_VERSION?= 5.32.0
KDE_FRAMEWORKS_BRANCH?= stable
# Current KDE applications.
@@ -134,8 +134,14 @@ DIST_SUBDIR?= KDE/applications/${KDE_APPLICATIONS_VERSION}
. elif ${_KDE_CATEGORY:Mkde-frameworks}
PORTVERSION?= ${KDE_FRAMEWORKS_VERSION}
PKGNAMEPREFIX?= kf5-
-MASTER_SITES?= KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R} \
- KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R}/portingAids
+# This is a slight duplication of _USE_FRAMEWORKS_PORTING -- it maybe would be
+# better to rely on ${_USE_FRAMEWORKS_PORTING:S/^/k/g}
+_PORTINGAIDS= kjs kjsembed kdelibs4support khtml kmediaplayer kross
+. if ${_PORTINGAIDS:M*${PORTNAME}*}
+MASTER_SITES?= KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R}/portingAids
+. else
+MASTER_SITES?= KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R}
+. endif
DIST_SUBDIR?= KDE/frameworks/${KDE_FRAMEWORKS_VERSION}
. else
IGNORE?= unknown CATEGORY value '${_KDE_CATEGORY}' #'