Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2018 20:21:53 +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: r458694 - head/finance/homebank
Message-ID:  <201801102021.w0AKLrH5099391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Jan 10 20:21:53 2018
New Revision: 458694
URL: https://svnweb.freebsd.org/changeset/ports/458694

Log:
  Update to version 5.1.7
  
  Changelog:
  * new   : added an icon for closed accounts
  * new   : rewritten partially the charts and removed the treeview for legend
  * new   : chart line have now a vertical line on active item
  * new   : chart now display the 0 scale text
  * new   : rewritten the dateentry widget to use a popover
  * new   : reports enable to copy to clipboard in addition to export as CSV
  * change: chart bar/line now span automatically
  * change: chart donut hole do not trigger overlay anymore
  * change: preferences, txn column list removed, as there is a now a context menu
  * change: top spending is now display top 10 items
  * change: fixer.io is now used to get currencies exchange rate (replace yahoo)
  * change: changes and new entries into the help menu
  * wish  : #1741339 transaction quicksearch into amounts
  * wish  : #1709374 enable to export detail list from reports
  * wish  : #1697241 allow custom currencies for cryptocurrency and discontinued
  * wish  : #1674018 usability and UX improvements for the reports dialog's toolbars
  * wish  : #1661986 separate view of out of budget categories in budget report
  * wish  : #1656589 add highlighting on legend text for report graph
  * wish  : #300380 beta: add pdf export for transaction (in testing menu)
  * bugfix: chart x-scale labels were sometime overriding each others
  * bugfix: balance report: overdrawn was not displayed if the threshold was 0
  * bugfix: balance report: the amount scale was faulty offset to left at first draw
  * bugfix: budget report: chart bar was not showing over state
  * bugfix: report: fixed a bad empty detail list problem
  * bugfix: fixed some minor memory leak
  * bugfix: #1734449 date range in Trend Time Report
  * bugfix: #1734210 date/calendar popup registers keyboard bindings (Gnome asks)
  * bugfix: #1730527 currencies update fail due to yahoo discontinued service
  * bugfix: #1721980 group internal xfer when sort by payee
  * bugfix: #1720377 title bar close do not backup a new file
  * bugfix: #1688744 euro minor converts Euro to Euro wrong

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 10 20:12:46 2018	(r458693)
+++ head/finance/homebank/Makefile	Wed Jan 10 20:21:53 2018	(r458694)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	homebank
-PORTVERSION=	5.1.6
+PORTVERSION=	5.1.7
 CATEGORIES=	finance
 MASTER_SITES=	http://homebank.free.fr/public/
 

Modified: head/finance/homebank/distinfo
==============================================================================
--- head/finance/homebank/distinfo	Wed Jan 10 20:12:46 2018	(r458693)
+++ head/finance/homebank/distinfo	Wed Jan 10 20:21:53 2018	(r458694)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505503043
-SHA256 (homebank-5.1.6.tar.gz) = 2861e11590a00f5cbc505293821cb8caeabb74c26babe8a6a9d728f3404290e0
-SIZE (homebank-5.1.6.tar.gz) = 2701911
+TIMESTAMP = 1515613784
+SHA256 (homebank-5.1.7.tar.gz) = 579e53c00764b78d79e8e388b9202c760a9c9efdaca83b32d948f92e0dfa5fa7
+SIZE (homebank-5.1.7.tar.gz) = 2730934

Modified: head/finance/homebank/pkg-plist
==============================================================================
--- head/finance/homebank/pkg-plist	Wed Jan 10 20:12:46 2018	(r458693)
+++ head/finance/homebank/pkg-plist	Wed Jan 10 20:21:53 2018	(r458694)
@@ -2,6 +2,7 @@ bin/homebank
 share/appdata/homebank.appdata.xml
 share/application-registry/homebank.applications
 share/applications/homebank.desktop
+%%DATADIR%%/datas/ChangeLog
 %%DATADIR%%/datas/example.xhb
 %%DATADIR%%/datas/hb-categories-de.csv
 %%DATADIR%%/datas/hb-categories-en.csv
@@ -57,6 +58,8 @@ share/applications/homebank.desktop
 %%DATADIR%%/help/images/8.png
 %%DATADIR%%/help/images/9.png
 %%DATADIR%%/help/images/arrow.png
+%%DATADIR%%/help/images/d-info.png
+%%DATADIR%%/help/images/d-warn.png
 %%DATADIR%%/help/images/dlg-account1.png
 %%DATADIR%%/help/images/dlg-account2.png
 %%DATADIR%%/help/images/dlg-assign1.png
@@ -128,7 +131,6 @@ share/applications/homebank.desktop
 %%DATADIR%%/help/images/use-vehiclecost1.png
 %%DATADIR%%/help/images/use-vehiclecost2.png
 %%DATADIR%%/help/images/use-vehiclecost3.png
-%%DATADIR%%/help/images/warn.png
 %%DATADIR%%/help/images/web_title.png
 %%DATADIR%%/help/images/win-account1.png
 %%DATADIR%%/help/images/win-balance1.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801102021.w0AKLrH5099391>