Date: Thu, 11 Jun 2015 19:20:00 +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: r389246 - head/finance/homebank Message-ID: <201506111920.t5BJK0Ds047074@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Jun 11 19:19:59 2015 New Revision: 389246 URL: https://svnweb.freebsd.org/changeset/ports/389246 Log: 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 Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo head/finance/homebank/pkg-plist Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Thu Jun 11 18:45:56 2015 (r389245) +++ head/finance/homebank/Makefile Thu Jun 11 19:19:59 2015 (r389246) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Thu Jun 11 18:45:56 2015 (r389245) +++ head/finance/homebank/distinfo Thu Jun 11 19:19:59 2015 (r389246) @@ -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 Modified: head/finance/homebank/pkg-plist ============================================================================== --- head/finance/homebank/pkg-plist Thu Jun 11 18:45:56 2015 (r389245) +++ head/finance/homebank/pkg-plist Thu Jun 11 19:19:59 2015 (r389246) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506111920.t5BJK0Ds047074>