Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 16:59:29 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/180437: [MAINTAINER] net-p2p/qbittorrent: update to 3.0.10
Message-ID:  <0M3S2C-1U6Cgd2KES-00qw75@mail.gmx.com>
Resent-Message-ID: <201307101500.r6AF00oV041497@freefall.freebsd.org>

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

>Number:         180437
>Category:       ports
>Synopsis:       [MAINTAINER] net-p2p/qbittorrent: update to 3.0.10
>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:   Wed Jul 10 15:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE-p10 amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p10 FreeBSD 9.1-RELEASE-p10 #0: Fri Jun 28 19:52:22 UTC 2013
>Description:

- Update to 3.0.10
- Trim Makefile header
- Add DOCS Option

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

Can't give build log, because RedPorts not works for me at the time.

https://redports.org/buildarchive/20130710125500-21584/

"/usr/ports/Mk/bsd.port.mk", line 1512: Could not find /usr/ports/Mk/Uses/gmake.mk

>Fix:

--- qbittorrent-3.0.10.patch begins here ---
diff -ruN /usr/ports/net-p2p/qbittorrent/Makefile ./Makefile
--- /usr/ports/net-p2p/qbittorrent/Makefile	2013-06-10 15:04:44.000000000 +0200
+++ ./Makefile	2013-07-10 12:31:35.000000000 +0200
@@ -1,7 +1,8 @@
+# Created by: Doug Barton <dougb@FreeBSD.org>
 # $FreeBSD: head/net-p2p/qbittorrent/Makefile 320234 2013-06-08 02:30:13Z miwi $
 
 PORTNAME=	qbittorrent
-PORTVERSION=	3.0.9
+PORTVERSION=	3.0.10
 PORTREVISION?=	0
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
@@ -34,6 +35,8 @@
 
 PORTDOCS=	AUTHORS Changelog README TODO
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MDBUS}
@@ -43,7 +46,7 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,qputenv,!&,' ${WRKSRC}/src/main.cpp
+	@${REINPLACE_CMD} -e 's|qputenv|!&|' ${WRKSRC}/src/main.cpp
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
diff -ruN /usr/ports/net-p2p/qbittorrent/distinfo ./distinfo
--- /usr/ports/net-p2p/qbittorrent/distinfo	2013-06-10 15:04:44.000000000 +0200
+++ ./distinfo	2013-07-10 11:44:27.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent-3.0.9.tar.gz) = df091656dffd309eda52765303146cbc2690e8799f872b8193ac8b6bfe3b571c
-SIZE (qbittorrent-3.0.9.tar.gz) = 4980991
+SHA256 (qbittorrent-3.0.10.tar.gz) = 148a48c5e1aaeec8010410242465983bdf09dcc5a26a0bae2835657d943c0957
+SIZE (qbittorrent-3.0.10.tar.gz) = 5090028
--- qbittorrent-3.0.10.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?0M3S2C-1U6Cgd2KES-00qw75>