View | Details | Raw Unified | Return to bug 175433 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-3 / +5 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/net-p2p/qbittorrent/Makefile 310194 2013-01-10 18:16:29Z jgh $
1
# $FreeBSD: head/net-p2p/qbittorrent/Makefile 310194 2013-01-10 18:16:29Z jgh $
2
2
3
PORTNAME=	qbittorrent
3
PORTNAME=	qbittorrent
4
PORTVERSION=	3.0.6
4
PORTVERSION=	3.0.7
5
PORTREVISION?=	0
5
PORTREVISION?=	0
6
CATEGORIES=	net-p2p ipv6
6
CATEGORIES=	net-p2p ipv6
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
Lines 9-18 Link Here
9
MAINTAINER=	nemysis@gmx.ch
9
MAINTAINER=	nemysis@gmx.ch
10
COMMENT?=	Bittorrent client using Qt4 and libtorrent-rasterbar
10
COMMENT?=	Bittorrent client using Qt4 and libtorrent-rasterbar
11
11
12
LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo \
12
# ABI versions specified on purpose for libtorrent-rasterbar
13
		torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16
13
LIB_DEPENDS=	torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \
14
		execinfo:${PORTSDIR}/devel/libexecinfo \
14
15
15
HAS_CONFIGURE=	yes
16
HAS_CONFIGURE=	yes
17
USE_PKGCONFIG=	build
16
USE_QT4=	corelib network qmake_build moc_build rcc_build
18
USE_QT4=	corelib network qmake_build moc_build rcc_build
17
QT_NONSTANDARD=	yes
19
QT_NONSTANDARD=	yes
18
20
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (qbittorrent-3.0.6.tar.gz) = b2308f4500000ae2ebbf9722ef8a09d6524fd016bd746fa2a0fe07516353fb15
1
SHA256 (qbittorrent-3.0.7.tar.gz) = 8caf36b5ee3b565da79cc777694c7e32eafdd951b377825d462d848dea3c832d
2
SIZE (qbittorrent-3.0.6.tar.gz) = 4910077
2
SIZE (qbittorrent-3.0.7.tar.gz) = 4913859

Return to bug 175433