From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 00:11:46 2014 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 BF70FF3; Thu, 13 Mar 2014 00:11:46 +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 924D691F; Thu, 13 Mar 2014 00:11:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2D0BkaC077897; Thu, 13 Mar 2014 00:11:46 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2D0Bkes077895; Thu, 13 Mar 2014 00:11:46 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201403130011.s2D0Bkes077895@svn.freebsd.org> From: Rusmir Dusko Date: Thu, 13 Mar 2014 00:11:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348017 - in head/net-p2p/qbittorrent: . files 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: Thu, 13 Mar 2014 00:11:46 -0000 Author: nemysis Date: Thu Mar 13 00:11:45 2014 New Revision: 348017 URL: http://svnweb.freebsd.org/changeset/ports/348017 QAT: https://qat.redports.org/buildarchive/r348017/ Log: - Update to 3.1.9, Announce message: BUGFIX: Fix nox build. Closes #1368 (bob23450) BUGFIX: Fix build with libtorrent 0.15.x (sledgehammer999) BUGFIX: Fix missing percentage signs. Closes #1392. (sledgehammer999) BUGFIX: Fix queue sorting order. (alfrix) BUGFIX: Fix build using qt < 4.7 Closes #1385. (Evgeny Lensky) BUGFIX: Fix autoupdater. Send our user-agent to sourceforge.net (sledgehammer999) FEATURE: Add button for links in toolbar (alfrix) - Add DEBUG Option - Install conditional DOCS, fix conflict with SLAVE Port - Remove obsolete patch, changed by upstream Deleted: head/net-p2p/qbittorrent/files/ Modified: head/net-p2p/qbittorrent/Makefile head/net-p2p/qbittorrent/distinfo Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Wed Mar 12 23:36:52 2014 (r348016) +++ head/net-p2p/qbittorrent/Makefile Thu Mar 13 00:11:45 2014 (r348017) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.1.8 -PORTREVISION?= 1 +PORTVERSION= 3.1.9 +PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -32,8 +32,9 @@ OPTIONS_DEFINE= DBUS PORTDOCS= AUTHORS Changelog README TODO -OPTIONS_DEFINE= DOCS DBUS +OPTIONS_DEFINE= DEBUG DOCS DBUS +DEBUG_CONFIGURE_ENABLE= debug DBUS_CONFIGURE_ENABLE= qt-dbus .include @@ -45,15 +46,17 @@ USE_QT4+= dbus do-configure: .if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "no" @cd ${WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} \ - ./configure --prefix=${PREFIX} --enable-debug + ./configure --prefix=${PREFIX} .else @cd ${WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} \ ./configure --prefix=${PREFIX} --disable-gui .endif post-install: +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +.endif .if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "no" @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbittorrent Modified: head/net-p2p/qbittorrent/distinfo ============================================================================== --- head/net-p2p/qbittorrent/distinfo Wed Mar 12 23:36:52 2014 (r348016) +++ head/net-p2p/qbittorrent/distinfo Thu Mar 13 00:11:45 2014 (r348017) @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-3.1.8.tar.gz) = 947c643c37318254bbd2cb7de6f1abdf752b1c114b2c68c414a2c164371df571 -SIZE (qbittorrent-3.1.8.tar.gz) = 3920680 +SHA256 (qbittorrent-3.1.9.tar.gz) = bf1c4a071ab6aa025de47020055ac19b51de920c3d386bbac89ccd4e588e6695 +SIZE (qbittorrent-3.1.9.tar.gz) = 3923413