Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2013 11:48:18 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322764 - head/net-p2p/qbittorrent
Message-ID:  <201307111148.r6BBmIlq050491@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307111148.r6BBmIlq050491>