From owner-svn-ports-head@FreeBSD.ORG Wed Jul 10 17:54:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D707074D; Wed, 10 Jul 2013 17:54:43 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AF1DC10EC; Wed, 10 Jul 2013 17:54:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6AHshMM027416; Wed, 10 Jul 2013 17:54:43 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6AHshZl027414; Wed, 10 Jul 2013 17:54:43 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201307101754.r6AHshZl027414@svn.freebsd.org> From: William Grzybowski Date: Wed, 10 Jul 2013 17:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322724 - head/net-p2p/qbittorrent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 17:54:43 -0000 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 (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 # $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 +OPTIONS_DEFINE= DOCS DBUS + +.include .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 +.include 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