Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 13:11:03 +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: r428115 - head/finance/homebank
Message-ID:  <201612081311.uB8DB3pc060042@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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