diff options
author | wg <wg@FreeBSD.org> | 2013-07-11 19:48:18 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-07-11 19:48:18 +0800 |
commit | 3bec83e1bad17fe0c40bce52e9535692db6ff271 (patch) | |
tree | 1dba0a1cee5fc1b3555966f385165c5ae53c3f38 /net-p2p | |
parent | b2dfec6e981f72d3fbf0143822595b530eeb235d (diff) | |
download | freebsd-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/Makefile | 5 |
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} |