Bug 180437 - [MAINTAINER] net-p2p/qbittorrent: update to 3.0.10
Summary: [MAINTAINER] net-p2p/qbittorrent: update to 3.0.10
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-10 16:00 UTC by nemysis
Modified: 2013-07-10 19:00 UTC (History)
1 user (show)

See Also:


Attachments
qbittorrent-3.0.10.patch (1.34 KB, patch)
2013-07-10 16:00 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-07-10 16:00:00 UTC
- 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
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-07-10 16:32:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-10 18:54:55 UTC
Author: wg
Date: Wed Jul 10 17:54:43 2013
New Revision: 322724
URL: http://svnweb.freebsd.org/changeset/ports/322724

Log:
  net-p2p/qbittorrent: update to 3.0.10
  
  - Update to 3.0.10 [1]
  - Add DBUS to options
  - Remove unneeded pre/post mk
  
  PR:		ports/180437
  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	Wed Jul 10 17:48:49 2013	(r322723)
+++ head/net-p2p/qbittorrent/Makefile	Wed Jul 10 17:54:43 2013	(r322724)
@@ -1,7 +1,8 @@
+# Created by: Doug Barton <dougb@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	qbittorrent
-PORTVERSION=	3.0.9
+PORTVERSION=	3.0.10
 PORTREVISION?=	0
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
@@ -34,7 +35,9 @@ CONFIGURE_ARGS+=	--disable-gui
 
 PORTDOCS=	AUTHORS Changelog README TODO
 
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE=	DOCS DBUS
+
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDBUS}
 USE_QT4+=	dbus
@@ -43,7 +46,7 @@ CONFIGURE_ARGS+=	--disable-qt-dbus
 .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}
@@ -58,4 +61,4 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MAN1PREFIX}/man/man1
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net-p2p/qbittorrent/distinfo
==============================================================================
--- head/net-p2p/qbittorrent/distinfo	Wed Jul 10 17:48:49 2013	(r322723)
+++ head/net-p2p/qbittorrent/distinfo	Wed Jul 10 17:54:43 2013	(r322724)
@@ -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
_______________________________________________
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 3 William Grzybowski freebsd_committer freebsd_triage 2013-07-10 18:54:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!