Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 435FAA567D for ; Tue, 27 Jan 2015 13:49:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D7B2514A223; Tue, 27 Jan 2015 13:49:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0A2514A1C6 for ; Tue, 27 Jan 2015 13:49:13 +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 yN71Si9mOndP for ; Tue, 27 Jan 2015 13:49:13 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 25C0314A15D for ; Tue, 27 Jan 2015 13:49:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1994E98; Tue, 27 Jan 2015 13:49:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 27 Jan 2015 13:49:13 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/doxygen To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150127134913.1994E98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Tue Jan 27 13:49:13 UTC 2015 Modified Files: pkgsrc/devel/doxygen: Makefile PLIST distinfo Log Message: Update to Release 1.8.9.1 (release date 04-01-2015) - Fixed a couple of cases where sharing string data could lead to corruption [view] - Various VHDL related fixes [view] - Bug 742151 - Bogus warning: citelist: Unexpected new line character [view] - Bug 742230 - @todo paragraphs incorrectly placed in rtf output [view] - Bug 742235 - Bogus message with addtogroup [view] - Documentation HTML Header, Footer, and Stylesheet changes [view] - Documenting RESULT variable of Fortran FUNCTION [view] - Fix potential null pointer dereference in src/context.cpp [view] - Fixed compilation issue on Windows [view] - Fortran FUNCTION source code [view] - Fortran: code color GOTO as flow keyword. [view] - Help message regarding layout file [view] - Remove unused local and static global variables [view] - Suggestion to use stripPrefix has been implemented for RESULT. For consistency also implemented for arguments. [view] - Switched back to version 6.2 of JavaCC for VHDL parser generation. [view] To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 pkgsrc/devel/doxygen/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/doxygen/PLIST cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/doxygen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.