diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 11 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 69d5a465b583..88470ac32fe9 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -1,7 +1,8 @@ +# Created by: Doug Barton <dougb@FreeBSD.org> # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.0.9 +PORTVERSION= 3.0.10 PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -34,7 +35,9 @@ CONFIGURE_ARGS+= --disable-gui PORTDOCS= AUTHORS Changelog README TODO -.include <bsd.port.pre.mk> +OPTIONS_DEFINE= DOCS DBUS + +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} USE_QT4+= dbus @@ -43,7 +46,7 @@ CONFIGURE_ARGS+= --disable-qt-dbus .endif post-patch: - @${REINPLACE_CMD} -e 's,qputenv,!&,' ${WRKSRC}/src/main.cpp + @${REINPLACE_CMD} -e 's|qputenv|!&|' ${WRKSRC}/src/main.cpp post-install: .if ${PORT_OPTIONS:MDOCS} @@ -58,4 +61,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MAN1PREFIX}/man/man1 .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index 408dc1b03e5d..9951535e3aec 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-3.0.9.tar.gz) = df091656dffd309eda52765303146cbc2690e8799f872b8193ac8b6bfe3b571c -SIZE (qbittorrent-3.0.9.tar.gz) = 4980991 +SHA256 (qbittorrent-3.0.10.tar.gz) = 148a48c5e1aaeec8010410242465983bdf09dcc5a26a0bae2835657d943c0957 +SIZE (qbittorrent-3.0.10.tar.gz) = 5090028 |