Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2015 22:45:04 +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: r397027 - head/finance/homebank
Message-ID:  <201509152245.t8FMj4H7035718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Sep 15 22:45:03 2015
New Revision: 397027
URL: https://svnweb.freebsd.org/changeset/ports/397027

Log:
  Update to version 5.0.4
  
  Changelog:
   * change: win32: upgraded to gtk+ 3.16
   * change: amount toggle sign button changed from text button to entry icon
   * change: added/changed transaction are always showed by default filter
   * bugfix: #1492634 using memo filter does not list memos in split catagories
   * bugfix: #1475969 no help file. F1 does nothing. Windows 10
   * bugfix: #1473717 year on statistics is preset to 1900 instead
     of e.g. current year
   * bugfix: #1464961 inconsistency in internal xfer
   * bugfix: #1391506 win32: (gtk3.6.4 bug) Dropdown list appear
     on the wrong Screen (dualscreen)
   * wish  : #1469424 bank Account window should remember
     user column arrangement
   * wish  : #1338052 add option to show x days future ledger txn
   * wish  : #1330156 in the ledger, a way to identify graphically
     the past from the future.

Modified:
  head/finance/homebank/Makefile
  head/finance/homebank/distinfo
  head/finance/homebank/pkg-plist

Modified: head/finance/homebank/Makefile
==============================================================================
--- head/finance/homebank/Makefile	Tue Sep 15 21:24:42 2015	(r397026)
+++ head/finance/homebank/Makefile	Tue Sep 15 22:45:03 2015	(r397027)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	homebank
-PORTVERSION=	5.0.3
+PORTVERSION=	5.0.4
 CATEGORIES=	finance
 MASTER_SITES=	http://homebank.free.fr/public/
 

Modified: head/finance/homebank/distinfo
==============================================================================
--- head/finance/homebank/distinfo	Tue Sep 15 21:24:42 2015	(r397026)
+++ head/finance/homebank/distinfo	Tue Sep 15 22:45:03 2015	(r397027)
@@ -1,2 +1,2 @@
-SHA256 (homebank-5.0.3.tar.gz) = eac04a19f5d7644a5bf254a22f737d562b41503f280e339192f39745bf0d7839
-SIZE (homebank-5.0.3.tar.gz) = 2551525
+SHA256 (homebank-5.0.4.tar.gz) = d78ccbef2ac52bf30e0ded093ca7b5162405f0ada7e5853c63d2b025e098c978
+SIZE (homebank-5.0.4.tar.gz) = 2554916

Modified: head/finance/homebank/pkg-plist
==============================================================================
--- head/finance/homebank/pkg-plist	Tue Sep 15 21:24:42 2015	(r397026)
+++ head/finance/homebank/pkg-plist	Tue Sep 15 22:45:03 2015	(r397027)
@@ -219,6 +219,7 @@ 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/toggle-sign-symbolic.svg
 %%DATADIR%%/images/splash.png
 share/icons/hicolor/16x16/apps/homebank.png
 share/icons/hicolor/22x22/apps/homebank.png



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