summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-07-11 11:48:18 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-07-11 11:48:18 +0000
commitc2aa27e4093e33cb10cc63f24c017baeaf1d9464 (patch)
tree1dba0a1cee5fc1b3555966f385165c5ae53c3f38 /net-p2p
parentUpdate to 296 (diff)
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)
Notes
Notes: svn path=/head/; revision=322764
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index 88470ac32fe9..2a9632b08fa2 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -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}