Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8C5857A2B6 for ; Wed, 5 Apr 2017 16:45:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 03FD7855C8; Wed, 5 Apr 2017 16:45:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 88703855C0 for ; Wed, 5 Apr 2017 16:45:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id p4sMRDi-LKbN for ; Wed, 5 Apr 2017 16:45:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BAB5584CE1 for ; Wed, 5 Apr 2017 16:45:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B10E7FBE4; Wed, 5 Apr 2017 16:45:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491410747233060" MIME-Version: 1.0 Date: Wed, 5 Apr 2017 16:45:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/finance/gnucash To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170405164547.B10E7FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1491410747233060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 5 16:45:47 UTC 2017 Modified Files: pkgsrc/finance/gnucash: Makefile PLIST distinfo Log Message: Updated gnucash to 2.6.16. 2.6.16 - 26 March 2017 The following bugs are fixed: Bug 516920 - Calendar Pop up disappears of the left side. Bug 603379 - Prevent changing some Account Options if it has transactions Bug 670731 - Future Value not working with Loan Scheduled transaction Bug 739571 - Matching imported transactions doesn't indicate previously matched entries Bug 759934 - Tiny reports in HiDPI (workaround). Bug 766630 - gui dialog for sorting transactions to accounts after aqbanking import broken Bug 767032 - Bad invoices from importing "posted" needing currency conversion Only auto-post if the posted_to account name is valid, there's no currency conversion, or the invoice customer's currency matches the A/R account currency. Tell the user what happened with a dialog. Bug 773945 - Select Security Dialog Not User Friendly: Add a new namespace “ALL NON-CURRENCY” to the namespace (type) selector lists on the security picker and price editor which causes the commodity list to include all non-security commodities. Bug 776247 - PriceEditor thinks Currency XXX is an actual currency and tries to retrieve prices for it. Bug 776380 - Gross value of bills charged back instead of net value Bug 776494 - Wrong menu entry in Tip of the day Bug 776517 - Trial Balance Report: Total Debits Issue re $0 Commodity Accounts and Price Source Mode Set to "Nearest in Time" or "Most Recent" Bug 776564 - Creating a scheduled transaction from an existing transaction does not include the notes field. Bug 778208 - Scheduling 2nd, 3rd or 4th Wed doesn't seem to work. Bug 779217 - Transactions rounded to 5 decimal places when opening file. Bug 779411 - jqplot fixes for piechart and syntax error. Bug 777875 - Reports with charts are flickering in certain circumstances Bug 777949 - Accounts implicitly created in ledger attempt creation twice Other repairs not marked as bugs in git: Use "Billing Information" as in other biz modules Update local symbol for MUR. Online banking: Add output of bank messages that might occasionally be received. Allow only date entry for opening balances on new accounts. Enable taxinvoice to show net price: Add gncEntryGetNetPrice. Create an option in taxinvoice to either use gncEntryGetNetPrice or gncEntryGetPrice Make SQL full-DB sync safer and clean up automatically if it's interrupted by a system or network failure. Extend account color to all columns in the account hierarchy page Localize the word “CURRENCY” used in the commodity namespace selectors. The following translations have been updated: Catalan, Dutch, Finnish, German. Portuguese, Russian, Serbian. To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 pkgsrc/finance/gnucash/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/finance/gnucash/PLIST cvs rdiff -u -r1.80 -r1.81 pkgsrc/finance/gnucash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1491410747233060 Content-Disposition: inline Content-Length: 2529 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/gnucash/Makefile diff -u pkgsrc/finance/gnucash/Makefile:1.245 pkgsrc/finance/gnucash/Makefile:1.246 --- pkgsrc/finance/gnucash/Makefile:1.245 Tue Feb 28 15:20:03 2017 +++ pkgsrc/finance/gnucash/Makefile Wed Apr 5 16:45:47 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.245 2017/02/28 15:20:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.246 2017/04/05 16:45:47 wiz Exp $ -DISTNAME= gnucash-2.6.15 -PKGREVISION= 3 +DISTNAME= gnucash-2.6.16 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/finance/gnucash/PLIST diff -u pkgsrc/finance/gnucash/PLIST:1.62 pkgsrc/finance/gnucash/PLIST:1.63 --- pkgsrc/finance/gnucash/PLIST:1.62 Mon Dec 19 10:19:22 2016 +++ pkgsrc/finance/gnucash/PLIST Wed Apr 5 16:45:47 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.62 2016/12/19 10:19:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.63 2017/04/05 16:45:47 wiz Exp $ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper @@ -423,6 +423,7 @@ share/doc/gnucash/ChangeLog.2012 share/doc/gnucash/ChangeLog.2013 share/doc/gnucash/ChangeLog.2014 share/doc/gnucash/ChangeLog.2015 +share/doc/gnucash/ChangeLog.2016 share/doc/gnucash/DOCUMENTERS share/doc/gnucash/HACKING share/doc/gnucash/INSTALL Index: pkgsrc/finance/gnucash/distinfo diff -u pkgsrc/finance/gnucash/distinfo:1.80 pkgsrc/finance/gnucash/distinfo:1.81 --- pkgsrc/finance/gnucash/distinfo:1.80 Mon Dec 19 10:19:22 2016 +++ pkgsrc/finance/gnucash/distinfo Wed Apr 5 16:45:47 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.80 2016/12/19 10:19:22 wiz Exp $ +$NetBSD: distinfo,v 1.81 2017/04/05 16:45:47 wiz Exp $ -SHA1 (gnucash-2.6.15.tar.bz2) = 2d977a73b163b30c5e3b27d234d1d8521a035d26 -RMD160 (gnucash-2.6.15.tar.bz2) = 0d0a5eda703a3f92e471f3ad687ea76d9eab0871 -SHA512 (gnucash-2.6.15.tar.bz2) = 6ec0652565025ac8281152ed64f2f820ecdb17ead5f17738728e094d116e638a08af57a46c0d5b59679f30f142ce372a5f61bd164f68f6b608d09de37cec38c6 -Size (gnucash-2.6.15.tar.bz2) = 13406483 bytes +SHA1 (gnucash-2.6.16.tar.bz2) = 048fb703b0377f0d027391f4ec6840f8af96c098 +RMD160 (gnucash-2.6.16.tar.bz2) = d4d814061382c7f4961abfa3a83cf8df0972e361 +SHA512 (gnucash-2.6.16.tar.bz2) = ef390c6a3a92ad9b5b7a085806b68793edfe4056579bc777f15fe6875b6b8970d127ce8ed127aa5e3e9262ba459770d296e22dcece302ed03d384b2b1006b2de +Size (gnucash-2.6.16.tar.bz2) = 13447266 bytes SHA1 (patch-configure) = 9f11ae7a9d07f7fef3e05557a396ea8904be4854 SHA1 (patch-src_bin_gnucash-bin.c) = 68edf468f278faf324bbf5c5725b4954d23d8c19 --_----------=_1491410747233060--