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 /x11 | |
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 'x11')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 4 | ||||
-rw-r--r-- | x11/kde4-runtime/Makefile | 4 | ||||
-rw-r--r-- | x11/kgamma/Makefile | 4 | ||||
-rw-r--r-- | x11/konsole/Makefile | 4 | ||||
-rw-r--r-- | x11/libkonq/Makefile | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 2addbb5d5b56..6e3bc53c8aee 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -3,9 +3,7 @@ PORTNAME= kde-baseapps PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= x11 kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for KDE diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index edcd6f0f93ba..ecf01aaa8adb 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -3,9 +3,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} PORTREVISION= 3 -CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= x11 kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Runtime components for KDE Plasma Desktop diff --git a/x11/kgamma/Makefile b/x11/kgamma/Makefile index a9991593c02a..8c05739958a5 100644 --- a/x11/kgamma/Makefile +++ b/x11/kgamma/Makefile @@ -2,9 +2,7 @@ PORTNAME= kgamma PORTVERSION= ${KDE4_VERSION} -CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= x11 kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 monitor calibration tool diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile index 2b8661351b1b..4227cc56f000 100644 --- a/x11/konsole/Makefile +++ b/x11/konsole/Makefile @@ -2,9 +2,7 @@ PORTNAME= konsole PORTVERSION= ${KDE4_VERSION} -CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= x11 kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE terminal emulator diff --git a/x11/libkonq/Makefile b/x11/libkonq/Makefile index 0f89e7aadbfd..0ca773a9f9d9 100644 --- a/x11/libkonq/Makefile +++ b/x11/libkonq/Makefile @@ -3,10 +3,8 @@ PORTNAME= libkonq PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= x11 kde kde-kde4 DISTNAME= kde-baseapps-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Core library for Konqueror |