diff options
author | shattered <shattered@pkgsrc.org> | 2011-05-16 21:29:04 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-05-16 21:29:04 +0000 |
commit | eeb657dc67cf897e91ca30138332e1a8023cbe52 (patch) | |
tree | 1301d54a39618b8e8a5bd1e8fc70d76932dc9756 /finance | |
parent | deb6a824fc90d1ddaea08d68865577bbcdfa2e34 (diff) | |
download | pkgsrc-eeb657dc67cf897e91ca30138332e1a8023cbe52.tar.gz |
Update to 1.0.5. Notable changes:
* Fixed the way to calculate balance variation for the linear regression
forecast method (backported from KDE4)
* Fixed a crash when a budget selected for a report is no longer present
* Don't allow import of investment transactions that don't have a share
amount. This used to end in a div by zero when calculating the price.
* Add all overdue schedules when calculating forecast
* Backported fix from Ian Neal to solve problems when opening the ledger
with specific scheduled transactions
* Fixed loop in payments of the home page when a schedule is set to
end by date
* Improved anonymizer
* Fixed transaction loader for XML file
* Don't preset date in currency calculator to today in all cases
Diffstat (limited to 'finance')
-rw-r--r-- | finance/kmymoney2/Makefile | 5 | ||||
-rw-r--r-- | finance/kmymoney2/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index c897ad8802b..f42daa6b3ff 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2011/04/22 13:43:31 obache Exp $ +# $NetBSD: Makefile,v 1.50 2011/05/16 21:29:04 shattered Exp $ -DISTNAME= kmymoney2-1.0.3 -PKGREVISION= 4 +DISTNAME= kmymoney2-1.0.5 CATEGORIES= finance kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmymoney2/} EXTRACT_SUFX= .tar.bz2 diff --git a/finance/kmymoney2/distinfo b/finance/kmymoney2/distinfo index 1cfd94b1492..399a2c6b5b0 100644 --- a/finance/kmymoney2/distinfo +++ b/finance/kmymoney2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2010/03/16 09:17:38 wiz Exp $ +$NetBSD: distinfo,v 1.12 2011/05/16 21:29:04 shattered Exp $ -SHA1 (kmymoney2-1.0.3.tar.bz2) = d22bc739576d7c32165afb7c4d77d5b9c4f7f253 -RMD160 (kmymoney2-1.0.3.tar.bz2) = 7dcac5a03b2b22813bffe50f1c5e7639420e1247 -Size (kmymoney2-1.0.3.tar.bz2) = 12245425 bytes +SHA1 (kmymoney2-1.0.5.tar.bz2) = dc496bb95353f0254125faa1de37b1431af06f1e +RMD160 (kmymoney2-1.0.5.tar.bz2) = 14a468b54335bd753cae0bc531ca648275cd1bfd +Size (kmymoney2-1.0.5.tar.bz2) = 11042115 bytes SHA1 (patch-aa) = 742f6b67c3f9de966f0441c5c5dd16fd8fcc28e3 SHA1 (patch-ab) = b5c39f7e35b70304abfc2f8c9a9d438031e16631 SHA1 (patch-ad) = a9c0796d239fa3143018bd6ed1f2d568acf219ec |