svn commit: r322724 - head/net-p2p/qbittorrent

William Grzybowski wg at FreeBSD.org
Wed Jul 10 17:54:43 UTC 2013


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 at 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


More information about the svn-ports-all mailing list