diff options
author | rm <rm@FreeBSD.org> | 2013-01-31 20:31:48 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-01-31 20:31:48 +0800 |
commit | 0a9b44926bae820d40ef78705302625a32139f57 (patch) | |
tree | ef4c2c8a7823291bb64521f6b79b6845a1a9715a /net-p2p/qbittorrent | |
parent | 97a85a6f18b9354180ddc7a94634561ba12dc77d (diff) | |
download | freebsd-ports-gnome-0a9b44926bae820d40ef78705302625a32139f57.tar.gz freebsd-ports-gnome-0a9b44926bae820d40ef78705302625a32139f57.tar.zst freebsd-ports-gnome-0a9b44926bae820d40ef78705302625a32139f57.zip |
- update to 0.16.7
- chase shlib version update in dependent ports
- use GOOGLE_CODE shortcut in MASTER_SITES
- convert to USE_PKGCONFIG
- remove shared lib version for net/GeoIP dependency
changelogs:
0.16.5: http://sourceforge.net/mailarchive/message.php?msg_id=30000954
0.16.6: http://sourceforge.net/mailarchive/message.php?msg_id=30237614
0.16.7: http://sourceforge.net/mailarchive/message.php?msg_id=30372288
PR: 175502
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 7a8fb11647c1..f79a7047842b 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.0.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -10,7 +10,7 @@ MAINTAINER= nemysis@gmx.ch COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 + torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 HAS_CONFIGURE= yes USE_QT4= corelib network qmake_build moc_build rcc_build |