pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/doxygen Changes 1.6.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffa3f423bfcf
branches: trunk
changeset: 576106:ffa3f423bfcf
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jun 02 04:17:02 2010 +0000
description:
Changes 1.6.3:
* Bug fixes.
diffstat:
devel/doxygen/Makefile | 5 ++---
devel/doxygen/PLIST | 15 +++++++++------
devel/doxygen/distinfo | 8 ++++----
3 files changed, 15 insertions(+), 13 deletions(-)
diffs (84 lines):
diff -r 5f9bbb27a07e -r ffa3f423bfcf devel/doxygen/Makefile
--- a/devel/doxygen/Makefile Tue Jun 01 22:02:09 2010 +0000
+++ b/devel/doxygen/Makefile Wed Jun 02 04:17:02 2010 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2010/02/10 19:17:35 joerg Exp $
+# $NetBSD: Makefile,v 1.76 2010/06/02 04:17:02 adam Exp $
-DISTNAME= doxygen-1.6.2.src
+DISTNAME= doxygen-1.6.3.src
PKGNAME= ${DISTNAME:S/.src//}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \
http://ftp.stack.nl/pub/users/dimitri/
diff -r 5f9bbb27a07e -r ffa3f423bfcf devel/doxygen/PLIST
--- a/devel/doxygen/PLIST Tue Jun 01 22:02:09 2010 +0000
+++ b/devel/doxygen/PLIST Wed Jun 02 04:17:02 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2010/01/20 11:39:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.27 2010/06/02 04:17:02 adam Exp $
bin/doxygen
bin/doxytag
man/man1/doxygen.1
@@ -237,6 +237,9 @@
share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.png
share/doc/doxygen/examples/diagrams/html/diagrams__d_8h_source.html
share/doc/doxygen/examples/diagrams/html/diagrams__e_8h.html
+share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.map
+share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.md5
+share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.png
share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.map
share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.md5
share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.png
@@ -286,10 +289,10 @@
share/doc/doxygen/examples/docstring.cfg
share/doc/doxygen/examples/docstring.py
share/doc/doxygen/examples/docstring/html/annotated.html
+${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html
+${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html
${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html
${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html
-${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html
-${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html
share/doc/doxygen/examples/docstring/html/classes.html
share/doc/doxygen/examples/docstring/html/docstring_8py.html
share/doc/doxygen/examples/docstring/html/doxygen.css
@@ -362,7 +365,7 @@
share/doc/doxygen/examples/example/html/classes.html
share/doc/doxygen/examples/example/html/doxygen.css
share/doc/doxygen/examples/example/html/doxygen.png
-share/doc/doxygen/examples/example/html/example__test_8cpp-example.html
+share/doc/doxygen/examples/example/html/example__test.cpp-example.html
share/doc/doxygen/examples/example/html/examples.html
share/doc/doxygen/examples/example/html/functions.html
share/doc/doxygen/examples/example/html/functions_func.html
@@ -739,10 +742,10 @@
share/doc/doxygen/examples/pyexample.py
share/doc/doxygen/examples/pyexample/html/annotated.html
share/doc/doxygen/examples/pyexample/html/classes.html
+${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html
+${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html
${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html
${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html
-${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html
-${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html
share/doc/doxygen/examples/pyexample/html/doxygen.css
share/doc/doxygen/examples/pyexample/html/doxygen.png
share/doc/doxygen/examples/pyexample/html/functions.html
diff -r 5f9bbb27a07e -r ffa3f423bfcf devel/doxygen/distinfo
--- a/devel/doxygen/distinfo Tue Jun 01 22:02:09 2010 +0000
+++ b/devel/doxygen/distinfo Wed Jun 02 04:17:02 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2010/01/20 11:39:07 wiz Exp $
+$NetBSD: distinfo,v 1.40 2010/06/02 04:17:02 adam Exp $
-SHA1 (doxygen-1.6.2.src.tar.gz) = 7e0281a78455c43ff6ed058191ba4a9aac361f4f
-RMD160 (doxygen-1.6.2.src.tar.gz) = 13129dc6c4c156fd939e592c6fa4f86784566d27
-Size (doxygen-1.6.2.src.tar.gz) = 3985401 bytes
+SHA1 (doxygen-1.6.3.src.tar.gz) = 36e4f479a136a439307456e539a4bd6c2fefa8b7
+RMD160 (doxygen-1.6.3.src.tar.gz) = 3c205185316675a78dba390ef83942d5abda0815
+Size (doxygen-1.6.3.src.tar.gz) = 3986440 bytes
SHA1 (patch-aa) = 74aa6e068c150d2e40c5a73723afd24d510f4538
SHA1 (patch-ab) = 951ad787ec32cf5dd3915d91df1fb45bc199ec79
SHA1 (patch-ac) = 5523e5b146436a50b008f963a0b809379a9e4974
Home |
Main Index |
Thread Index |
Old Index