summaryrefslogtreecommitdiff
path: root/devel/doxygen/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-30 10:41:43 +0000
committerwiz <wiz>2013-01-30 10:41:43 +0000
commit144325da957756d49243d49f9209d64e90e8e0e9 (patch)
tree8192cd384399ea615edc2171b361cae1f1575775 /devel/doxygen/Makefile
parent97b6616d8be849bef3fce212be221949058199a1 (diff)
downloadpkgsrc-144325da957756d49243d49f9209d64e90e8e0e9.tar.gz
Update to 1.8.3.1:
Changes Changed to way the search results for multiple projects can be linked together. A project is now no longer identified by the tag files name but via new option EXTERNAL_SEARCH_ID giving a bit more flexibility. Disabled the disk cache for member data. Allows removing quite some complexity in doxygen and is not really needed now that 64bit systems with >4GB RAM are becoming more common. Let me know if you think you benefit from this caching. id 691607: Using $relpath$ in a custom footer could lead to ambiguities when followed by a name that could also be a marker, like 'search'. Now $relpath^ should be used instead. $relpath$ is still supported for backward compatibility. New features You can now use EXTENSION_MAPPING on files without any extension using no_extension as placeholder (thanks to Jason Majors for the patch). To make navindex section inside a layout file that links to a specific URL you can use usergroup with the url attribute. To make navindex section without any link inside a layout file you can use usergroup with special title [none]. And lots of bugfixes.
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r--devel/doxygen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index 2f09eadd9d2..0b0d2b7d2bc 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2013/01/06 01:00:58 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2013/01/30 10:41:43 wiz Exp $
-DISTNAME= doxygen-1.8.3.src
+DISTNAME= doxygen-1.8.3.1.src
PKGNAME= ${DISTNAME:S/.src//}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \