From owner-svn-ports-all@FreeBSD.ORG Thu Sep 20 08:07:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2948106566B; Thu, 20 Sep 2012 08:07:00 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DE7208FC14; Thu, 20 Sep 2012 08:07:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8K870QO073739; Thu, 20 Sep 2012 08:07:00 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8K870Hw073736; Thu, 20 Sep 2012 08:07:00 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201209200807.q8K870Hw073736@svn.freebsd.org> From: Doug Barton Date: Thu, 20 Sep 2012 08:07:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304565 - head/net-p2p/qbittorrent X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Sep 2012 08:07:01 -0000 Author: dougb Date: Thu Sep 20 08:07:00 2012 New Revision: 304565 URL: http://svn.freebsd.org/changeset/ports/304565 Log: * Tue Sep 18 2012 - Christophe Dumez - v3.0.4 - BUGFIX: Fix issue with downloads starting from scratch on startup if temporary directory setting is enabled. * Sun Sep 16 2012 - Christophe Dumez - v3.0.3 - BUGFIX: Fix issue with temporary directory not being taken into consideration - BUGFIX: Bypass cache when uploading a torrent file in Web UI - BUGFIX: "Completed On" column is not updated until restart - BUGFIX: Fix possible build error on some systems - I18N: Add hebrew translation Modified: head/net-p2p/qbittorrent/Makefile head/net-p2p/qbittorrent/distinfo Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Thu Sep 20 05:40:55 2012 (r304564) +++ head/net-p2p/qbittorrent/Makefile Thu Sep 20 08:07:00 2012 (r304565) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.4 PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ Modified: head/net-p2p/qbittorrent/distinfo ============================================================================== --- head/net-p2p/qbittorrent/distinfo Thu Sep 20 05:40:55 2012 (r304564) +++ head/net-p2p/qbittorrent/distinfo Thu Sep 20 08:07:00 2012 (r304565) @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-3.0.2.tar.gz) = b0b280413fe56477dfd95fba9f105d870c2e4245730976a168b6cb669ce6a67f -SIZE (qbittorrent-3.0.2.tar.gz) = 3625383 +SHA256 (qbittorrent-3.0.4.tar.gz) = dc268a1894e0aa86069a0ea300da9106690e0b6a3b265f4dbe1224a90b9c0903 +SIZE (qbittorrent-3.0.4.tar.gz) = 4610657