diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-10-19 01:22:35 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-10-19 01:22:35 +0800 |
commit | 9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082 (patch) | |
tree | 81e0de1cf21ddaecde85001eb3dcccbb81d0b7b0 /editors | |
parent | 1446b2e51625a1f9a1eeffb5848c4003eeceb822 (diff) | |
download | freebsd-ports-gnome-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.tar.gz freebsd-ports-gnome-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.tar.zst freebsd-ports-gnome-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.zip |
Introduce new extensible virtual categories for KDE
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kate-plugin-pate/Makefile | 4 | ||||
-rw-r--r-- | editors/kate/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/editors/kate-plugin-pate/Makefile b/editors/kate-plugin-pate/Makefile index 193dc1810522..a3c6391e49a9 100644 --- a/editors/kate-plugin-pate/Makefile +++ b/editors/kate-plugin-pate/Makefile @@ -2,10 +2,8 @@ PORTNAME= kate-plugin-pate PORTVERSION= ${KDE4_VERSION} -CATEGORIES= editors kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= editors kde kde-kde4 DISTNAME= kate-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Support for Python plugins in Kate diff --git a/editors/kate/Makefile b/editors/kate/Makefile index ac58768ad7ad..67f20d3e4b7f 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -4,9 +4,7 @@ PORTNAME= kate PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= editors kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= editors kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Basic editor framework for the KDE system |