diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-12 10:33:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-12 10:33:45 +0000 |
commit | 8cf574022bc0c1e741243211fa470d7ce87059e9 (patch) | |
tree | e03982efffeb9c4cbdb7ffac9ea65d98302ca242 /finance | |
parent | 462bec2e29fffeadefd0e2d440584f5cbcf62b7c (diff) | |
download | pkgsrc-8cf574022bc0c1e741243211fa470d7ce87059e9.tar.gz |
Update gnucash to 2.6.11:
Between 2.6.10 and 2.6.11, the following bugfixes were accomplished:
Bug 680104 - Scheduled Tranaction formula not calculated when variables are mixed with constants.
Bug 756335 - When importing, date selection causes exit crash.
Bug 759570 - Postponing a repeating SX skips over the instance.
Bug 759674 - GNUCash crashes when importing invoices or bills with delimited import.
Bug 759859 - Reconcilation does not convert transactions' currency to the main one making reconcilation impossible.
Bug 760052 - missing flag translatable in Custom Report.
Bug 760079 - Translations comments: Remove translatable flag from placeholder labels in dialog date-close.
Bug 760398 - Cancelling the creation of a duplicate bill or invoice doesn't reset the invoice number counter
Some other fixes not associated with reported bugs:
Add Account.AssignLots to python bindings.
Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options.
Minor improvement to information provided about TXF categories in the Income Tax Information dialog under Edit->Tax Report Options.
Translations Updated: German.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 5 | ||||
-rw-r--r-- | finance/gnucash/PLIST | 6 | ||||
-rw-r--r-- | finance/gnucash/distinfo | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 7631d68dbaa..4bd1c5550db 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.225 2016/01/06 10:46:51 adam Exp $ +# $NetBSD: Makefile,v 1.226 2016/01/12 10:33:45 wiz Exp $ -DISTNAME= gnucash-2.6.10 -PKGREVISION= 1 +DISTNAME= gnucash-2.6.11 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} EXTRACT_SUFX= .tar.bz2 diff --git a/finance/gnucash/PLIST b/finance/gnucash/PLIST index 166a3f84271..76fb9ab0acb 100644 --- a/finance/gnucash/PLIST +++ b/finance/gnucash/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.57 2015/12/27 22:16:52 wiz Exp $ +@comment $NetBSD: PLIST,v 1.58 2016/01/12 10:33:45 wiz Exp $ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper @@ -406,6 +406,10 @@ share/applications/gnucash.desktop share/doc/gnucash/AUTHORS share/doc/gnucash/COPYING share/doc/gnucash/ChangeLog +share/doc/gnucash/ChangeLog.1999 +share/doc/gnucash/ChangeLog.2000 +share/doc/gnucash/ChangeLog.2001 +share/doc/gnucash/ChangeLog.2002 share/doc/gnucash/ChangeLog.2003 share/doc/gnucash/ChangeLog.2004 share/doc/gnucash/ChangeLog.2005 diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 42ddb805371..57276c3b1b2 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.74 2015/12/27 22:16:52 wiz Exp $ +$NetBSD: distinfo,v 1.75 2016/01/12 10:33:45 wiz Exp $ -SHA1 (gnucash-2.6.10.tar.bz2) = 09c3eadde1f02056f0d41aee566c9d0cc05a8e6a -RMD160 (gnucash-2.6.10.tar.bz2) = fa458f90fd7d7db757ba4be4f44a9a4ac8a3b17e -SHA512 (gnucash-2.6.10.tar.bz2) = b7de3cbffef3ee58f66104a097b91b946fa32c65200f2d7e2995296f034a9c9461c86b1ea2cda685df05e00a65cba4b40184b60842be94f562583a62b2120be0 -Size (gnucash-2.6.10.tar.bz2) = 13513267 bytes +SHA1 (gnucash-2.6.11.tar.bz2) = 40d0fb36112b21b3749552b0811c461b1467923a +RMD160 (gnucash-2.6.11.tar.bz2) = b137950f9a0849db880b0a0544919212e1d0c6ec +SHA512 (gnucash-2.6.11.tar.bz2) = f3708018f85d17377e11ce55452be7cedd6041da12f66e00047e3cdafb0190da850eb4cbb5699f01cbd79c540af7ef75b44b93c2d5929e13c2a47484741e6a7e +Size (gnucash-2.6.11.tar.bz2) = 13626927 bytes SHA1 (patch-src_bin_gnucash-bin.c) = 68edf468f278faf324bbf5c5725b4954d23d8c19 |