diff --git a/.gitignore b/.gitignore index 14a662d..0a8048e 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ doxygen-1.7.1.src.tar.gz /doxygen-1.8.4.src.tar.gz /doxygen-1.8.5.src.tar.gz /doxygen-1.8.6.src.tar.gz +/doxygen-1.8.7.src.tar.gz diff --git a/doxygen-1.8.5-html_timestamp_default_false.patch b/doxygen-1.8.5-html_timestamp_default_false.patch deleted file mode 100644 index fd90b4d..0000000 --- a/doxygen-1.8.5-html_timestamp_default_false.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up doxygen-1.8.5/src/configoptions.cpp.html_timestamp_default_false doxygen-1.8.5/src/configoptions.cpp ---- doxygen-1.8.5/src/configoptions.cpp.html_timestamp_default_false 2013-08-26 16:07:23.000000000 +0200 -+++ doxygen-1.8.5/src/configoptions.cpp 2013-08-26 18:31:40.000000000 +0200 -@@ -1499,7 +1499,7 @@ void addConfigOptions(Config *cfg) - "to NO can help when comparing the output of multiple runs.\n" - "The default value is: YES.\n" - "This tag requires that the tag GENERATE_HTML is set to YES.", -- TRUE -+ FALSE - ); - cb->addDependency("GENERATE_HTML"); - //---- diff --git a/doxygen-1.8.7-html_timestamp_default_false.patch b/doxygen-1.8.7-html_timestamp_default_false.patch new file mode 100644 index 0000000..9a2d1d4 --- /dev/null +++ b/doxygen-1.8.7-html_timestamp_default_false.patch @@ -0,0 +1,21 @@ +diff -up doxygen-1.8.7/src/config.xml.than doxygen-1.8.7/src/config.xml +--- doxygen-1.8.7/src/config.xml.than 2014-05-12 13:54:38.000000000 +0200 ++++ doxygen-1.8.7/src/config.xml 2014-05-12 13:56:31.000000000 +0200 +@@ -1617,7 +1617,7 @@ to disable this feature. + + + +- +-