diff options
author | pawel <pawel@FreeBSD.org> | 2015-09-16 06:45:03 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-09-16 06:45:03 +0800 |
commit | 83a59d3b9c57ed8cede87057f03ed83aca871eeb (patch) | |
tree | 35549ba13b31b575ce230a0d42019ba7e99f5fba /finance | |
parent | cd3fed5add379134d6455658c9849d964a0c9435 (diff) | |
download | freebsd-ports-graphics-83a59d3b9c57ed8cede87057f03ed83aca871eeb.tar.gz freebsd-ports-graphics-83a59d3b9c57ed8cede87057f03ed83aca871eeb.tar.zst freebsd-ports-graphics-83a59d3b9c57ed8cede87057f03ed83aca871eeb.zip |
Update to version 5.0.4
Changelog:
* change: win32: upgraded to gtk+ 3.16
* change: amount toggle sign button changed from text button to entry icon
* change: added/changed transaction are always showed by default filter
* bugfix: #1492634 using memo filter does not list memos in split catagories
* bugfix: #1475969 no help file. F1 does nothing. Windows 10
* bugfix: #1473717 year on statistics is preset to 1900 instead
of e.g. current year
* bugfix: #1464961 inconsistency in internal xfer
* bugfix: #1391506 win32: (gtk3.6.4 bug) Dropdown list appear
on the wrong Screen (dualscreen)
* wish : #1469424 bank Account window should remember
user column arrangement
* wish : #1338052 add option to show x days future ledger txn
* wish : #1330156 in the ledger, a way to identify graphically
the past from the future.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/homebank/Makefile | 2 | ||||
-rw-r--r-- | finance/homebank/distinfo | 4 | ||||
-rw-r--r-- | finance/homebank/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 9aabcc0f500..fe143396795 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.0.3 +PORTVERSION= 5.0.4 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ diff --git a/finance/homebank/distinfo b/finance/homebank/distinfo index 0d7101a870e..6f11915ba4e 100644 --- a/finance/homebank/distinfo +++ b/finance/homebank/distinfo @@ -1,2 +1,2 @@ -SHA256 (homebank-5.0.3.tar.gz) = eac04a19f5d7644a5bf254a22f737d562b41503f280e339192f39745bf0d7839 -SIZE (homebank-5.0.3.tar.gz) = 2551525 +SHA256 (homebank-5.0.4.tar.gz) = d78ccbef2ac52bf30e0ded093ca7b5162405f0ada7e5853c63d2b025e098c978 +SIZE (homebank-5.0.4.tar.gz) = 2554916 diff --git a/finance/homebank/pkg-plist b/finance/homebank/pkg-plist index d05a9fe4ab5..d42ee42040e 100644 --- a/finance/homebank/pkg-plist +++ b/finance/homebank/pkg-plist @@ -219,6 +219,7 @@ 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/toggle-sign-symbolic.svg %%DATADIR%%/images/splash.png share/icons/hicolor/16x16/apps/homebank.png share/icons/hicolor/22x22/apps/homebank.png |