diff options
author | avilla <avilla@FreeBSD.org> | 2011-03-25 18:49:05 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-03-25 18:49:05 +0800 |
commit | e46b73e54090e5a12a93aa018cbf478f0c25a9a6 (patch) | |
tree | 5d05454739af6a66ef293c189a38afba99dfb0b2 /net/kio-upnp-ms | |
parent | d25314251d2d067116e60617b692585f9e2fd2cd (diff) | |
download | freebsd-ports-gnome-e46b73e54090e5a12a93aa018cbf478f0c25a9a6.tar.gz freebsd-ports-gnome-e46b73e54090e5a12a93aa018cbf478f0c25a9a6.tar.zst freebsd-ports-gnome-e46b73e54090e5a12a93aa018cbf478f0c25a9a6.zip |
- Fix build.
- Move to KDE4_PREFIX.
Diffstat (limited to 'net/kio-upnp-ms')
-rw-r--r-- | net/kio-upnp-ms/Makefile | 5 | ||||
-rw-r--r-- | net/kio-upnp-ms/pkg-descr | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/net/kio-upnp-ms/Makefile b/net/kio-upnp-ms/Makefile index d4a429faa1b5..c59aabe3336a 100644 --- a/net/kio-upnp-ms/Makefile +++ b/net/kio-upnp-ms/Makefile @@ -6,6 +6,7 @@ PORTNAME= kio-upnp-ms PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -15,10 +16,8 @@ COMMENT= KIO slave to access UPnP MediaServers LIB_DEPENDS= HUpnp.1:${PORTSDIR}/net/hupnp -BROKEN= does not configure - USE_CMAKE= yes -USE_KDE4= automoc4 kdehier kdelibs +USE_KDE4= automoc4 kdehier kdeprefix kdelibs USE_QT_VER= 4 QT_COMPONENTS= corelib network xml dbus gui \ qmake_build moc_build rcc_build uic_build diff --git a/net/kio-upnp-ms/pkg-descr b/net/kio-upnp-ms/pkg-descr index f6a38d85a878..deb01e837471 100644 --- a/net/kio-upnp-ms/pkg-descr +++ b/net/kio-upnp-ms/pkg-descr @@ -1,10 +1,9 @@ -]This KIO slave enables KDE applications to access +This KIO slave enables KDE applications to access files over the UPnP MediaServer protocol. It currently supports both Browse and Search operations depending on what the server supports. -The protocol is "upnp-ms://<uuid>" - -where UUID is the UUID of the MediaServer device without the "uuid:" prefix. +The protocol is "upnp-ms://<uuid>", where UUID is the UUID +of the MediaServer device without the "uuid:" prefix. WWW: https://projects.kde.org/projects/playground/base/kio-upnp-ms |