aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-07-11 19:48:18 +0800
committerwg <wg@FreeBSD.org>2013-07-11 19:48:18 +0800
commit3bec83e1bad17fe0c40bce52e9535692db6ff271 (patch)
tree1dba0a1cee5fc1b3555966f385165c5ae53c3f38 /net-p2p
parentb2dfec6e981f72d3fbf0143822595b530eeb235d (diff)
downloadfreebsd-ports-gnome-3bec83e1bad17fe0c40bce52e9535692db6ff271.tar.gz
freebsd-ports-gnome-3bec83e1bad17fe0c40bce52e9535692db6ff271.tar.zst
freebsd-ports-gnome-3bec83e1bad17fe0c40bce52e9535692db6ff271.zip
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)
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}