diff options
author | Matthew Rezny <rezny@FreeBSD.org> | 2017-03-29 19:18:34 +0000 |
---|---|---|
committer | Matthew Rezny <rezny@FreeBSD.org> | 2017-03-29 19:18:34 +0000 |
commit | 7116a990aa2ecd5d4845bc376a7008a882985408 (patch) | |
tree | 68c76639db1bc56f886e412a293853b15795d031 /x11/plasma-scriptengine-python | |
parent | devel/py3-meson: create port (diff) |
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-python')
-rw-r--r-- | x11/plasma-scriptengine-python/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/plasma-scriptengine-python/Makefile b/x11/plasma-scriptengine-python/Makefile index 76215a8d51c0..04d9508dbc38 100644 --- a/x11/plasma-scriptengine-python/Makefile +++ b/x11/plasma-scriptengine-python/Makefile @@ -2,10 +2,8 @@ PORTNAME= plasma-scriptengine-python 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 Python @@ -16,6 +14,8 @@ USE_KDE= kdelibs pykde4 automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-workspace/distinfo +KDE_APPLICATIONS_VERSION= 15.08.0 + CMAKE_SOURCE_PATH= ${WRKSRC}/plasma/generic/scriptengines/python pre-configure: |