Date: Sat, 16 Sep 2017 09:42:21 +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: r449959 - head/finance/homebank Message-ID: <201709160942.v8G9gLNR084438@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Sep 16 09:42:21 2017 New Revision: 449959 URL: https://svnweb.freebsd.org/changeset/ports/449959 Log: Update to version 5.1.6 Changelog: * change: win32: upgraded to gtk+ 3.22.16 * wish : #1710955 warn when opening a backup file * bugfix: #1716182 New memo doesn't get added to quick list * bugfix: #1716181 New/deleted transactions and search box show inconsistency * bugfix: #1715532 "All date" range remains as is after "Select All" in Report * bugfix: #1713413 Un-editable category * bugfix: #1710800 Manage budget window do not expand properly * bugfix: #1708956 Automatic check numbering issue * bugfix: #1707201 Anonymize dialog change accounts if user close window * bugfix: #1697174 Months in Manage Budget should allow tabbing from consecutive months * bugfix: #1697171 'Notes' field in 'Manage Accounts' should wrap text * bugfix: #1694520 Windows 10 x64 5.1.5 cannot start application * bugfix: #1693998 Start Balance not shown after new file assistant * bugfix: #1691992 The "other" side of an internal transfer is not marked as changed when an internal transfer is deleted * bugfix: #1690555 Internal transfers with a status of "Remind" are not created correctly * bugfix: #1664012 libofx: macos, cannot import newer OFX versions Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Sat Sep 16 09:01:53 2017 (r449958) +++ head/finance/homebank/Makefile Sat Sep 16 09:42:21 2017 (r449959) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Sat Sep 16 09:01:53 2017 (r449958) +++ head/finance/homebank/distinfo Sat Sep 16 09:42:21 2017 (r449959) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494522942 -SHA256 (homebank-5.1.5.tar.gz) = 5c3fd3478577e91a5d8e6e28fced58b5ad611eecb06e8f335a9585b817a1330f -SIZE (homebank-5.1.5.tar.gz) = 2698391 +TIMESTAMP = 1505503043 +SHA256 (homebank-5.1.6.tar.gz) = 2861e11590a00f5cbc505293821cb8caeabb74c26babe8a6a9d728f3404290e0 +SIZE (homebank-5.1.6.tar.gz) = 2701911
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709160942.v8G9gLNR084438>