Date: Thu, 20 Sep 2012 08:07:00 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304565 - head/net-p2p/qbittorrent Message-ID: <201209200807.q8K870Hw073736@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <chris@qbittorrent.org> - 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 <chris@qbittorrent.org> - 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209200807.q8K870Hw073736>