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 /net-p2p | |
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 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libktorrent/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index ce39fdaea5c5..f7e8dc65b191 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -3,7 +3,7 @@ PORTNAME= ktorrent DISTVERSION= 4.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index b70c83db8e1d..5b3c29df8d9a 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= libktorrent DISTVERSION= 1.3.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ |