diff options
Diffstat (limited to '')
-rw-r--r-- | devel/viewvc/files/patch-viewcvs-install (renamed from devel/viewvc/files/patch-aa) | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/devel/viewvc/files/patch-aa b/devel/viewvc/files/patch-viewcvs-install index f6924c80db22..aeab05b698ff 100644 --- a/devel/viewvc/files/patch-aa +++ b/devel/viewvc/files/patch-viewcvs-install @@ -1,5 +1,5 @@ ---- viewcvs-install.orig Fri Dec 21 20:59:45 2001 -+++ viewcvs-install Mon Dec 24 02:16:56 2001 +--- viewcvs-install.orig Fri Dec 21 03:59:45 2001 ++++ viewcvs-install Sun Aug 24 05:38:29 2003 @@ -51,7 +51,7 @@ """ % version @@ -9,6 +9,20 @@ ## list of files for installation +@@ -65,11 +65,11 @@ + ("cgi/query.cgi", "cgi/query.cgi", 0755, 1, 0, 0), + ("standalone.py", "standalone.py", 0755, 1, 0, 0), + +- ("cgi/viewcvs.conf.dist", "viewcvs.conf", 0644, 1, ++ ("cgi/viewcvs.conf.dist", "viewcvs.conf.dist", 0644, 1, + """Note: If you are upgrading from viewcvs-0.7 or earlier: + The section [text] has been removed from viewcvs.conf. The functionality + went into the new files in subdirectory templates.""", 0), +- ("cgi/cvsgraph.conf.dist", "cvsgraph.conf", 0644, 0, 1, 0), ++ ("cgi/cvsgraph.conf.dist", "cvsgraph.conf.dist", 0644, 0, 1, 0), + + ("lib/PyFontify.py", "lib/PyFontify.py", 0644, 0, 0, 1), + ("lib/blame.py", "lib/blame.py", 0644, 0, 0, 1), @@ -192,7 +192,7 @@ if type(prompt_replace) == type(""): print prompt_replace |