diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-05-20 09:01:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-05-20 09:01:04 +0000 |
commit | ce2d86f3456703355a17111942c250feba4e4e7a (patch) | |
tree | e7cd2cb966639fb9d57f7191f745b0226db0521a /www | |
parent | 8bf04f2f48e1f8d2acce7b917744205f8f320f56 (diff) | |
download | pkgsrc-ce2d86f3456703355a17111942c250feba4e4e7a.tar.gz |
Update to 1.0.4:
Version 1.0.4 (released 10-Apr-2007)
* fix some markup bugs in query views (issue #266)
* fix loginfo-handler's support for CVS 1.12.9 (issues #151, #257)
* make viewvc-install able to run from an arbitrary location
* update viewvc-install's output for readability
* fix bug writing commits to non-MyISAM databases (issue #262)
* allow long paths in generated tarballs (issue #12)
* fix bug interpreting EZT substitute patterns
* fix broken markup view disablement
* fix broken directory view link generation in directory log view
* fix Windows-specific viewvc-install bugs
* fix broke query result links for Subversion deleted items (issue #296)
* fix some output XHTML validation buglets
* fix database query cache staleness problems (issue #180)
Diffstat (limited to 'www')
-rw-r--r-- | www/viewvc/Makefile | 6 | ||||
-rw-r--r-- | www/viewvc/distinfo | 10 | ||||
-rw-r--r-- | www/viewvc/patches/patch-aa | 29 |
3 files changed, 22 insertions, 23 deletions
diff --git a/www/viewvc/Makefile b/www/viewvc/Makefile index 5c2d5609a08..5ceff709e8b 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2006/12/01 20:27:25 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2007/05/20 09:01:04 xtraeme Exp $ # -DISTNAME= viewvc-1.0.3 +DISTNAME= viewvc-1.0.4 CATEGORIES= devel www -MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/34803/ +MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/37319/ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.viewvc.org/ diff --git a/www/viewvc/distinfo b/www/viewvc/distinfo index 0354c5a757b..95036f463c7 100644 --- a/www/viewvc/distinfo +++ b/www/viewvc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2006/10/21 09:11:20 adrianp Exp $ +$NetBSD: distinfo,v 1.3 2007/05/20 09:01:04 xtraeme Exp $ -SHA1 (viewvc-1.0.3.tar.gz) = 4523be70f3cf743991201b82f93fcd7f9799b955 -RMD160 (viewvc-1.0.3.tar.gz) = 2e36a2f1228b0648ac003c75469a1bce56e024f3 -Size (viewvc-1.0.3.tar.gz) = 406570 bytes -SHA1 (patch-aa) = 817ab20990b87ad52ca3754eaaccae3712e32fcb +SHA1 (viewvc-1.0.4.tar.gz) = 6946266c8d7392f8c8b7b890723c23d57926891f +RMD160 (viewvc-1.0.4.tar.gz) = 2f08d6697d69bbdf0d6660be0000d1a1aef76faa +Size (viewvc-1.0.4.tar.gz) = 383491 bytes +SHA1 (patch-aa) = da1bc13cf0936289d4254d73f14864c39b2ddf96 SHA1 (patch-ab) = c8562a82ea747690d748807503d826bbc0a063ab 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([ |