Date: Thu, 11 May 2017 18:48:22 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440646 - head/finance/homebank Message-ID: <201705111848.v4BImMrv077838@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu May 11 18:48:22 2017 New Revision: 440646 URL: https://svnweb.freebsd.org/changeset/ports/440646 Log: Update to version 5.1.5 Changelog: * bugfix: updating currency rate was not updating file changes (and enable save) * bugfix: #1689308 category usage count does not get updated for split transactions * bugfix: #1687117 statistic report filter do not update date range * bugfix: #1683646 only one changed icon is displayed in accounts window when an internal transfer is edited * bugfix: #1681532 segfault when pressing escape while editing a new transaction * bugfix: #1678476 french translation is missing in filter * bugfix: #1678230 time report show all category may be wrong if split * bugfix: #1676162 can't set transaction amount to 6 decimal points * bugfix: #1674020 statistics Report: sorting by amount does not work with "Expenses and Income" * bugfix: #1672209 account window "0.00" balance sometimes displayed in warning color * bugfix: #1672205 "Show # days in advance the current date" preference doesn't work * bugfix: #1672135 BYN - new Belorussian currency is not in the list * bugfix: #1668036 cannot filter on memo if split transaction * bugfix: #1667201 original account shows edits when inheriting transaction into another account * bugfix: #1664916 balance report does not include accounts with no transactions Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Thu May 11 18:35:03 2017 (r440645) +++ head/finance/homebank/Makefile Thu May 11 18:48:22 2017 (r440646) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1.4 +PORTVERSION= 5.1.5 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Thu May 11 18:35:03 2017 (r440645) +++ head/finance/homebank/distinfo Thu May 11 18:48:22 2017 (r440646) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487257544 -SHA256 (homebank-5.1.4.tar.gz) = 0af35f848c9be864db838868c14977e3f873b54b20be24b6b30189766c5afd1f -SIZE (homebank-5.1.4.tar.gz) = 2688564 +TIMESTAMP = 1494522942 +SHA256 (homebank-5.1.5.tar.gz) = 5c3fd3478577e91a5d8e6e28fced58b5ad611eecb06e8f335a9585b817a1330f +SIZE (homebank-5.1.5.tar.gz) = 2698391
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705111848.v4BImMrv077838>