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]
This commit is contained in:
parent
40b3473cf8
commit
10e719d636
3 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.117 2015/01/27 06:13:08 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.118 2015/01/27 13:49:12 mef Exp $
|
||||
|
||||
DISTNAME= doxygen-1.8.9.src
|
||||
DISTNAME= doxygen-1.8.9.1.src
|
||||
PKGNAME= ${DISTNAME:S/.src//}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.38 2015/01/27 06:13:08 mef Exp $
|
||||
@comment $NetBSD: PLIST,v 1.39 2015/01/27 13:49:12 mef Exp $
|
||||
bin/doxygen
|
||||
man/man1/doxygen.1
|
||||
${PLIST.latex}share/doc/doxygen/doxygen_manual.pdf
|
||||
|
@ -634,7 +634,6 @@ ${PLIST.latex}share/doc/doxygen/examples/manual/html/functions_func.html
|
|||
${PLIST.latex}share/doc/doxygen/examples/manual/html/functions_vars.html
|
||||
${PLIST.latex}share/doc/doxygen/examples/manual/html/globals.html
|
||||
${PLIST.latex}share/doc/doxygen/examples/manual/html/globals_func.html
|
||||
${PLIST.latex}share/doc/doxygen/examples/manual/html/globals_vars.html
|
||||
${PLIST.latex}share/doc/doxygen/examples/manual/html/hierarchy.html
|
||||
${PLIST.latex}share/doc/doxygen/examples/manual/html/index.html
|
||||
${PLIST.latex}share/doc/doxygen/examples/manual/html/jquery.js
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.56 2015/01/27 06:13:08 mef Exp $
|
||||
$NetBSD: distinfo,v 1.57 2015/01/27 13:49:12 mef Exp $
|
||||
|
||||
SHA1 (doxygen-1.8.9.src.tar.gz) = b447251d32343ecf867f0a20cb63da4b478bfbab
|
||||
RMD160 (doxygen-1.8.9.src.tar.gz) = ae56dfa237243b0685dc1622f45aaecd6bb4ef25
|
||||
Size (doxygen-1.8.9.src.tar.gz) = 5006046 bytes
|
||||
SHA1 (doxygen-1.8.9.1.src.tar.gz) = eb6b7e5f8dc8302e67053aba841f485017f246fd
|
||||
RMD160 (doxygen-1.8.9.1.src.tar.gz) = 103d45b36129a0a04b809050b7251acf6f9dacde
|
||||
Size (doxygen-1.8.9.1.src.tar.gz) = 5007458 bytes
|
||||
SHA1 (patch-aa) = 8b277babf52183a14de6d5ffcc154006d214729b
|
||||
SHA1 (patch-ab) = d66d077fe05f26ecdb3c292d2e563e54ef7ab81a
|
||||
SHA1 (patch-ac) = 87c68a2ce598c10d90d775764f4c05739eb51435
|
||||
|
|
Loading…
Reference in a new issue