mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 3.1.4
- Break lines around 80 characters Approved by: pawel / wg (mentors, implicit)
This commit is contained in:
parent
5a0baf495a
commit
bf6a0f2bfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338121
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qbittorrent
|
||||
PORTVERSION= 3.1.3
|
||||
PORTVERSION= 3.1.4
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= net-p2p ipv6
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
||||
@ -17,7 +17,8 @@ LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar \
|
||||
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
||||
|
||||
USES= pkgconfig
|
||||
USE_QT4= corelib network qmake_build linguist_build moc_build rcc_build uic_build
|
||||
USE_QT4= corelib network qmake_build linguist_build moc_build \
|
||||
rcc_build uic_build
|
||||
QT_NONSTANDARD= yes
|
||||
DESTDIRNAME= INSTALL_ROOT
|
||||
|
||||
@ -42,9 +43,11 @@ USE_QT4+= dbus
|
||||
|
||||
do-configure:
|
||||
.if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "no"
|
||||
@cd ${WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ./configure --prefix=${PREFIX}
|
||||
@cd ${WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} \
|
||||
./configure --prefix=${PREFIX}
|
||||
.else
|
||||
@cd ${WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ./configure --prefix=${PREFIX} --disable-gui
|
||||
@cd ${WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} \
|
||||
./configure --prefix=${PREFIX} --disable-gui
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@ -53,10 +56,12 @@ post-install:
|
||||
|
||||
.if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "no"
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbittorrent
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent.1 \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
.else
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbittorrent-nox
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qbittorrent-3.1.3.tar.gz) = 349f206597c559f8d1e9f5948fa66a0dc2d3501a4d542a5b3e34b184a0daf351
|
||||
SIZE (qbittorrent-3.1.3.tar.gz) = 3880133
|
||||
SHA256 (qbittorrent-3.1.4.tar.gz) = 161d1befb790dcf0d00b17b204cf02d96d1f2dd4ce12a074c9a03dc749835a1c
|
||||
SIZE (qbittorrent-3.1.4.tar.gz) = 3920924
|
||||
|
Loading…
Reference in New Issue
Block a user