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

William Grzybowski wg at FreeBSD.org
Thu Jul 11 11:48:18 UTC 2013


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}


More information about the svn-ports-all mailing list