diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-11 02:16:29 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-11 02:16:29 +0800 |
commit | 3612ce3837e1413334e16f0c292b2ee86f9bff32 (patch) | |
tree | c41eb585a8ced1d44be35f61f9c2f7bea12fa50b | |
parent | 1cf6d03278b175a1f8b1ead2aa9b52fe0b97e2b1 (diff) | |
download | freebsd-ports-gnome-3612ce3837e1413334e16f0c292b2ee86f9bff32.tar.gz freebsd-ports-gnome-3612ce3837e1413334e16f0c292b2ee86f9bff32.tar.zst freebsd-ports-gnome-3612ce3837e1413334e16f0c292b2ee86f9bff32.zip |
- pass maintainership to submitter
- drop ABI versions for most libraries
PR: 174986
Submitted by: nemysis@gmx.ch
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 25c748b562cf..7a8fb11647c1 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -6,11 +6,10 @@ PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar -# ABI versions specified on purpose -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ +LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 HAS_CONFIGURE= yes @@ -22,7 +21,7 @@ MAKE_JOBS_SAFE= yes MAN1?= qbittorrent.1 .if !defined(QB_NOX_SLAVE) -LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP USE_QT4+= gui xml uic_build INSTALLS_ICONS= yes OPTIONS_DEFINE= DBUS @@ -46,7 +45,7 @@ post-install: @${STRIP_CMD} ${PREFIX}/bin/qbittorrent .else @${STRIP_CMD} ${PREFIX}/bin/qbittorrent-nox - ${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MAN1PREFIX}/man/man1 .endif .include <bsd.port.post.mk> |