From be64f3bc83f420b456872d749c3d34edde684814 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 22 Feb 2010 00:53:10 +0000 Subject: As previously discussed on -ports, make the following changes: 1. Move net-p2p/rblibtorrent-devel to net-p2p/libtorrent-rasterbar-14 a. Update LIB_DEPENDS for ports that depended on rblibtorrent-devel b. Add entries to MOVED and UPDATING 2. Introduce net-p2p/libtorrent-rasterbar-15, the new devel version 3. Introduce net-p2p/qbittorrent-22, the new devel version of qbittorrent Feature safe: yes --- net-p2p/qbittorrent-22/Makefile | 29 +++++++++++++++++++---------- net-p2p/qbittorrent-22/distinfo | 6 +++--- 2 files changed, 22 insertions(+), 13 deletions(-) (limited to 'net-p2p/qbittorrent-22') diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index c6b49b11019a..bd365f24035b 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -1,25 +1,28 @@ -# New ports collection makefile for: qbittorrent -# Date created: 2007-04-01 -# Whom: alepulver +# New ports collection makefile for: qbittorrent-22 +# Date created: 14 February 2010 +# Whom: dougb@FreeBSD.org # # $FreeBSD$ # PORTNAME= qbittorrent -PORTVERSION= 2.1.5 +PORTVERSION= 2.2.0.b4 CATEGORIES= net-p2p ipv6 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - +MASTER_SITES= http://heanet.dl.sourceforge.net/project/qbittorrent/qbittorrent-unstable/ MAINTAINER= dougb@FreeBSD.org -COMMENT= Bittorrent client using Qt4 and libtorrent-rasterbar +COMMENT= Bittorrent client using Qt4 and libtorrent-rasterbar (devel) +PKGNAMESUFFIX= -devel +DISTVERSION= 2.2.0beta4 LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ - GeoIP.5:${PORTSDIR}/net/GeoIP \ - torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel + GeoIP.5:${PORTSDIR}/net/GeoIP MAKE_JOBS_SAFE= yes -OPTIONS= NOTIFY "Enable libnotify support" on +CONFLICTS= qbittorrent-2.1.* + +OPTIONS= NOTIFY "Enable libnotify support" on \ + LT_15 "Use 0.15 (devel) version of libtorrent-rasterbar" on USE_QT_VER= 4 QT_COMPONENTS= corelib gui network xml \ @@ -39,6 +42,12 @@ LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --disable-libnotify .endif +.if !defined(WITHOUT_LT_15) +LIB_DEPENDS+= torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 +.else +LIB_DEPENDS+= torrent-rasterbar.5:${PORTSDIR}/net-p2p/libtorrent-rasterbar-14 +.endif + post-patch: @${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \ ${WRKSRC}/src/src.pro diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo index a635d63eeb46..89ff9df0f756 100644 --- a/net-p2p/qbittorrent-22/distinfo +++ b/net-p2p/qbittorrent-22/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.1.5.tar.gz) = 22ed5e6713a319cc71997f4243888f8e -SHA256 (qbittorrent-2.1.5.tar.gz) = 5a50429f287e5c159c45839c9721800a4242d84bf4dd1f245e325bcedccd1a5c -SIZE (qbittorrent-2.1.5.tar.gz) = 2415266 +MD5 (qbittorrent-2.2.0beta4.tar.gz) = eb1308e8118310453828a4168677fdea +SHA256 (qbittorrent-2.2.0beta4.tar.gz) = 853838d8e1f53a13a13a52626f85d529e387007bea426042e6b1d374c8a4c268 +SIZE (qbittorrent-2.2.0beta4.tar.gz) = 2439921 -- cgit v1.2.3