diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-10-23 23:55:14 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-10-23 23:55:14 +0800 |
commit | 21eb8c64c8cf45723b651151df85c189ae976a70 (patch) | |
tree | 70789951553a37c64c9be0676182b07b0abd899e /net-p2p | |
parent | 2b94dfbe708a2f34eac7b44f67290029acc4e587 (diff) | |
download | freebsd-ports-gnome-21eb8c64c8cf45723b651151df85c189ae976a70.tar.gz freebsd-ports-gnome-21eb8c64c8cf45723b651151df85c189ae976a70.tar.zst freebsd-ports-gnome-21eb8c64c8cf45723b651151df85c189ae976a70.zip |
Pass KTorrent ports to kde@.
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 944d862864ff..79794368d391 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= BitTorrent client for KDE BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index e3c9d3d065b3..b34fa79e2d9d 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 8 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Torrent library from KTorrent project BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs |