aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-01 01:30:26 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-01 01:30:26 +0000
commit3f447018d12c576e6927cb04130125f7cba28560 (patch)
tree2ae4ad7df96f9cbd0b7c015b9a1750bdab77a7bf
parent0a539b09593f4047a19d93e673081a8131a8d2ae (diff)
downloadports-3f447018d12c576e6927cb04130125f7cba28560.tar.gz
ports-3f447018d12c576e6927cb04130125f7cba28560.zip
- update viewvc to version 1.1.0 (released 13-May-2009)
- remove MAKE_JOBS_SAFE from Makefile, since this port is NO_BUILD - make viewvc rc script work again viewvc.conf and templates are not compatible to 1.0.x version, even the database scripts has changed. For details see: http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/docs/upgrading-howto.html Changes: http://viewvc.tigris.org/source/browse/*checkout*/viewvc/tags/1.1.0/CHANGES PR: ports/135056 Submitted by: olli hauer <ohauer@gmx.de>
Notes
Notes: svn path=/head/; revision=234959
-rw-r--r--UPDATING8
-rw-r--r--devel/viewvc/Makefile12
-rw-r--r--devel/viewvc/distinfo6
-rw-r--r--devel/viewvc/files/viewvc.in2
-rw-r--r--devel/viewvc/pkg-plist178
5 files changed, 171 insertions, 35 deletions
diff --git a/UPDATING b/UPDATING
index 34cae94c2d98..d4bf398dc11e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20090531:
+ AFFECTS: users of devel/viewvc
+ AUTHOR: pgollucci@FreeBSD.org
+
+ viewvc.conf and templates are not compatible to 1.0.x version, even the
+ database scripts have changed. For details see:
+ http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/docs/upgrading-howto.html
+
20090530:
AFFECTS: users of Japanese and Chinese fonts
AUTHOR: hrs@FreeBSD.org
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile
index ff264076cc94..c587f170a5b6 100644
--- a/devel/viewvc/Makefile
+++ b/devel/viewvc/Makefile
@@ -6,16 +6,13 @@
#
PORTNAME= viewvc
-PORTVERSION= 1.0.7
-PORTREVISION= 1
+PORTVERSION= 1.1.0
CATEGORIES= devel python
-MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/44050/
+MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/45933/
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Web-based Version Control Repository Browsing
-MAKE_JOBS_SAFE= yes
-
OPTIONS=\
SUBVERSION "use svn binding" on \
APACHE "use ${APACHE_PORT} as webserver" on \
@@ -26,7 +23,8 @@ OPTIONS=\
NO_BUILD= yes
USE_PYTHON= yes
SUB_FILES= pkg-message
-SUB_LIST= INSTDIR="${PREFIX}/${INSTDIR}"
+SUB_LIST= INSTDIR="${PREFIX}/${INSTDIR}" \
+ PYTHON_CMD=${PYTHON_CMD}
INSTDIR?= ${PORTNAME}
PLIST_SUB= INSTDIR=${INSTDIR}
@@ -37,6 +35,8 @@ PLIST_SUB= INSTDIR=${INSTDIR}
USE_RC_SUBR= viewvc
.endif
+RUN_DEPENDS+= ${LOCALBASE}/bin/pygmentize:${PORTSDIR}/textproc/py-pygments
+
# viewvc can support CVS or SVN, controlled with the parameter
# cvs_roots (for CVS), svn_roots (for Subversion) in viewvc.conf
.if defined (WITH_SUBVERSION)
diff --git a/devel/viewvc/distinfo b/devel/viewvc/distinfo
index d8028afd0d52..8e233e87dcc9 100644
--- a/devel/viewvc/distinfo
+++ b/devel/viewvc/distinfo
@@ -1,3 +1,3 @@
-MD5 (viewvc-1.0.7.tar.gz) = cfc8c51418114704c23de64f8e6c04dd
-SHA256 (viewvc-1.0.7.tar.gz) = d801c903efc993e15d08f38eb84f084a596bc3f7b97b0c2c044b16c41645df76
-SIZE (viewvc-1.0.7.tar.gz) = 522560
+MD5 (viewvc-1.1.0.tar.gz) = fb2e97b7e902b030dc285d4ce3bd1862
+SHA256 (viewvc-1.1.0.tar.gz) = 7936b71b6d940765d0734ff76abda5d5d3aee9118f41bbb6c8d17d79455ee202
+SIZE (viewvc-1.1.0.tar.gz) = 621495
diff --git a/devel/viewvc/files/viewvc.in b/devel/viewvc/files/viewvc.in
index d6b3aee8096c..667a7cb9a397 100644
--- a/devel/viewvc/files/viewvc.in
+++ b/devel/viewvc/files/viewvc.in
@@ -36,7 +36,7 @@ rcvar=${name}_enable
command="%%PREFIX%%/viewvc/bin/standalone.py"
# we need this, since our script interpreter is python
-command_interpreter="%%PREFIX%%/bin/%%PYTHON_VERSION%%"
+command_interpreter="%%PYTHON_CMD%%"
# extra required arguments
command_args="2>/dev/null 1>/dev/null &"
diff --git a/devel/viewvc/pkg-plist b/devel/viewvc/pkg-plist
index 36c9e4a5574d..9afeecce6d0e 100644
--- a/devel/viewvc/pkg-plist
+++ b/devel/viewvc/pkg-plist
@@ -1,16 +1,17 @@
@unexec if cmp -s %D/%%INSTDIR%%/cvsgraph.conf %D/%%INSTDIR%%/cvsgraph.conf.dist; then rm -f %D/%%INSTDIR%%/cvsgraph.conf; fi
+@unexec if cmp -s %D/%%INSTDIR%%/mimetypes.conf %D/%%INSTDIR%%/mimetypes.conf.dist; then rm -f %D/%%INSTDIR%%/mimetypes.conf; fi
@unexec if cmp -s %D/%%INSTDIR%%/viewvc.conf %D/%%INSTDIR%%/viewvc.conf.dist; then rm -f %D/%%INSTDIR%%/viewvc.conf; fi
-%%INSTDIR%%/bin/cgi/query.cgi
%%INSTDIR%%/bin/cgi/viewvc.cgi
-%%INSTDIR%%/bin/cvsdbadmin
-%%INSTDIR%%/bin/loginfo-handler
-%%INSTDIR%%/bin/make-database
-%%INSTDIR%%/bin/mod_python/.htaccess
-%%INSTDIR%%/bin/mod_python/handler.py
-%%INSTDIR%%/bin/mod_python/query.py
+%%INSTDIR%%/bin/cgi/query.cgi
%%INSTDIR%%/bin/mod_python/viewvc.py
+%%INSTDIR%%/bin/mod_python/query.py
+%%INSTDIR%%/bin/mod_python/handler.py
+%%INSTDIR%%/bin/mod_python/.htaccess
%%INSTDIR%%/bin/standalone.py
+%%INSTDIR%%/bin/loginfo-handler
+%%INSTDIR%%/bin/cvsdbadmin
%%INSTDIR%%/bin/svndbadmin
+%%INSTDIR%%/bin/make-database
%%INSTDIR%%/cvsgraph.conf.dist
@exec [ -f %B/cvsgraph.conf ] || cp %B/%f %B/cvsgraph.conf
%%INSTDIR%%/lib/PyFontify.py
@@ -45,14 +46,24 @@
%%INSTDIR%%/lib/query.pyc
%%INSTDIR%%/lib/sapi.py
%%INSTDIR%%/lib/sapi.pyc
+%%INSTDIR%%/lib/vcauth/__init__.py
+%%INSTDIR%%/lib/vcauth/__init__.pyc
+%%INSTDIR%%/lib/vcauth/forbidden/__init__.py
+%%INSTDIR%%/lib/vcauth/forbidden/__init__.pyc
+%%INSTDIR%%/lib/vcauth/forbiddenre/__init__.py
+%%INSTDIR%%/lib/vcauth/forbiddenre/__init__.pyc
+%%INSTDIR%%/lib/vcauth/svnauthz/__init__.py
+%%INSTDIR%%/lib/vcauth/svnauthz/__init__.pyc
%%INSTDIR%%/lib/vclib/__init__.py
%%INSTDIR%%/lib/vclib/__init__.pyc
-%%INSTDIR%%/lib/vclib/bincvs/__init__.py
-%%INSTDIR%%/lib/vclib/bincvs/__init__.pyc
%%INSTDIR%%/lib/vclib/ccvs/__init__.py
%%INSTDIR%%/lib/vclib/ccvs/__init__.pyc
+%%INSTDIR%%/lib/vclib/ccvs/bincvs.py
+%%INSTDIR%%/lib/vclib/ccvs/bincvs.pyc
%%INSTDIR%%/lib/vclib/ccvs/blame.py
%%INSTDIR%%/lib/vclib/ccvs/blame.pyc
+%%INSTDIR%%/lib/vclib/ccvs/ccvs.py
+%%INSTDIR%%/lib/vclib/ccvs/ccvs.pyc
%%INSTDIR%%/lib/vclib/ccvs/rcsparse/__init__.py
%%INSTDIR%%/lib/vclib/ccvs/rcsparse/__init__.pyc
%%INSTDIR%%/lib/vclib/ccvs/rcsparse/common.py
@@ -61,17 +72,28 @@
%%INSTDIR%%/lib/vclib/ccvs/rcsparse/debug.pyc
%%INSTDIR%%/lib/vclib/ccvs/rcsparse/default.py
%%INSTDIR%%/lib/vclib/ccvs/rcsparse/default.pyc
+%%INSTDIR%%/lib/vclib/ccvs/rcsparse/parse_rcs_file.py
+%%INSTDIR%%/lib/vclib/ccvs/rcsparse/parse_rcs_file.pyc
+%%INSTDIR%%/lib/vclib/ccvs/rcsparse/run-tests.py
+%%INSTDIR%%/lib/vclib/ccvs/rcsparse/run-tests.pyc
+%%INSTDIR%%/lib/vclib/ccvs/rcsparse/test-data/default,v
+%%INSTDIR%%/lib/vclib/ccvs/rcsparse/test-data/default.out
+%%INSTDIR%%/lib/vclib/ccvs/rcsparse/test-data/empty-file,v
+%%INSTDIR%%/lib/vclib/ccvs/rcsparse/test-data/empty-file.out
%%INSTDIR%%/lib/vclib/ccvs/rcsparse/texttools.py
%%INSTDIR%%/lib/vclib/ccvs/rcsparse/texttools.pyc
%%INSTDIR%%/lib/vclib/svn/__init__.py
%%INSTDIR%%/lib/vclib/svn/__init__.pyc
-%%INSTDIR%%/lib/vclib/svn_ra/__init__.py
-%%INSTDIR%%/lib/vclib/svn_ra/__init__.pyc
+%%INSTDIR%%/lib/vclib/svn/svn_ra.py
+%%INSTDIR%%/lib/vclib/svn/svn_ra.pyc
+%%INSTDIR%%/lib/vclib/svn/svn_repos.py
+%%INSTDIR%%/lib/vclib/svn/svn_repos.pyc
%%INSTDIR%%/lib/viewvc.py
%%INSTDIR%%/lib/viewvc.pyc
%%INSTDIR%%/lib/win32popen.py
%%INSTDIR%%/lib/win32popen.pyc
-%%INSTDIR%%/templates/annotate.ezt
+%%INSTDIR%%/mimetypes.conf.dist
+@exec [ -f %B/mimetypes.conf ] || cp %B/%f %B/mimetypes.conf
%%INSTDIR%%/templates/diff.ezt
%%INSTDIR%%/templates/dir_new.ezt
%%INSTDIR%%/templates/directory.ezt
@@ -91,16 +113,19 @@
%%INSTDIR%%/templates/docroot/images/dir.png
%%INSTDIR%%/templates/docroot/images/down.png
%%INSTDIR%%/templates/docroot/images/download.png
+%%INSTDIR%%/templates/docroot/images/favicon.ico
%%INSTDIR%%/templates/docroot/images/feed-icon-16x16.jpg
%%INSTDIR%%/templates/docroot/images/forward.png
%%INSTDIR%%/templates/docroot/images/list.png
+%%INSTDIR%%/templates/docroot/images/lock.png
%%INSTDIR%%/templates/docroot/images/log.png
-%%INSTDIR%%/templates/docroot/images/logo.png
%%INSTDIR%%/templates/docroot/images/text.png
%%INSTDIR%%/templates/docroot/images/up.png
%%INSTDIR%%/templates/docroot/images/view.png
+%%INSTDIR%%/templates/docroot/images/viewvc-logo.png
%%INSTDIR%%/templates/docroot/styles.css
%%INSTDIR%%/templates/error.ezt
+%%INSTDIR%%/templates/file.ezt
%%INSTDIR%%/templates/graph.ezt
%%INSTDIR%%/templates/include/diff_form.ezt
%%INSTDIR%%/templates/include/dir_footer.ezt
@@ -112,10 +137,10 @@
%%INSTDIR%%/templates/include/log_header.ezt
%%INSTDIR%%/templates/include/paging.ezt
%%INSTDIR%%/templates/include/pathrev_form.ezt
+%%INSTDIR%%/templates/include/props.ezt
%%INSTDIR%%/templates/include/sort.ezt
%%INSTDIR%%/templates/log.ezt
%%INSTDIR%%/templates/log_table.ezt
-%%INSTDIR%%/templates/markup.ezt
%%INSTDIR%%/templates/query.ezt
%%INSTDIR%%/templates/query_form.ezt
%%INSTDIR%%/templates/query_results.ezt
@@ -123,16 +148,106 @@
%%INSTDIR%%/templates/roots.ezt
%%INSTDIR%%/templates/rss.ezt
%%INSTDIR%%/templates-contrib/README
+%%INSTDIR%%/templates-contrib/newvc/README
+%%INSTDIR%%/templates-contrib/newvc/templates/diff.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/directory.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/help.css
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/help_dirview.html
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/help_log.html
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/help_query.html
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/help_rootview.html
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/back.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/back_small.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/broken.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/cvs-logo.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/dir.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/down.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/feed-icon-16x16.jpg
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/forward.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/svn-logo.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/text.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/up.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/images/viewvc-logo.png
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/scripts.js
+%%INSTDIR%%/templates-contrib/newvc/templates/docroot/styles.css
+%%INSTDIR%%/templates-contrib/newvc/templates/error.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/file.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/graph.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/include/diff_form.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/include/fileview.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/include/footer.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/include/header.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/include/pathrev_form.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/include/props.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/log.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/markup.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/query.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/query_form.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/query_results.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/revision.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/roots.ezt
+%%INSTDIR%%/templates-contrib/newvc/templates/rss.ezt
+%%INSTDIR%%/templates-contrib/tabbed/README
+%%INSTDIR%%/templates-contrib/tabbed/templates/annotate.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/diff.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/directory.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help.css
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_dirview.html
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_log.html
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_query.html
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_rootview.html
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/annotate.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/back.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/back_small.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/broken.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/chalk.jpg
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/cvs-logo.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/cvsgraph_16x16.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/cvsgraph_32x32.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/diff.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/dir.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/down.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/download.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/feed-icon-16x16.jpg
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/forward.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/list.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/lock.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/log.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/svn-logo.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/text.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/up.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/view.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/viewvc-logo.png
+%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/styles.css
+%%INSTDIR%%/templates-contrib/tabbed/templates/error.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/graph.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/diff_form.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/dir_footer.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/dir_header.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/file_header.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/fileview.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/footer.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/header.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/log_footer.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/log_header.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/pathrev_form.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/include/props.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/log.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/markup.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/query.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/query_form.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/query_results.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/revision.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/roots.ezt
+%%INSTDIR%%/templates-contrib/tabbed/templates/rss.ezt
%%INSTDIR%%/templates-contrib/viewsvn/INSTALL
%%INSTDIR%%/templates-contrib/viewsvn/README
-%%INSTDIR%%/templates-contrib/viewsvn/extras/fix-blame-output.diff
%%INSTDIR%%/templates-contrib/viewsvn/extras/svnindex.css
%%INSTDIR%%/templates-contrib/viewsvn/extras/svnindex.xsl
%%INSTDIR%%/templates-contrib/viewsvn/screenshots/diff.png
%%INSTDIR%%/templates-contrib/viewsvn/screenshots/dir.png
%%INSTDIR%%/templates-contrib/viewsvn/screenshots/log.png
%%INSTDIR%%/templates-contrib/viewsvn/screenshots/markup.png
-%%INSTDIR%%/templates-contrib/viewsvn/templates/annotate.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/diff.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/directory.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/docroot/images/broken.png
@@ -160,7 +275,7 @@
%%INSTDIR%%/templates-contrib/viewsvn/templates/docroot/images/viewvc.png
%%INSTDIR%%/templates-contrib/viewsvn/templates/docroot/styles.css
%%INSTDIR%%/templates-contrib/viewsvn/templates/error.ezt
-%%INSTDIR%%/templates-contrib/viewsvn/templates/graph.ezt
+%%INSTDIR%%/templates-contrib/viewsvn/templates/file.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/include/diff_form.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/include/dir_footer.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/include/dir_header.ezt
@@ -171,8 +286,8 @@
%%INSTDIR%%/templates-contrib/viewsvn/templates/include/log_header.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/include/paging.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/include/pathrev_form.ezt
+%%INSTDIR%%/templates-contrib/viewsvn/templates/include/props.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/log.ezt
-%%INSTDIR%%/templates-contrib/viewsvn/templates/markup.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/query.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/query_form.ezt
%%INSTDIR%%/templates-contrib/viewsvn/templates/query_results.ezt
@@ -181,25 +296,38 @@
%%INSTDIR%%/templates-contrib/viewsvn/templates/rss.ezt
%%INSTDIR%%/viewvc.conf.dist
@exec [ -f %B/viewvc.conf ] || cp %B/%f %B/viewvc.conf
-@dirrm %%INSTDIR%%/templates-contrib/viewsvn/extras
+@dirrm %%INSTDIR%%/templates/include
+@dirrm %%INSTDIR%%/templates/docroot/images
+@dirrm %%INSTDIR%%/templates/docroot
+@dirrm %%INSTDIR%%/templates-contrib/viewsvn/templates/include
@dirrm %%INSTDIR%%/templates-contrib/viewsvn/templates/docroot/images/tortoisesvn
@dirrm %%INSTDIR%%/templates-contrib/viewsvn/templates/docroot/images
@dirrm %%INSTDIR%%/templates-contrib/viewsvn/templates/docroot
-@dirrm %%INSTDIR%%/templates-contrib/viewsvn/templates/include
@dirrm %%INSTDIR%%/templates-contrib/viewsvn/templates
@dirrm %%INSTDIR%%/templates-contrib/viewsvn/screenshots
+@dirrm %%INSTDIR%%/templates-contrib/viewsvn/extras
@dirrm %%INSTDIR%%/templates-contrib/viewsvn
+@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates/include
+@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images
+@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates/docroot
+@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates
+@dirrm %%INSTDIR%%/templates-contrib/tabbed
+@dirrm %%INSTDIR%%/templates-contrib/newvc/templates/include
+@dirrm %%INSTDIR%%/templates-contrib/newvc/templates/docroot/images
+@dirrm %%INSTDIR%%/templates-contrib/newvc/templates/docroot
+@dirrm %%INSTDIR%%/templates-contrib/newvc/templates
+@dirrm %%INSTDIR%%/templates-contrib/newvc
@dirrm %%INSTDIR%%/templates-contrib
-@dirrm %%INSTDIR%%/templates/include
-@dirrm %%INSTDIR%%/templates/docroot/images
-@dirrm %%INSTDIR%%/templates/docroot
@dirrm %%INSTDIR%%/templates
-@dirrm %%INSTDIR%%/lib/vclib/svn_ra
@dirrm %%INSTDIR%%/lib/vclib/svn
+@dirrm %%INSTDIR%%/lib/vclib/ccvs/rcsparse/test-data
@dirrm %%INSTDIR%%/lib/vclib/ccvs/rcsparse
@dirrm %%INSTDIR%%/lib/vclib/ccvs
-@dirrm %%INSTDIR%%/lib/vclib/bincvs
@dirrm %%INSTDIR%%/lib/vclib
+@dirrm %%INSTDIR%%/lib/vcauth/svnauthz
+@dirrm %%INSTDIR%%/lib/vcauth/forbiddenre
+@dirrm %%INSTDIR%%/lib/vcauth/forbidden
+@dirrm %%INSTDIR%%/lib/vcauth
@dirrm %%INSTDIR%%/lib
@dirrm %%INSTDIR%%/bin/mod_python
@dirrm %%INSTDIR%%/bin/cgi