From owner-svn-ports-all@FreeBSD.ORG Thu May 7 16:48:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 090AD721; Thu, 7 May 2015 16:48:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBC2D1EA3; Thu, 7 May 2015 16:48:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47Gmqew026124; Thu, 7 May 2015 16:48:52 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47GmqhL026122; Thu, 7 May 2015 16:48:52 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201505071648.t47GmqhL026122@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 7 May 2015 16:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385639 - head/finance/homebank X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 16:48:53 -0000 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