From owner-svn-ports-all@FreeBSD.ORG Thu Jul 11 11:48:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BEBFDD42; Thu, 11 Jul 2013 11:48:18 +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 B135116FC; Thu, 11 Jul 2013 11:48:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6BBmIIo050492; Thu, 11 Jul 2013 11:48:18 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6BBmIlq050491; Thu, 11 Jul 2013 11:48:18 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201307111148.r6BBmIlq050491@svn.freebsd.org> From: William Grzybowski Date: Thu, 11 Jul 2013 11:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322764 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 11:48:18 -0000 Author: wg Date: Thu Jul 11 11:48:18 2013 New Revision: 322764 URL: http://svnweb.freebsd.org/changeset/ports/322764 Log: net-p2p/qbittorrent: fix post-patch - post-patch is no longer required, it actually breaks the logic. See https://github.com/qbittorrent/qBittorrent/issues/245 for further details Reported by: danfe Approved by: maintainer (implicit) Modified: head/net-p2p/qbittorrent/Makefile Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Thu Jul 11 11:38:38 2013 (r322763) +++ head/net-p2p/qbittorrent/Makefile Thu Jul 11 11:48:18 2013 (r322764) @@ -3,7 +3,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.0.10 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -45,9 +45,6 @@ USE_QT4+= dbus CONFIGURE_ARGS+= --disable-qt-dbus .endif -post-patch: - @${REINPLACE_CMD} -e 's|qputenv|!&|' ${WRKSRC}/src/main.cpp - post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}