Date: Mon, 30 Dec 2013 15:36:54 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338121 - head/net-p2p/qbittorrent Message-ID: <201312301536.rBUFassl087616@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Mon Dec 30 15:36:54 2013 New Revision: 338121 URL: http://svnweb.freebsd.org/changeset/ports/338121 Log: - Update to 3.1.4 - Break lines around 80 characters Approved by: pawel / wg (mentors, implicit) Modified: head/net-p2p/qbittorrent/Makefile head/net-p2p/qbittorrent/distinfo Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Mon Dec 30 15:32:07 2013 (r338120) +++ head/net-p2p/qbittorrent/Makefile Mon Dec 30 15:36:54 2013 (r338121) @@ -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:${P 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> Modified: head/net-p2p/qbittorrent/distinfo ============================================================================== --- head/net-p2p/qbittorrent/distinfo Mon Dec 30 15:32:07 2013 (r338120) +++ head/net-p2p/qbittorrent/distinfo Mon Dec 30 15:36:54 2013 (r338121) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312301536.rBUFassl087616>