Received: by mail.netbsd.org (Postfix, from userid 605) id 53CCF84D9F; Tue, 1 Jan 2019 11:22:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D41EC84CEE for ; Tue, 1 Jan 2019 11:22:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ahn0N3ocl0kt for ; Tue, 1 Jan 2019 11:22:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5822084CD5 for ; Tue, 1 Jan 2019 11:22:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4CAC8FB16; Tue, 1 Jan 2019 11:22:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154634172286930" MIME-Version: 1.0 Date: Tue, 1 Jan 2019 11:22:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/finance/gnucash-docs To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190101112202.4CAC8FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154634172286930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jan 1 11:22:02 UTC 2019 Modified Files: pkgsrc/finance/gnucash-docs: Makefile distinfo Log Message: gnucash-docs: update to 3.4. 3.4 - 30 December 2018 o Convert help documents to use XInclude instead of SYSTEM entities o Convert Guide and its translations to use XInclude instead of SYSTEM entities o Drop old DocBook xsl 1.75.2 stylesheet o Base gnucash custom style sheet on DocBook xsl 1.79.2 o Add DocBook xsl v1.79.2 o Extract common entity declarations into a custom DTD This custom DTD is based on the DocBook V4.5 DTD and is intended to be used by all our documentation xml files. o Update to DocBook XML spec 4.5 To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/finance/gnucash-docs/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/finance/gnucash-docs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154634172286930 Content-Disposition: inline Content-Length: 1706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/gnucash-docs/Makefile diff -u pkgsrc/finance/gnucash-docs/Makefile:1.40 pkgsrc/finance/gnucash-docs/Makefile:1.41 --- pkgsrc/finance/gnucash-docs/Makefile:1.40 Wed Oct 17 15:32:53 2018 +++ pkgsrc/finance/gnucash-docs/Makefile Tue Jan 1 11:22:02 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2018/10/17 15:32:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.41 2019/01/01 11:22:02 wiz Exp $ -DISTNAME= gnucash-docs-3.3 +DISTNAME= gnucash-docs-3.4 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} Index: pkgsrc/finance/gnucash-docs/distinfo diff -u pkgsrc/finance/gnucash-docs/distinfo:1.22 pkgsrc/finance/gnucash-docs/distinfo:1.23 --- pkgsrc/finance/gnucash-docs/distinfo:1.22 Wed Oct 17 15:32:53 2018 +++ pkgsrc/finance/gnucash-docs/distinfo Tue Jan 1 11:22:02 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2018/10/17 15:32:53 bsiegert Exp $ +$NetBSD: distinfo,v 1.23 2019/01/01 11:22:02 wiz Exp $ -SHA1 (gnucash-docs-3.3.tar.gz) = 14470074dd109da872a00e781faa3029b4bc7537 -RMD160 (gnucash-docs-3.3.tar.gz) = b8f93d6a5e3545551fdb3c4f4a54a92cce6be01b -SHA512 (gnucash-docs-3.3.tar.gz) = 56f65b118feb97a67db7b0d64809e328fe1fc2ced8f1dbe4d776b700437ba998560d45203282408d3ac5c0d1cc860fb0d962eddc7a1d480b3f1de324e24bc472 -Size (gnucash-docs-3.3.tar.gz) = 92348594 bytes +SHA1 (gnucash-docs-3.4.tar.gz) = 1a77afd3c782f59424c89fc1737ad535eee210ce +RMD160 (gnucash-docs-3.4.tar.gz) = e76ea85a458dad81c30dcdc2225bdeac6fde9811 +SHA512 (gnucash-docs-3.4.tar.gz) = 6c4a65eb2e5b6deb95d3aec1ffb1b2053e41bb94c2dada9b5894d83495454aa705bc1a27ba8a44b4d90e4190b7d30c3f939e44075f86b8c6f6a1c5c6647d6002 +Size (gnucash-docs-3.4.tar.gz) = 92698625 bytes --_----------=_154634172286930--