Date: Wed, 25 Jan 2017 10:04:24 +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: r432413 - head/finance/homebank Message-ID: <201701251004.v0PA4OJr038680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Wed Jan 25 10:04:24 2017 New Revision: 432413 URL: https://svnweb.freebsd.org/changeset/ports/432413 Log: Update to version 5.1.3 Changelog: * new : your account, added expand/collapse button * wish : #1653350 cvs import default category for payee * wish : #1645126 remember the size of columns listview in the main window * wish : #1530784 easy way to see closed accounts in account list * wish : #1164643 totals per Financial Institution in account summary * bugfix: #1658047 Euro major Lithuanian template corrections * bugfix: #1658045 Euro major settings: list countries alphabetically * bugfix: #1658043 Euro major feature calculates amounts incorrectly * bugfix: #1656531 account combobox can be default set to disabled account * bugfix: #1653957 Importing QIF file with existing accounts * bugfix: #1652994 Sorting for account in Statistics Report doesn't work * bugfix: #1652527 Balance report crash when no result * bugfix: #1649081 Exclude from budget option seems ignored * bugfix: #1649078 Remind operations are included in "today" balance calculation * bugfix: #1648856 balance report "select all" is not working Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo head/finance/homebank/pkg-plist Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Wed Jan 25 09:01:18 2017 (r432412) +++ head/finance/homebank/Makefile Wed Jan 25 10:04:24 2017 (r432413) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1.2 +PORTVERSION= 5.1.3 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Wed Jan 25 09:01:18 2017 (r432412) +++ head/finance/homebank/distinfo Wed Jan 25 10:04:24 2017 (r432413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481190868 -SHA256 (homebank-5.1.2.tar.gz) = d0dd12fcd41e2a23879a3f8378008436abb011d6cb7b0da9268f213d68c1fa27 -SIZE (homebank-5.1.2.tar.gz) = 2661887 +TIMESTAMP = 1485279421 +SHA256 (homebank-5.1.3.tar.gz) = 22b2baf2e66fee2f97c7a6050298aa6d2502d75f02f046259e4181512714fb73 +SIZE (homebank-5.1.3.tar.gz) = 2686661 Modified: head/finance/homebank/pkg-plist ============================================================================== --- head/finance/homebank/pkg-plist Wed Jan 25 09:01:18 2017 (r432412) +++ head/finance/homebank/pkg-plist Wed Jan 25 10:04:24 2017 (r432413) @@ -228,6 +228,8 @@ share/applications/homebank.desktop %%DATADIR%%/icons/hicolor/48x48/status/prf-import.png %%DATADIR%%/icons/hicolor/48x48/status/prf-interface.png %%DATADIR%%/icons/hicolor/48x48/status/prf-report.png +%%DATADIR%%/icons/hicolor/scalable/actions/btn-collapse-symbolic.svg +%%DATADIR%%/icons/hicolor/scalable/actions/btn-expand-symbolic.svg %%DATADIR%%/icons/hicolor/scalable/actions/toggle-sign-symbolic.svg %%DATADIR%%/images/splash.png share/icons/hicolor/16x16/apps/homebank.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701251004.v0PA4OJr038680>