Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2013 17:15:17 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175433: [MAINTAINER] net-p2p/qbittorrent: update to 3.0.7
Message-ID:  <20130119161526.6824F19D@hub.freebsd.org>
Resent-Message-ID: <201301191620.r0JGK04Y049857@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175433
>Category:       ports
>Synopsis:       [MAINTAINER] net-p2p/qbittorrent: update to 3.0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 19 16:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:
- Update to 3.0.7

Makefile changed:
+USE_PKGCONFIG=	build

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:

portlint -A
looks usual.

port test: clean

>Fix:

--- qbittorrent-3.0.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/qbittorrent/Makefile ./Makefile
--- /usr/ports/net-p2p/qbittorrent/Makefile	2013-01-14 17:55:18.000000000 +0100
+++ ./Makefile	2013-01-19 17:04:06.000000000 +0100
@@ -1,7 +1,7 @@
 # $FreeBSD: head/net-p2p/qbittorrent/Makefile 310194 2013-01-10 18:16:29Z jgh $
 
 PORTNAME=	qbittorrent
-PORTVERSION=	3.0.6
+PORTVERSION=	3.0.7
 PORTREVISION?=	0
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
@@ -9,10 +9,12 @@
 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
+# ABI versions specified on purpose for libtorrent-rasterbar
+LIB_DEPENDS=	torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \
+		execinfo:${PORTSDIR}/devel/libexecinfo \
 
 HAS_CONFIGURE=	yes
+USE_PKGCONFIG=	build
 USE_QT4=	corelib network qmake_build moc_build rcc_build
 QT_NONSTANDARD=	yes
 
diff -ruN --exclude=CVS /usr/ports/net-p2p/qbittorrent/distinfo ./distinfo
--- /usr/ports/net-p2p/qbittorrent/distinfo	2013-01-14 17:55:18.000000000 +0100
+++ ./distinfo	2013-01-19 16:57:39.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent-3.0.6.tar.gz) = b2308f4500000ae2ebbf9722ef8a09d6524fd016bd746fa2a0fe07516353fb15
-SIZE (qbittorrent-3.0.6.tar.gz) = 4910077
+SHA256 (qbittorrent-3.0.7.tar.gz) = 8caf36b5ee3b565da79cc777694c7e32eafdd951b377825d462d848dea3c832d
+SIZE (qbittorrent-3.0.7.tar.gz) = 4913859
--- qbittorrent-3.0.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130119161526.6824F19D>