From owner-svn-ports-head@freebsd.org Wed Jan 25 10:04:25 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 BBF81CB58DE; Wed, 25 Jan 2017 10:04:25 +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 7CE9E9A7; Wed, 25 Jan 2017 10:04:25 +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 v0PA4Oo1038684; Wed, 25 Jan 2017 10:04:24 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0PA4OJr038680; Wed, 25 Jan 2017 10:04:24 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201701251004.v0PA4OJr038680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 25 Jan 2017 10:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432413 - 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: Wed, 25 Jan 2017 10:04:25 -0000 Author: pawel Date: Wed Jan 25 10:04:24 2017 New Revision: 432413 URL: https://svnweb.freebsd.org/changeset/ports/432413 Log: Update to version 5.1.3 Changelog: * new : your account, added expand/collapse button * wish : #1653350 cvs import default category for payee * wish : #1645126 remember the size of columns listview in the main window * wish : #1530784 easy way to see closed accounts in account list * wish : #1164643 totals per Financial Institution in account summary * bugfix: #1658047 Euro major Lithuanian template corrections * bugfix: #1658045 Euro major settings: list countries alphabetically * bugfix: #1658043 Euro major feature calculates amounts incorrectly * bugfix: #1656531 account combobox can be default set to disabled account * bugfix: #1653957 Importing QIF file with existing accounts * bugfix: #1652994 Sorting for account in Statistics Report doesn't work * bugfix: #1652527 Balance report crash when no result * bugfix: #1649081 Exclude from budget option seems ignored * bugfix: #1649078 Remind operations are included in "today" balance calculation * bugfix: #1648856 balance report "select all" is not working Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo head/finance/homebank/pkg-plist Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Wed Jan 25 09:01:18 2017 (r432412) +++ head/finance/homebank/Makefile Wed Jan 25 10:04:24 2017 (r432413) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1.2 +PORTVERSION= 5.1.3 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Wed Jan 25 09:01:18 2017 (r432412) +++ head/finance/homebank/distinfo Wed Jan 25 10:04:24 2017 (r432413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481190868 -SHA256 (homebank-5.1.2.tar.gz) = d0dd12fcd41e2a23879a3f8378008436abb011d6cb7b0da9268f213d68c1fa27 -SIZE (homebank-5.1.2.tar.gz) = 2661887 +TIMESTAMP = 1485279421 +SHA256 (homebank-5.1.3.tar.gz) = 22b2baf2e66fee2f97c7a6050298aa6d2502d75f02f046259e4181512714fb73 +SIZE (homebank-5.1.3.tar.gz) = 2686661 Modified: head/finance/homebank/pkg-plist ============================================================================== --- head/finance/homebank/pkg-plist Wed Jan 25 09:01:18 2017 (r432412) +++ head/finance/homebank/pkg-plist Wed Jan 25 10:04:24 2017 (r432413) @@ -228,6 +228,8 @@ share/applications/homebank.desktop %%DATADIR%%/icons/hicolor/48x48/status/prf-import.png %%DATADIR%%/icons/hicolor/48x48/status/prf-interface.png %%DATADIR%%/icons/hicolor/48x48/status/prf-report.png +%%DATADIR%%/icons/hicolor/scalable/actions/btn-collapse-symbolic.svg +%%DATADIR%%/icons/hicolor/scalable/actions/btn-expand-symbolic.svg %%DATADIR%%/icons/hicolor/scalable/actions/toggle-sign-symbolic.svg %%DATADIR%%/images/splash.png share/icons/hicolor/16x16/apps/homebank.png