Date: Thu, 16 Feb 2017 15:59:27 +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: r434216 - head/finance/homebank Message-ID: <201702161559.v1GFxRjv093733@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Feb 16 15:59:27 2017 New Revision: 434216 URL: https://svnweb.freebsd.org/changeset/ports/434216 Log: Update to version 5.1.4 Changelog: * change: filter, reworked the layout * change: filter, category select change now propagate to subcategories * wish : #1661806 show overdraft amount in account window (balance column) * wish : #1655542 improve handling of end of month scheduled transactions * bugfix: sanity was not checking dst_account * bugfix: sanity orphaned account was not working * bugfix: #1663795 "show all" shows as enabled after opening another file * bugfix: #1663789 both sides of internal transfers' accounts not changed * bugfix: #1663399 display Order of Account Types (5.1.3) * bugfix: #1662197 main window's upcoming transactions pane shifts downwards on every startup * bugfix: #1662189 main window size/position saved only when using wm close (X) button * bugfix: #1661279 memory Fault on homebank-5.1.1-1.fc25.x86_64 and later * bugfix: #1660910 main window layout is not persisted * bugfix: #1658538 balance Report crash when no txn at all * bugfix: #1656720 save button in main window disabled despite pending changes * bugfix: #1655626 libofx for windows bad utf-8 char import corrupt xml file Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Thu Feb 16 14:51:05 2017 (r434215) +++ head/finance/homebank/Makefile Thu Feb 16 15:59:27 2017 (r434216) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1.3 +PORTVERSION= 5.1.4 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Thu Feb 16 14:51:05 2017 (r434215) +++ head/finance/homebank/distinfo Thu Feb 16 15:59:27 2017 (r434216) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485279421 -SHA256 (homebank-5.1.3.tar.gz) = 22b2baf2e66fee2f97c7a6050298aa6d2502d75f02f046259e4181512714fb73 -SIZE (homebank-5.1.3.tar.gz) = 2686661 +TIMESTAMP = 1487257544 +SHA256 (homebank-5.1.4.tar.gz) = 0af35f848c9be864db838868c14977e3f873b54b20be24b6b30189766c5afd1f +SIZE (homebank-5.1.4.tar.gz) = 2688564
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702161559.v1GFxRjv093733>