Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0509FA40B9 for ; Thu, 2 Jan 2014 18:26:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 711C914A18C; Thu, 2 Jan 2014 18:26:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E88914A174 for ; Thu, 2 Jan 2014 18:26:37 +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 SUsbvtpNmU93 for ; Thu, 2 Jan 2014 18:26:36 +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 9E21D14A16D for ; Thu, 2 Jan 2014 18:26:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9BE7A96; Thu, 2 Jan 2014 18:26:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 2 Jan 2014 18:26:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/doxygen To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140102182636.9BE7A96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu Jan 2 18:26:36 UTC 2014 Modified Files: pkgsrc/devel/doxygen: Makefile PLIST distinfo pkgsrc/devel/doxygen/patches: patch-ab patch-af Log Message: Update to 1.8.6: Highlights of Doxygen 1.8.6: * When "using namespace" is used, a static member function in C++ is now recognized correctly; * The install now prepends a slash to the installation path Removed superfluous; * The HTML links in the RTF output are no longer broken; * Indexing and searching can now treat non-ASCII identifiers; * The RPM build via the spec file no longer fails; * A Doxygen crash that occurred when a new-line is missing in a snippet has been fixed. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/doxygen/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/doxygen/PLIST cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/doxygen/distinfo cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/doxygen/patches/patch-ab cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/doxygen/patches/patch-af Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.