From owner-svn-ports-head@freebsd.org Thu Feb 16 15:59:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B79A7CE265C; Thu, 16 Feb 2017 15:59:28 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6A7A41392; Thu, 16 Feb 2017 15:59:28 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GFxR9D093735; Thu, 16 Feb 2017 15:59:27 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GFxRjv093733; Thu, 16 Feb 2017 15:59:27 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201702161559.v1GFxRjv093733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 16 Feb 2017 15:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434216 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 15:59:28 -0000 Author: pawel Date: Thu Feb 16 15:59:27 2017 New Revision: 434216 URL: https://svnweb.freebsd.org/changeset/ports/434216 Log: Update to version 5.1.4 Changelog: * change: filter, reworked the layout * change: filter, category select change now propagate to subcategories * wish : #1661806 show overdraft amount in account window (balance column) * wish : #1655542 improve handling of end of month scheduled transactions * bugfix: sanity was not checking dst_account * bugfix: sanity orphaned account was not working * bugfix: #1663795 "show all" shows as enabled after opening another file * bugfix: #1663789 both sides of internal transfers' accounts not changed * bugfix: #1663399 display Order of Account Types (5.1.3) * bugfix: #1662197 main window's upcoming transactions pane shifts downwards on every startup * bugfix: #1662189 main window size/position saved only when using wm close (X) button * bugfix: #1661279 memory Fault on homebank-5.1.1-1.fc25.x86_64 and later * bugfix: #1660910 main window layout is not persisted * bugfix: #1658538 balance Report crash when no txn at all * bugfix: #1656720 save button in main window disabled despite pending changes * bugfix: #1655626 libofx for windows bad utf-8 char import corrupt xml file Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Thu Feb 16 14:51:05 2017 (r434215) +++ head/finance/homebank/Makefile Thu Feb 16 15:59:27 2017 (r434216) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1.3 +PORTVERSION= 5.1.4 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Thu Feb 16 14:51:05 2017 (r434215) +++ head/finance/homebank/distinfo Thu Feb 16 15:59:27 2017 (r434216) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485279421 -SHA256 (homebank-5.1.3.tar.gz) = 22b2baf2e66fee2f97c7a6050298aa6d2502d75f02f046259e4181512714fb73 -SIZE (homebank-5.1.3.tar.gz) = 2686661 +TIMESTAMP = 1487257544 +SHA256 (homebank-5.1.4.tar.gz) = 0af35f848c9be864db838868c14977e3f873b54b20be24b6b30189766c5afd1f +SIZE (homebank-5.1.4.tar.gz) = 2688564