aboutsummaryrefslogtreecommitdiffstats
path: root/x11/plasma-scriptengine-ruby
diff options
context:
space:
mode:
authorrezny <rezny@FreeBSD.org>2017-03-30 03:18:34 +0800
committerrezny <rezny@FreeBSD.org>2017-03-30 03:18:34 +0800
commit8bc968aa59a96aa47f71738ac65b120cff966e54 (patch)
tree68c76639db1bc56f886e412a293853b15795d031 /x11/plasma-scriptengine-ruby
parentd9eb1634ad68ccab646f38ba4ed4611f84f3c64d (diff)
downloadfreebsd-ports-gnome-8bc968aa59a96aa47f71738ac65b120cff966e54.tar.gz
freebsd-ports-gnome-8bc968aa59a96aa47f71738ac65b120cff966e54.tar.zst
freebsd-ports-gnome-8bc968aa59a96aa47f71738ac65b120cff966e54.zip
Update to 4.11.22, the last release from KDE.org
Drop obsolete patches, add one to fix build, and rename a few patches. Reviewed by: rakuco, tcberner, mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10148
Diffstat (limited to 'x11/plasma-scriptengine-ruby')
-rw-r--r--x11/plasma-scriptengine-ruby/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/plasma-scriptengine-ruby/Makefile b/x11/plasma-scriptengine-ruby/Makefile
index 856c5bda3841..6a3eba682b78 100644
--- a/x11/plasma-scriptengine-ruby/Makefile
+++ b/x11/plasma-scriptengine-ruby/Makefile
@@ -2,10 +2,8 @@
PORTNAME= plasma-scriptengine-ruby
PORTVERSION= ${KDE4_WORKSPACE_VERSION}
-CATEGORIES= x11 kde
-MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src
+CATEGORIES= x11 kde kde-applications
DISTNAME= kde-workspace-${PORTVERSION}
-DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma scriptengine for Ruby
@@ -17,6 +15,8 @@ USE_QT4= qmake_build moc_build uic_build rcc_build
USE_RUBY= yes
DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-workspace/distinfo
+KDE_APPLICATIONS_VERSION= 15.08.0
+
CMAKE_SOURCE_PATH= ${WRKSRC}/plasma/generic/scriptengines/ruby
.include <bsd.port.mk>