Date: Thu, 7 May 2015 16:48:52 +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: r385639 - head/finance/homebank Message-ID: <201505071648.t47GmqhL026122@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu May 7 16:48:51 2015 New Revision: 385639 URL: https://svnweb.freebsd.org/changeset/ports/385639 Log: Update to version 5.0.2 Changelog: * bugfix: #1448549 importing CSV files automatically creates 3 new accounts * bugfix: #1443782 date filter From/To fields not working in Trend time and Balance reports * bugfix: #1443048 saving cut file name after a dot * bugfix: #1443047 budget amount is wrong (seems twice) * bugfix: #1429414 calendar widget can't be dismissed by clicking on the arrow or text entry Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Thu May 7 16:44:44 2015 (r385638) +++ head/finance/homebank/Makefile Thu May 7 16:48:51 2015 (r385639) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Thu May 7 16:44:44 2015 (r385638) +++ head/finance/homebank/distinfo Thu May 7 16:48:51 2015 (r385639) @@ -1,2 +1,2 @@ -SHA256 (homebank-5.0.1.tar.gz) = 59b8c0d4ed520e1a79ab51087662642fceb0e68862f3c59b2557e1a91f259257 -SIZE (homebank-5.0.1.tar.gz) = 2530988 +SHA256 (homebank-5.0.2.tar.gz) = f2c3f9da0aa9af76cfed63a19104d99d33b1766cac89dd1586c378b9cf54a2ca +SIZE (homebank-5.0.2.tar.gz) = 2531651
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505071648.t47GmqhL026122>