diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-12-30 15:36:54 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-12-30 15:36:54 +0000 |
commit | bf6a0f2bfa9d5a4a2b0155b1bfa992d68863e21b (patch) | |
tree | da2ef2ba054786b642947139f4926eccc71f6868 /net-p2p/qbittorrent | |
parent | 5a0baf495a6505cdec66ae464dae90ddd3c7b41f (diff) | |
download | ports-bf6a0f2bfa9d5a4a2b0155b1bfa992d68863e21b.tar.gz ports-bf6a0f2bfa9d5a4a2b0155b1bfa992d68863e21b.zip |
- Update to 3.1.4
- Break lines around 80 characters
Approved by: pawel / wg (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=338121
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 4 |
2 files changed, 13 insertions, 8 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 76116d800d2f..80784a9ff93b 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -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> diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index f04c29acf527..f11917bb6f2d 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -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 |