diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-02-10 18:29:51 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-02-10 18:29:51 +0800 |
commit | 1b974cbd610468940658695a7da297f6b28f66ec (patch) | |
tree | 0b032f3e2684e6f49384c70cbee1ccfb5359893d /astro | |
parent | dae0d173e25257f39371b5bd29205dee6ef56d0c (diff) | |
download | freebsd-ports-gnome-1b974cbd610468940658695a7da297f6b28f66ec.tar.gz freebsd-ports-gnome-1b974cbd610468940658695a7da297f6b28f66ec.tar.zst freebsd-ports-gnome-1b974cbd610468940658695a7da297f6b28f66ec.zip |
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
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 |