diff --git a/doxygen-1.8.1.1-html_timestamp_default_false.patch b/doxygen-1.8.1.1-html_timestamp_default_false.patch deleted file mode 100644 index 9c01fec..0000000 --- a/doxygen-1.8.1.1-html_timestamp_default_false.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up doxygen-1.8.1.1/src/configoptions.cpp.html_timestamp_off.patch doxygen-1.8.1.1/src/configoptions.cpp ---- doxygen-1.8.1.1/src/configoptions.cpp.html_timestamp_off.patch 2012-06-09 06:41:04.000000000 -0500 -+++ doxygen-1.8.1.1/src/configoptions.cpp 2012-06-13 13:31:15.291500215 -0500 -@@ -1270,7 +1270,7 @@ void addConfigOptions(Config *cfg) - "If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n" - "page will contain the date and time when the page was generated. Setting\n" - "this to NO can help when comparing the output of multiple runs.", -- TRUE -+ FALSE - ); - cb->addDependency("GENERATE_HTML"); - //---- diff --git a/doxygen-1.8.5-html_timestamp_default_false.patch b/doxygen-1.8.5-html_timestamp_default_false.patch new file mode 100644 index 0000000..fd90b4d --- /dev/null +++ b/doxygen-1.8.5-html_timestamp_default_false.patch @@ -0,0 +1,12 @@ +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"); + //----