aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2016-10-19 01:22:35 +0800
committertcberner <tcberner@FreeBSD.org>2016-10-19 01:22:35 +0800
commit9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082 (patch)
tree81e0de1cf21ddaecde85001eb3dcccbb81d0b7b0 /astro
parent1446b2e51625a1f9a1eeffb5848c4003eeceb822 (diff)
downloadfreebsd-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 'astro')
-rw-r--r--astro/kstars/Makefile4
-rw-r--r--astro/marble/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile
index aa4597a2e3ae..34527a47c596 100644
--- a/astro/kstars/Makefile
+++ b/astro/kstars/Makefile
@@ -3,9 +3,7 @@
PORTNAME= kstars
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 2
-CATEGORIES= astro kde
-MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
-DIST_SUBDIR= KDE/${PORTVERSION}
+CATEGORIES= astro kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE 4 desktop planetarium
diff --git a/astro/marble/Makefile b/astro/marble/Makefile
index b995df8d2d39..1df0436ed514 100644
--- a/astro/marble/Makefile
+++ b/astro/marble/Makefile
@@ -2,9 +2,7 @@
PORTNAME= marble
PORTVERSION= ${KDE4_VERSION}
-CATEGORIES= astro kde
-MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
-DIST_SUBDIR= KDE/${PORTVERSION}
+CATEGORIES= astro kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= Virtual globe and world atlas for KDE