svn commit: r418995 - head/finance/homebank

Pawel Pekala pawel at FreeBSD.org
Sun Jul 24 09:38:57 UTC 2016


Author: pawel
Date: Sun Jul 24 09:38:56 2016
New Revision: 418995
URL: https://svnweb.freebsd.org/changeset/ports/418995

Log:
  Update to version 5.0.9
  
  * wish  : #1507253 template at top into txn dialog
  * wish  : #1429411 reconcile etc. could be a linked set of toggle buttons
  * wish  : #532564  clean feature to delete unused payees/categories
  * bugfix: #1602835 filter by status in the ledger
  * bugfix: #1594152 zillion questions importing from QIF file
  * bugfix: #1583406 changes in settings -> format-> numbers
            options is never saved
  * bugfix: #1562372 statistics filtered on category with
            split display wrong results
  * bugfix: #1535483 importing cvs file silently skips a line!

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

Modified: head/finance/homebank/Makefile
==============================================================================
--- head/finance/homebank/Makefile	Sun Jul 24 09:38:09 2016	(r418994)
+++ head/finance/homebank/Makefile	Sun Jul 24 09:38:56 2016	(r418995)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	homebank
-PORTVERSION=	5.0.8
+PORTVERSION=	5.0.9
 CATEGORIES=	finance
 MASTER_SITES=	http://homebank.free.fr/public/
 
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libosp.so:textproc/opensp
 GNU_CONFIGURE=	yes
 USES=		desktop-file-utils gettext gmake localbase pkgconfig \
 		shared-mime-info
-USE_GNOME=	gtk30 intltool
+USE_GNOME=	cairo gtk30 intltool
 INSTALLS_ICONS=	yes
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README

Modified: head/finance/homebank/distinfo
==============================================================================
--- head/finance/homebank/distinfo	Sun Jul 24 09:38:09 2016	(r418994)
+++ head/finance/homebank/distinfo	Sun Jul 24 09:38:56 2016	(r418995)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464102689
-SHA256 (homebank-5.0.8.tar.gz) = 9bdf10b0d94c92d5216462fb110bba34cd2a1b01d38d2c6b629db81a0513a310
-SIZE (homebank-5.0.8.tar.gz) = 2603678
+TIMESTAMP = 1469350083
+SHA256 (homebank-5.0.9.tar.gz) = a8409437035682148f742d7f1a0376a8fe661cef77ad959f218e7e8df10f6c03
+SIZE (homebank-5.0.9.tar.gz) = 2734372

Modified: head/finance/homebank/pkg-plist
==============================================================================
--- head/finance/homebank/pkg-plist	Sun Jul 24 09:38:09 2016	(r418994)
+++ head/finance/homebank/pkg-plist	Sun Jul 24 09:38:56 2016	(r418995)
@@ -79,6 +79,7 @@ share/applications/homebank.desktop
 %%DATADIR%%/help/images/dlg-split1.png
 %%DATADIR%%/help/images/dlg-template1.png
 %%DATADIR%%/help/images/dlg-transaction1.png
+%%DATADIR%%/help/images/dlg-transaction2.png
 %%DATADIR%%/help/images/dlg-txnmultiple.png
 %%DATADIR%%/help/images/dlg-xferselection.png
 %%DATADIR%%/help/images/doc_balance.png
@@ -250,18 +251,24 @@ share/locale/eu/LC_MESSAGES/homebank.mo
 share/locale/fa/LC_MESSAGES/homebank.mo
 share/locale/fi/LC_MESSAGES/homebank.mo
 share/locale/fr/LC_MESSAGES/homebank.mo
+share/locale/ga/LC_MESSAGES/homebank.mo
 share/locale/gl/LC_MESSAGES/homebank.mo
+share/locale/gu/LC_MESSAGES/homebank.mo
 share/locale/he/LC_MESSAGES/homebank.mo
 share/locale/hr/LC_MESSAGES/homebank.mo
+share/locale/ht/LC_MESSAGES/homebank.mo
 share/locale/hu/LC_MESSAGES/homebank.mo
+share/locale/ia/LC_MESSAGES/homebank.mo
 share/locale/id/LC_MESSAGES/homebank.mo
 share/locale/is/LC_MESSAGES/homebank.mo
 share/locale/it/LC_MESSAGES/homebank.mo
 share/locale/ja/LC_MESSAGES/homebank.mo
 share/locale/ka/LC_MESSAGES/homebank.mo
+share/locale/kn/LC_MESSAGES/homebank.mo
 share/locale/ko/LC_MESSAGES/homebank.mo
 share/locale/lt/LC_MESSAGES/homebank.mo
 share/locale/lv/LC_MESSAGES/homebank.mo
+share/locale/ml/LC_MESSAGES/homebank.mo
 share/locale/mr/LC_MESSAGES/homebank.mo
 share/locale/ms/LC_MESSAGES/homebank.mo
 share/locale/nb/LC_MESSAGES/homebank.mo
@@ -279,6 +286,8 @@ share/locale/sk/LC_MESSAGES/homebank.mo
 share/locale/sl/LC_MESSAGES/homebank.mo
 share/locale/sr/LC_MESSAGES/homebank.mo
 share/locale/sv/LC_MESSAGES/homebank.mo
+share/locale/ta/LC_MESSAGES/homebank.mo
+share/locale/th/LC_MESSAGES/homebank.mo
 share/locale/tr/LC_MESSAGES/homebank.mo
 share/locale/uk/LC_MESSAGES/homebank.mo
 share/locale/vi/LC_MESSAGES/homebank.mo


More information about the svn-ports-head mailing list