diff options
Diffstat (limited to 'www/viewvc/patches/patch-aa')
-rw-r--r-- | www/viewvc/patches/patch-aa | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/www/viewvc/patches/patch-aa b/www/viewvc/patches/patch-aa index 3983da88c00..35677fe1f7c 100644 --- a/www/viewvc/patches/patch-aa +++ b/www/viewvc/patches/patch-aa @@ -1,16 +1,15 @@ -$NetBSD: patch-aa,v 1.2 2006/10/21 09:11:20 adrianp Exp $ +$NetBSD: patch-aa,v 1.3 2007/05/20 09:01:04 xtraeme Exp $ ---- viewvc-install.orig 2006-03-26 21:23:14.000000000 +0100 -+++ viewvc-install -@@ -67,11 +67,6 @@ FILE_INFO_LIST = [ - ("bin/mod_python/handler.py", "bin/mod_python/handler.py", 0755, 1, 0, 0), - ("bin/mod_python/.htaccess", "bin/mod_python/.htaccess", 0755, 0, 0, 0), - ("bin/standalone.py", "bin/standalone.py", 0755, 1, 0, 0), -- ("viewvc.conf.dist", "viewvc.conf", 0644, 0, -- """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), -- ("cvsgraph.conf.dist", "cvsgraph.conf", 0644, 0, 1, 0), - - ("bin/loginfo-handler", "bin/loginfo-handler", 0755, 1, 0, 0), - ("bin/cvsdbadmin", "bin/cvsdbadmin", 0755, 1, 0, 0), +--- viewvc-install.orig 2007-05-20 08:45:42.000000000 +0200 ++++ viewvc-install 2007-05-20 08:47:21.000000000 +0200 +@@ -58,10 +58,6 @@ + ("bin/cvsdbadmin", "bin/cvsdbadmin", 0755, 1, 0, 0), + ("bin/svndbadmin", "bin/svndbadmin", 0755, 1, 0, 0), + ("bin/make-database", "bin/make-database", 0755, 1, 0, 0), +- ("viewvc.conf.dist", "viewvc.conf.dist", 0644, 0, 0, 0), +- ("viewvc.conf.dist", "viewvc.conf", 0644, 0, 1, 0), +- ("cvsgraph.conf.dist", "cvsgraph.conf.dist", 0644, 0, 0, 0), +- ("cvsgraph.conf.dist", "cvsgraph.conf", 0644, 0, 1, 0), + ] + if sys.platform == "win32": + FILE_INFO_LIST.extend([ |