diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 18:57:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 18:57:27 +0000 |
commit | 041fbdb00925f6ec19b5551ac1570427f5496a9b (patch) | |
tree | 7ac22b284c5f47f7f1b446edcf067220a2f874d6 /finance/gnucash | |
parent | a9dccaa4534e7530f837f8f7f56d89daa2ed4c47 (diff) | |
download | pkgsrc-041fbdb00925f6ec19b5551ac1570427f5496a9b.tar.gz |
Update to 2.6.1:
2.6.1 - 1 January 2014
The GnuCash development team proudly announces GnuCash 2.6.1,
the latest stable release of the GnuCash Free Accounting
Software.
This is a maintenance release; there are no new features, but
Mike Alexander has extensively reworked the Advanced Portfolio
Report.
Bugs Fixed:
454827 - Reports: Incorrect share value of stocks in foreign currency
553020 - Reports: Incorrect share value of stocks in foreign currency
555182 - Security Type template hidden
605991 - Help button on New and Edit Job dialogs brings up wrong
help page.
677489 - Critical error reported when initializing an Invoice
721211 - Reconciliation checkboxes fail to sync for split
transactions across sub-accounts
721251 - Incorrect Transaction Dates
721260 - Crash on startup: gnucash cannot handle default locale
721290 - SX Editor: Pressing "Enter" too soon hides transaction
721306 - Account hierarchy column widths are reset when restarting
a second time without changing the widths
721447 - Entries with values of ,50 are imported as ,51
721464 - Program won’t open the website link
721576 - Gnucash can not work with files, that have russian symbols
in path.
721600 - Segmentation fault on startup if report Income/Expense Chart
was opened since last running
721607 - fix GnuCash version numbers and remove/update links.
721667 - Accelerator key map loaded from one file and saved
721770 - "Choose accounts to create" has no effect
721791 - Segmentation fault when correcting invalid date
721825 - Online prices displayed as unreadable fractions in 2.6.0
721913 - Fetch Rate crashes application
721929 - Importing a customer list causes a crash.
721954 - Multiple Scheduled Transaction Editors
721966 - --add-price-quotes ignoring compress files preference
722035 - Missing space in the Spanish translation of msgid "Total For "
722123 - Zero price entry added to price database on stock purchase
Translations updated: Catalan, Danish, German, Italian
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 8 | ||||
-rw-r--r-- | finance/gnucash/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index cdb814dd1b1..5531533a945 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.193 2014/01/26 16:29:40 wiz Exp $ +# $NetBSD: Makefile,v 1.194 2014/01/27 18:57:27 wiz Exp $ -DISTNAME= gnucash-2.6.0 -PKGREVISION= 1 +DISTNAME= gnucash-2.6.1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} EXTRACT_SUFX= .tar.bz2 @@ -33,6 +32,8 @@ REPLACE_PERL+= packaging/win32/exetype.pl REPLACE_PERL+= src/backend/xml/test/grab-types.pl REPLACE_PERL+= src/quotes/Quote_example.pl +REPLACE_PYTHON+= src/python/pycons/*.py src/python/pycons/pycons + PY_PATCHPLIST= yes PKG_SYSCONFSUBDIR= gnucash @@ -46,6 +47,7 @@ INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/gnucash .include "../../finance/libofx/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" +.include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../misc/goffice0.8/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index e4d9d717ae9..ddf13d10411 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.60 2014/01/02 01:25:49 ryoon Exp $ +$NetBSD: distinfo,v 1.61 2014/01/27 18:57:27 wiz Exp $ -SHA1 (gnucash-2.6.0.tar.bz2) = 9715468bbe9e4cef6559bfa9825d51ac10d6ff84 -RMD160 (gnucash-2.6.0.tar.bz2) = 157279328ed614fa9ee020348525c3b210881007 -Size (gnucash-2.6.0.tar.bz2) = 10691364 bytes +SHA1 (gnucash-2.6.1.tar.bz2) = 726ee08e95206ec3746a92efaa5281f27d6eacc8 +RMD160 (gnucash-2.6.1.tar.bz2) = e9c8e6bace9a41195d2fdfc323dcd089d5cc09f5 +Size (gnucash-2.6.1.tar.bz2) = 10944714 bytes SHA1 (patch-src_scm_price-quotes.scm) = 59273628b7271ed639a97636b76958baa45ef104 |