From owner-cvs-all@FreeBSD.ORG Sun Apr 17 02:30:16 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D31B6106564A; Sun, 17 Apr 2011 02:30:16 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 702178FC08; Sun, 17 Apr 2011 02:30:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3H2UGQr081588; Sun, 17 Apr 2011 02:30:16 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3H2UGfD081587; Sun, 17 Apr 2011 02:30:16 GMT (envelope-from dougb) Message-Id: <201104170230.p3H2UGfD081587@repoman.freebsd.org> From: Doug Barton Date: Sun, 17 Apr 2011 02:30:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p Makefile ports/net-p2p/qbittorrent-27 Makefile distinfo pkg-descr pkg-plist ports/net-p2p/qbittorrent-27/files patch-style ports/net-p2p/qbittorrent-27-nox11 Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2011 02:30:16 -0000 dougb 2011-04-17 02:30:16 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/qbittorrent-27 Makefile distinfo pkg-descr pkg-plist net-p2p/qbittorrent-27/files patch-style net-p2p/qbittorrent-27-nox11 Makefile pkg-descr pkg-plist Log: Introduce version 2.7.3, the latest in the new 2.7.x branch. It has the following new features vs. 2.6.x: - FEATURE: Added search field for torrent content - FEATURE: Added auto-shutdown confirmation dialog - FEATURE: Added option to skip torrent deletion confirmation (Ville Kiiskinen) - FEATURE: IP address reported to trackers is now customizable - FEATURE: Inhibit system sleep when torrents are active (Vladimir Golovnev) - FEATURE: Added option to bypass Web UI authentication for localhost - FEATURE: Added option to disable program exit confirmation - FEATURE: Added per-torrent ratio limiting (Christian Kandeler) - FEATURE: Torrent content list is now sortable - BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler) - BUGFIX: Added length restriction on UI lock password - COSMETIC: Added monochrome tray icon - COSMETIC: Improved status bar's style - OTHER: Make QtDBus dependency optional (X11) Differences in this port vs. the -26 version: * libnotify is no longer used, but qtdbus is now optional, so update OPTIONS and related code accordingly Revision Changes Path 1.107 +2 -0 ports/net-p2p/Makefile 1.1 +21 -0 ports/net-p2p/qbittorrent-27-nox11/Makefile (new) 1.1 +23 -0 ports/net-p2p/qbittorrent-27-nox11/pkg-descr (new) 1.1 +1 -0 ports/net-p2p/qbittorrent-27-nox11/pkg-plist (new) 1.1 +60 -0 ports/net-p2p/qbittorrent-27/Makefile (new) 1.1 +2 -0 ports/net-p2p/qbittorrent-27/distinfo (new) 1.1 +201 -0 ports/net-p2p/qbittorrent-27/files/patch-style (new) 1.1 +22 -0 ports/net-p2p/qbittorrent-27/pkg-descr (new) 1.1 +39 -0 ports/net-p2p/qbittorrent-27/pkg-plist (new)