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 /misc | |
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 'misc')
-rw-r--r-- | misc/artikulate/Makefile | 4 | ||||
-rw-r--r-- | misc/kgeography/Makefile | 4 | ||||
-rw-r--r-- | misc/klettres/Makefile | 4 | ||||
-rw-r--r-- | misc/ktouch/Makefile | 4 | ||||
-rw-r--r-- | misc/kwordquiz/Makefile | 4 | ||||
-rw-r--r-- | misc/libkdeedu/Makefile | 4 | ||||
-rw-r--r-- | misc/parley/Makefile | 4 |
7 files changed, 7 insertions, 21 deletions
diff --git a/misc/artikulate/Makefile b/misc/artikulate/Makefile index dda746e56cc6..e15e78fe2a2d 100644 --- a/misc/artikulate/Makefile +++ b/misc/artikulate/Makefile @@ -2,9 +2,7 @@ PORTNAME= artikulate PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Pronunciation trainer for KDE diff --git a/misc/kgeography/Makefile b/misc/kgeography/Makefile index 6e562ad25122..87bfa0aa8194 100644 --- a/misc/kgeography/Makefile +++ b/misc/kgeography/Makefile @@ -2,9 +2,7 @@ PORTNAME= kgeography PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 geography trainer diff --git a/misc/klettres/Makefile b/misc/klettres/Makefile index 51b8ef408c21..3e305c3e7708 100644 --- a/misc/klettres/Makefile +++ b/misc/klettres/Makefile @@ -2,9 +2,7 @@ PORTNAME= klettres PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Alphabet learning tool for KDE 4 diff --git a/misc/ktouch/Makefile b/misc/ktouch/Makefile index 39492df2fae2..c6946edbc554 100644 --- a/misc/ktouch/Makefile +++ b/misc/ktouch/Makefile @@ -2,9 +2,7 @@ PORTNAME= ktouch PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Touch typing tutor for KDE 4 diff --git a/misc/kwordquiz/Makefile b/misc/kwordquiz/Makefile index 4984b8e1c31a..ee6d3cdc69ff 100644 --- a/misc/kwordquiz/Makefile +++ b/misc/kwordquiz/Makefile @@ -2,9 +2,7 @@ PORTNAME= kwordquiz PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Flash card trainer for KDE 4 diff --git a/misc/libkdeedu/Makefile b/misc/libkdeedu/Makefile index b809e1a7856a..2eeab1f9bcbf 100644 --- a/misc/libkdeedu/Makefile +++ b/misc/libkdeedu/Makefile @@ -3,9 +3,7 @@ PORTNAME= libkdeedu PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= misc kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Libraries used by KDE educational applications diff --git a/misc/parley/Makefile b/misc/parley/Makefile index 73dbf41642e3..48983528fe9e 100644 --- a/misc/parley/Makefile +++ b/misc/parley/Makefile @@ -2,9 +2,7 @@ PORTNAME= parley PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Vocabulary trainer for KDE 4 |