Date: Thu, 13 Mar 2014 00:11:46 +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: r348017 - in head/net-p2p/qbittorrent: . files Message-ID: <201403130011.s2D0Bkes077895@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403130011.s2D0Bkes077895>