mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
net-p2p/qbittorrent: update to 3.0.10
- Update to 3.0.10 [1] - Add DBUS to options - Remove unneeded pre/post mk PR: ports/180437 Submitted by: nemysis <nemysis gmx.ch> (maintainer)
This commit is contained in:
parent
38f097d431
commit
d79cbad487
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322724
2 changed files with 9 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue