From owner-svn-ports-all@freebsd.org Thu Dec 8 13:11:04 2016 Return-Path: Delivered-To: svn-ports-all@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 51C91C6D18A; Thu, 8 Dec 2016 13:11:04 +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 10AD71757; Thu, 8 Dec 2016 13:11:03 +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 uB8DB3ax060045; Thu, 8 Dec 2016 13:11:03 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB8DB3pc060042; Thu, 8 Dec 2016 13:11:03 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201612081311.uB8DB3pc060042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 8 Dec 2016 13:11:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428115 - 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.23 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, 08 Dec 2016 13:11:04 -0000 Author: pawel Date: Thu Dec 8 13:11:02 2016 New Revision: 428115 URL: https://svnweb.freebsd.org/changeset/ports/428115 Log: Update to version 5.1.2 * wish : #1645126 remember the size of columns in the main window * wish : #1639862 multiple edit transactions date * wish : #1638023 remind scheduled listview column width * wish : #916690 qif option (info to desc; payee to desc) * wish : #462919 option to choose to import OFX name to payee or memo * bugfix: import, new account don't have currency, result display NaN * bugfix: import, amount was not displaying decimal part * bugfix: import, dialog to choose child xfer was popup when no match found * bugfix: txn dialog, after input a split amount/category widget were not disabled * bugfix: #1645001 import shows rounded amount but import correctly * bugfix: #1640885 txn changes in detail list cannot be saved * bugfix: #1638064 balance report may show wrong values Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo head/finance/homebank/pkg-plist Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Thu Dec 8 12:38:59 2016 (r428114) +++ head/finance/homebank/Makefile Thu Dec 8 13:11:02 2016 (r428115) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.2 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Thu Dec 8 12:38:59 2016 (r428114) +++ head/finance/homebank/distinfo Thu Dec 8 13:11:02 2016 (r428115) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478864317 -SHA256 (homebank-5.1.1.tar.gz) = 9cd36ddc6931fd95ef5bcc6a723b3df0651b32e19465570d223c21ac1d5aa4bd -SIZE (homebank-5.1.1.tar.gz) = 2675174 +TIMESTAMP = 1481190868 +SHA256 (homebank-5.1.2.tar.gz) = d0dd12fcd41e2a23879a3f8378008436abb011d6cb7b0da9268f213d68c1fa27 +SIZE (homebank-5.1.2.tar.gz) = 2661887 Modified: head/finance/homebank/pkg-plist ============================================================================== --- head/finance/homebank/pkg-plist Thu Dec 8 12:38:59 2016 (r428114) +++ head/finance/homebank/pkg-plist Thu Dec 8 13:11:02 2016 (r428115) @@ -63,6 +63,7 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/dlg-budget1.png %%DATADIR%%/help/images/dlg-category1.png %%DATADIR%%/help/images/dlg-currencies1.png +%%DATADIR%%/help/images/dlg-currencies2.png %%DATADIR%%/help/images/dlg-filter1.png %%DATADIR%%/help/images/dlg-filter2.png %%DATADIR%%/help/images/dlg-filter3.png @@ -112,7 +113,6 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/pm-transfer.png %%DATADIR%%/help/images/tip-accorder.png %%DATADIR%%/help/images/tip-listsearch.png -%%DATADIR%%/help/images/tip-multiedit.png %%DATADIR%%/help/images/use-assignment1.png %%DATADIR%%/help/images/use-budget1.png %%DATADIR%%/help/images/use-budget2.png