aboutsummaryrefslogtreecommitdiffstats
path: root/x11/plasma-scriptengine-ruby
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-06-23 02:57:33 +0800
committerpi <pi@FreeBSD.org>2016-06-23 02:57:33 +0800
commita836abdb781bb3cb763c704e120c2a3266d97f84 (patch)
tree14a0f2235807b33e86dc0ec99cb4ac26ed7f003d /x11/plasma-scriptengine-ruby
parentdd65a4bdca31f99c9187c84ba9a67b545c4f45f0 (diff)
downloadfreebsd-ports-gnome-a836abdb781bb3cb763c704e120c2a3266d97f84.tar.gz
freebsd-ports-gnome-a836abdb781bb3cb763c704e120c2a3266d97f84.tar.zst
freebsd-ports-gnome-a836abdb781bb3cb763c704e120c2a3266d97f84.zip
x11/kde4: update to kdelibs version 4.14.10
This is based on the area51 testing repository of the KDE-FreeBSD project, containing work by Raphael Kubo da Costa, Tobias Berner, Ralf Nolden, Adriaan de Groot and probably many more from the KDE team. KDE4 releases have fallen into three tracks now that KDE4 is pretty much end-of-life upstream. There's the libraries, the workspace (Plasma4) and applications. This patch introduces KDE4_KDELIBS_VERSION to track library releases, which are still done infrequently. It bumps the workspace version. It leaves applications alone. This has an effect on some applications pkg-plists where library version numbers need to be changed. Other than that it's supposed to be a minor upgrade, which opens the doors for more reorganization and getting KDE Frameworks 5 in. PR: 210255 Submitted by: Adriaan de Groot <groot@kde.org> (kde), Tobias C.Berner <tcberner@gmail.com> (kde) Exp-run by: antoine
Diffstat (limited to 'x11/plasma-scriptengine-ruby')
-rw-r--r--x11/plasma-scriptengine-ruby/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/plasma-scriptengine-ruby/Makefile b/x11/plasma-scriptengine-ruby/Makefile
index e8248943d22b..17f55737379b 100644
--- a/x11/plasma-scriptengine-ruby/Makefile
+++ b/x11/plasma-scriptengine-ruby/Makefile
@@ -3,7 +3,7 @@
PORTNAME= plasma-scriptengine-ruby
PORTVERSION= ${KDE4_WORKSPACE_VERSION}
CATEGORIES= x11 kde
-MASTER_SITES= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src
+MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src
DISTNAME= kde-workspace-${PORTVERSION}
DIST_SUBDIR= KDE/${PORTVERSION}
@@ -13,7 +13,7 @@ COMMENT= Plasma scriptengine for Ruby
USE_KDE4= kdelibs korundum automoc4
USE_QT4= qmake_build moc_build uic_build rcc_build
USE_RUBY= yes
-DISTINFO_FILE= ${PORTSDIR}/x11/kde4-workspace/distinfo
+DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-workspace/distinfo
USES= cmake:outsource tar:xz
CMAKE_SOURCE_PATH= ${WRKSRC}/plasma/generic/scriptengines/ruby