Date: Fri, 11 Nov 2016 17:56:40 +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: r425897 - head/finance/homebank Message-ID: <201611111756.uABHueQH056535@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri Nov 11 17:56:40 2016 New Revision: 425897 URL: https://svnweb.freebsd.org/changeset/ports/425897 Log: Update to version 5.1.1 Changelog: * wish : #1634615 get currency format from system again * wish : #1634182 template chooser popover could be wider by default * wish : #1629647 'Multiple Edit' to include account * bugfix: #1638035 moving txn between account hide it into destination * bugfix: #1637805 overwrite assignment doesnt work * bugfix: #1635857 balance report crash when no selection in main window * bugfix: #1635260 win: missing .dll for windows 7, vista, XP * bugfix: #1635053 must enter Payment method twice in Add Transaction dialog * bugfix: #1633915 win: libgnutls-30.dll missing XP, Vista, 7 * bugfix: #1633895 manage assignment display some payee instead of category Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo head/finance/homebank/pkg-plist Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Fri Nov 11 17:26:49 2016 (r425896) +++ head/finance/homebank/Makefile Fri Nov 11 17:56:40 2016 (r425897) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1 +PORTVERSION= 5.1.1 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Fri Nov 11 17:26:49 2016 (r425896) +++ head/finance/homebank/distinfo Fri Nov 11 17:56:40 2016 (r425897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476717901 -SHA256 (homebank-5.1.tar.gz) = 5b689aecaf9abddd8fbcee043f9815e26ad98f585d63a1db8d4469493c32e7d9 -SIZE (homebank-5.1.tar.gz) = 2684031 +TIMESTAMP = 1478864317 +SHA256 (homebank-5.1.1.tar.gz) = 9cd36ddc6931fd95ef5bcc6a723b3df0651b32e19465570d223c21ac1d5aa4bd +SIZE (homebank-5.1.1.tar.gz) = 2675174 Modified: head/finance/homebank/pkg-plist ============================================================================== --- head/finance/homebank/pkg-plist Fri Nov 11 17:26:49 2016 (r425896) +++ head/finance/homebank/pkg-plist Fri Nov 11 17:56:40 2016 (r425897) @@ -265,7 +265,6 @@ 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/ko/LC_MESSAGES/homebank.mo share/locale/lt/LC_MESSAGES/homebank.mo share/locale/lv/LC_MESSAGES/homebank.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611111756.uABHueQH056535>