From owner-svn-ports-all@FreeBSD.ORG Mon Dec 30 15:36:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3253935C; Mon, 30 Dec 2013 15:36:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04B811556; Mon, 30 Dec 2013 15:36:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUFasRL087621; Mon, 30 Dec 2013 15:36:54 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBUFassl087616; Mon, 30 Dec 2013 15:36:54 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201312301536.rBUFassl087616@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 30 Dec 2013 15:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338121 - head/net-p2p/qbittorrent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 15:36:55 -0000 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 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