Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 18:04:28 +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: r424193 - head/finance/homebank
Message-ID:  <201610181804.u9II4Sjl010894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Oct 18 18:04:28 2016
New Revision: 424193
URL: https://svnweb.freebsd.org/changeset/ports/424193

Log:
  - Update to version 5.1
  - Add LICENSE_FILE
  
  Changelog:
   * change: xhb data file format (v1.2)
   * change: internal storage of txn into accounts
   * change: transaction dialog, changed the layout
   * change: template/scheduled dialog, changed the layout
   * change: register, refactored toolbar grouping single and multiple actions
   * change: listview, removed deprecated rule hint (alternate row color)
   * change: listview, added line grid (new GTK+ option)
   * change: preferences, reworked layout
   * wish  : #1610672 multiple edit should allow clearing fields
   * wish  : #1608025 revert prefill with shift/ctrl clicked txn
             when multiple edit
   * wish  : #1500235 automatic assignments based on regular expressions
   * wish  : #1500220 allow auto assignments to overwrite payee
   * wish  : #1484449 warn when amount sign and category don't match
   * wish  : #1448613 display full category name in autocompletion
   * wish  : #1424365 separe scheduled transaction from template transaction
   * wish  : #1242312 category split for template/scheduled transaction
   * wish  : #1102981 add comment bloc for accounts
   * wish  : #1094528 auto-assign Payment
   * wish  : #844576  payee default category and payment type
   * wish  : #552565  multiple currency accounting
   * bugfix: #1631888 amount input limited to -/+ 2,147,483,647
   * bugfix: #1628664 internal xfer assign to existing txn no longer work
   * bugfix: #1625913 category with 0 budget should display 'over'
   * bugfix: #1615245 dst_account remains into file for non intxfer

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

Modified: head/finance/homebank/Makefile
==============================================================================
--- head/finance/homebank/Makefile	Tue Oct 18 18:02:48 2016	(r424192)
+++ head/finance/homebank/Makefile	Tue Oct 18 18:04:28 2016	(r424193)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	homebank
-PORTVERSION=	5.0.9
-PORTREVISION=	1
+PORTVERSION=	5.1
 CATEGORIES=	finance
 MASTER_SITES=	http://homebank.free.fr/public/
 
@@ -10,8 +9,10 @@ MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Free, easy, personal accounting for everyone
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libosp.so:textproc/opensp
+LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
+		libosp.so:textproc/opensp
 
 GNU_CONFIGURE=	yes
 USES=		desktop-file-utils gettext gmake localbase pkgconfig \

Modified: head/finance/homebank/distinfo
==============================================================================
--- head/finance/homebank/distinfo	Tue Oct 18 18:02:48 2016	(r424192)
+++ head/finance/homebank/distinfo	Tue Oct 18 18:04:28 2016	(r424193)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1469350083
-SHA256 (homebank-5.0.9.tar.gz) = a8409437035682148f742d7f1a0376a8fe661cef77ad959f218e7e8df10f6c03
-SIZE (homebank-5.0.9.tar.gz) = 2734372
+TIMESTAMP = 1476717901
+SHA256 (homebank-5.1.tar.gz) = 5b689aecaf9abddd8fbcee043f9815e26ad98f585d63a1db8d4469493c32e7d9
+SIZE (homebank-5.1.tar.gz) = 2684031

Modified: head/finance/homebank/pkg-plist
==============================================================================
--- head/finance/homebank/pkg-plist	Tue Oct 18 18:02:48 2016	(r424192)
+++ head/finance/homebank/pkg-plist	Tue Oct 18 18:04:28 2016	(r424193)
@@ -21,6 +21,7 @@ share/applications/homebank.desktop
 %%DATADIR%%/help/dlg-assi.html
 %%DATADIR%%/help/dlg-bud1.html
 %%DATADIR%%/help/dlg-cate.html
+%%DATADIR%%/help/dlg-curr.html
 %%DATADIR%%/help/dlg-filt.html
 %%DATADIR%%/help/dlg-mult.html
 %%DATADIR%%/help/dlg-paye.html
@@ -61,6 +62,7 @@ share/applications/homebank.desktop
 %%DATADIR%%/help/images/dlg-assign1.png
 %%DATADIR%%/help/images/dlg-budget1.png
 %%DATADIR%%/help/images/dlg-category1.png
+%%DATADIR%%/help/images/dlg-currencies1.png
 %%DATADIR%%/help/images/dlg-filter1.png
 %%DATADIR%%/help/images/dlg-filter2.png
 %%DATADIR%%/help/images/dlg-filter3.png
@@ -68,6 +70,7 @@ share/applications/homebank.desktop
 %%DATADIR%%/help/images/dlg-filter5.png
 %%DATADIR%%/help/images/dlg-filter6.png
 %%DATADIR%%/help/images/dlg-payee1.png
+%%DATADIR%%/help/images/dlg-payee2.png
 %%DATADIR%%/help/images/dlg-prefs1.png
 %%DATADIR%%/help/images/dlg-prefs2.png
 %%DATADIR%%/help/images/dlg-prefs3.png
@@ -109,6 +112,7 @@ 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
@@ -124,6 +128,7 @@ 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
@@ -186,6 +191,7 @@ share/applications/homebank.desktop
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-assign.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-budget.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-category.png
+%%DATADIR%%/icons/hicolor/24x24/actions/hb-currency.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-file-export.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-file-import.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-file-invalid.png
@@ -251,24 +257,18 @@ 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
@@ -286,8 +286,6 @@ 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



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