Bug 175433 - [MAINTAINER] net-p2p/qbittorrent: update to 3.0.7
Summary: [MAINTAINER] net-p2p/qbittorrent: update to 3.0.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-19 16:20 UTC by nemysis
Modified: 2013-02-01 07:00 UTC (History)
0 users

See Also:


Attachments
qbittorrent-3.0.7.patch (1.50 KB, patch)
2013-01-19 16:20 UTC, nemysis
no flags Details | Diff
qbittorrent.diff (1.56 KB, patch)
2013-01-20 15:45 UTC, nemysis
no flags Details | Diff
qbittorrent.diff (1.64 KB, patch)
2013-01-31 13:10 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2013-01-19 16:20:00 UTC
- 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
Comment 1 nemysis 2013-01-20 15:45:03 UTC
On the site is new version 3.0.8.
Comment 2 nemysis 2013-01-31 13:10:32 UTC
New update after change with 311304 which not update to 3.0.8

Please trim Header to have which contribute this Port.
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-02-01 06:58:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-01 06:59:29 UTC
Author: rm
Date: Fri Feb  1 06:59:21 2013
New Revision: 311354
URL: http://svnweb.freebsd.org/changeset/ports/311354

Log:
  - update to 3.0.8
  
  PR:		175433
  Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)

Modified:
  head/net-p2p/qbittorrent/Makefile
  head/net-p2p/qbittorrent/distinfo

Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile	Fri Feb  1 05:18:21 2013	(r311353)
+++ head/net-p2p/qbittorrent/Makefile	Fri Feb  1 06:59:21 2013	(r311354)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	qbittorrent
-PORTVERSION=	3.0.6
-PORTREVISION?=	1
+PORTVERSION=	3.0.8
+PORTREVISION?=	0
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 
@@ -13,6 +13,7 @@ LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/
 		torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16
 
 HAS_CONFIGURE=	yes
+USE_PKGCONFIG=	build
 USE_QT4=	corelib network qmake_build moc_build rcc_build
 QT_NONSTANDARD=	yes
 

Modified: head/net-p2p/qbittorrent/distinfo
==============================================================================
--- head/net-p2p/qbittorrent/distinfo	Fri Feb  1 05:18:21 2013	(r311353)
+++ head/net-p2p/qbittorrent/distinfo	Fri Feb  1 06:59:21 2013	(r311354)
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent-3.0.6.tar.gz) = b2308f4500000ae2ebbf9722ef8a09d6524fd016bd746fa2a0fe07516353fb15
-SIZE (qbittorrent-3.0.6.tar.gz) = 4910077
+SHA256 (qbittorrent-3.0.8.tar.gz) = 82c3cdea90785672d0c2a419b544ec6557be2578610d3e9f83b61a12af77437b
+SIZE (qbittorrent-3.0.8.tar.gz) = 4913131
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-02-01 06:59:55 UTC
State Changed
From-To: open->closed

Slightly changed patch committed, thank you!