diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 10:29:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 10:29:51 +0000 |
commit | 737c1cc56dbc42d63372805d3642ba9b3d119a96 (patch) | |
tree | 0b032f3e2684e6f49384c70cbee1ccfb5359893d /astro | |
parent | 5e9ae3b9f544b762bebe53addbf6c4095bbafcf3 (diff) |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
Notes
Notes:
svn path=/head/; revision=461375
Diffstat (limited to 'astro')
-rw-r--r-- | astro/kstars/Makefile | 2 | ||||
-rw-r--r-- | astro/libkgeomap/Makefile | 2 | ||||
-rw-r--r-- | astro/marble/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 4eb0d7f7ab09..eba716c1b5fa 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -2,7 +2,7 @@ PORTNAME= kstars PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/astro/libkgeomap/Makefile b/astro/libkgeomap/Makefile index c78d018645f1..d77a58498c97 100644 --- a/astro/libkgeomap/Makefile +++ b/astro/libkgeomap/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/astro/marble/Makefile b/astro/marble/Makefile index 42c9be58da24..a1d54262a44b 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -2,7 +2,7 @@ PORTNAME= marble PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro kde kde-kde4 MAINTAINER= kde@FreeBSD.org |