diff options
author | pawel <pawel@FreeBSD.org> | 2015-06-12 03:19:59 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-06-12 03:19:59 +0800 |
commit | 2145caa821d918e86ea0747c6258288682a917e2 (patch) | |
tree | 7cf43b034a53d90968cd5cc6727ae05cc6d3936d /finance | |
parent | c91862bf0c122e5f337c3cc28bf01ddc06d7c843 (diff) | |
download | freebsd-ports-gnome-2145caa821d918e86ea0747c6258288682a917e2.tar.gz freebsd-ports-gnome-2145caa821d918e86ea0747c6258288682a917e2.tar.zst freebsd-ports-gnome-2145caa821d918e86ea0747c6258288682a917e2.zip |
Update to version 5.0.3
* change: win32: upgraded to libofx 0.9.9 again
* wish : #1460370 internal xfer credit should display from account
* wish : #1444792 wish: button to expand/collapse all
in "Manage Categories"
* wish : #1429413 wish: thinking of icon credit vs debit card
* wish : #1416957 wish: add ability to modify transaction when
posting from template
* bugfix: #1460390 Dont work: "Save file as". If I change the file name,
it does not change.
* bugfix: #1434972 (libofx 0.8.3 bug) win32 : some OFX files leads to crash
* bugfix: #1424660 (libofx 0.8.3 bug) win32: memo field truncated
* bugfix: #1080093 (libofx bug 39) OFX imports incorrect date
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 | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 5fed95c77c5e..24429430d90d 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ diff --git a/finance/homebank/distinfo b/finance/homebank/distinfo index 67a6688d807f..0d7101a870e6 100644 --- a/finance/homebank/distinfo +++ b/finance/homebank/distinfo @@ -1,2 +1,2 @@ -SHA256 (homebank-5.0.2.tar.gz) = f2c3f9da0aa9af76cfed63a19104d99d33b1766cac89dd1586c378b9cf54a2ca -SIZE (homebank-5.0.2.tar.gz) = 2531651 +SHA256 (homebank-5.0.3.tar.gz) = eac04a19f5d7644a5bf254a22f737d562b41503f280e339192f39745bf0d7839 +SIZE (homebank-5.0.3.tar.gz) = 2551525 diff --git a/finance/homebank/pkg-plist b/finance/homebank/pkg-plist index aaba736d8ec0..d05a9fe4ab57 100644 --- a/finance/homebank/pkg-plist +++ b/finance/homebank/pkg-plist @@ -154,6 +154,8 @@ share/applications/homebank.desktop %%DATADIR%%/help/win-statistics.html %%DATADIR%%/help/win-trendtime.html %%DATADIR%%/help/win-vehiclecost.html +%%DATADIR%%/icons/hicolor/16x16/actions/btn-collapse.png +%%DATADIR%%/icons/hicolor/16x16/actions/btn-expand.png %%DATADIR%%/icons/hicolor/16x16/actions/hb-ope-auto.png %%DATADIR%%/icons/hicolor/16x16/actions/hb-ope-budget.png %%DATADIR%%/icons/hicolor/16x16/actions/hb-ope-cleared.png |