From owner-svn-ports-head@FreeBSD.ORG Sun Sep 22 14:12:59 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 13F3BD31; Sun, 22 Sep 2013 14:12:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) 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 026C42286; Sun, 22 Sep 2013 14:12:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8MECw7H055847; Sun, 22 Sep 2013 14:12:58 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8MECwhZ055845; Sun, 22 Sep 2013 14:12:58 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309221412.r8MECwhZ055845@svn.freebsd.org> From: Pawel Pekala Date: Sun, 22 Sep 2013 14:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327871 - head/finance/homebank X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 14:12:59 -0000 Author: pawel Date: Sun Sep 22 14:12:58 2013 New Revision: 327871 URL: http://svnweb.freebsd.org/changeset/ports/327871 Log: Update to version 4.5.3 Changelog: * bugfix: #1213569 win32: program not all translated in french since 4.5.1 * bugfix: #1214077 win32: my csv file exported crash when import again * bugfix: #1215521 when importing qif, automatic assignments are not made * bugfix: #1216284 balance report do not exclude account with exclude from report checked * bugfix: #1216321 reversed transactions * bugfix: #1218644 There is a problem of calculating the column balances * bugfix: #1221484 End date not checked to be larger than Start date in reports * bugfix: #1225611 Trend Time report : categories crashes on windows Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Sun Sep 22 11:55:30 2013 (r327870) +++ head/finance/homebank/Makefile Sun Sep 22 14:12:58 2013 (r327871) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 4.5.2 +PORTVERSION= 4.5.3 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Sun Sep 22 11:55:30 2013 (r327870) +++ head/finance/homebank/distinfo Sun Sep 22 14:12:58 2013 (r327871) @@ -1,2 +1,2 @@ -SHA256 (homebank-4.5.2.tar.gz) = b3318255676a09e7d6f26a8d750f77f40cfeb1b54dffaff8765f14a85f98ae74 -SIZE (homebank-4.5.2.tar.gz) = 1793379 +SHA256 (homebank-4.5.3.tar.gz) = d636b02b9113bc371c40b6497089ac0ba156e9a89c412f4629c7da8374030ebb +SIZE (homebank-4.5.3.tar.gz) = 1797712