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 /audio | |
parent | 1446b2e51625a1f9a1eeffb5848c4003eeceb822 (diff) | |
download | freebsd-ports-graphics-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.tar.gz freebsd-ports-graphics-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.tar.zst freebsd-ports-graphics-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 'audio')
-rw-r--r-- | audio/juk/Makefile | 4 | ||||
-rw-r--r-- | audio/kio-audiocd/Makefile | 4 | ||||
-rw-r--r-- | audio/kmix/Makefile | 4 | ||||
-rw-r--r-- | audio/kscd/Makefile | 4 | ||||
-rw-r--r-- | audio/libkcddb/Makefile | 4 | ||||
-rw-r--r-- | audio/libkcompactdisc/Makefile | 4 |
6 files changed, 6 insertions, 18 deletions
diff --git a/audio/juk/Makefile b/audio/juk/Makefile index 40568273eeb..4c5f1886cd2 100644 --- a/audio/juk/Makefile +++ b/audio/juk/Makefile @@ -3,9 +3,7 @@ PORTNAME= juk PORTVERSION= ${KDE4_VERSION} -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Jukebox, tagger and music collection manager diff --git a/audio/kio-audiocd/Makefile b/audio/kio-audiocd/Makefile index dad3c0626f3..9f0da3f827a 100644 --- a/audio/kio-audiocd/Makefile +++ b/audio/kio-audiocd/Makefile @@ -3,10 +3,8 @@ PORTNAME= kio-audiocd PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= audio kde kde-kde4 DISTNAME= audiocd-kio-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE IOSlave for accessing audio CDs diff --git a/audio/kmix/Makefile b/audio/kmix/Makefile index 82737f53055..5c9ae6bad79 100644 --- a/audio/kmix/Makefile +++ b/audio/kmix/Makefile @@ -3,9 +3,7 @@ PORTNAME= kmix PORTVERSION= ${KDE4_VERSION} -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Sound mixer for KDE diff --git a/audio/kscd/Makefile b/audio/kscd/Makefile index ec169225572..ff0be597952 100644 --- a/audio/kscd/Makefile +++ b/audio/kscd/Makefile @@ -3,9 +3,7 @@ PORTNAME= kscd PORTVERSION= ${KDE4_VERSION} -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= CD Player for KDE diff --git a/audio/libkcddb/Makefile b/audio/libkcddb/Makefile index bd3c09b362e..cb72ed33a85 100644 --- a/audio/libkcddb/Makefile +++ b/audio/libkcddb/Makefile @@ -4,9 +4,7 @@ PORTNAME= libkcddb PORTVERSION= ${KDE4_VERSION} PORTREVISION= 2 -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE CDDB library diff --git a/audio/libkcompactdisc/Makefile b/audio/libkcompactdisc/Makefile index 6d99e4a4af1..d6997963dc0 100644 --- a/audio/libkcompactdisc/Makefile +++ b/audio/libkcompactdisc/Makefile @@ -4,9 +4,7 @@ PORTNAME= libkcompactdisc PORTVERSION= ${KDE4_VERSION} PORTREVISION= 2 -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE library for interfacing with audio CDs |