Bug 71039 - [MAINTAINER-UPDATE] Update devel/websvn to 1.60
Summary: [MAINTAINER-UPDATE] Update devel/websvn to 1.60
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 18:40 UTC by Yuan-Chung Hsiao
Modified: 2004-08-29 11:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuan-Chung Hsiao 2004-08-27 18:40:13 UTC
WebSVN 1.60 has been released and is available in the file sharing area or
via the WebSVN repository at http://svn.collab.net/repos/websvn/tags/1.60
This release offers some major features and all users are recommended to
upgrade.

NEW: Directory displays are now shown in tree view format (so that it's
harder to get lost).  Many thanks to Brent Lu for this excellent patch. The
prettiest result are available in the BlueGrey scheme.
NEW: Comparison of entire directories
NEW: Tarballs of directories may now be downloaded.  Set
$config->allowdownload(); in config.inc to allow this.
NEW: New style 'Zinn' based on the templates created for
http://www.projectzinn.org/.  Thanks to Justin Doran.
NEW: File delivery now looks at the defined Mime-Type.  Thanks to Peter
Valdemar M érch for this patch.
NEW: Various configuration options may now be applied on a per project
basis.  Look in distconfig for instructions.
NEW: Support for using 'bugtraq' properties when display log entries.  See
http://svn.collab.net/repos/tortoisesvn/trunk/doc/issuetrackers.txt
NEW: Traditional Chinese translation
NEW: Spanish translation

CHANGE: Style information removed from RSS feed
CHANGE: Changed files are now hidden by defaut (since the directory
comparison link is far more useful)

FIX: File listing were't being shown with the correct accented characters
under windows.
FIX: File listing sometimes failed when there were spaces in the filename
FIX: Some setups wouldn't allow diff generations with enscript enabled.
FIX: Filenames are URL encoded correctly before calling svn file:///
FIX: Keywords weren't expanded in file view when enscript was disabled

How-To-Repeat: root@FreeBSD [/home/ychsiao/project/websvn] (1:33) diff -ruN /usr/ports/devel/websvn/Makefile Makefile
--- /usr/ports/devel/websvn/Makefile    Sat Aug 28 01:31:50 2004
+++ Makefile    Sat Aug 28 01:31:48 2004
@@ -6,9 +6,9 @@
 #

 PORTNAME=      websvn
-PORTVERSION=   1.51
+PORTVERSION=   160
 CATEGORIES=    devel www
-MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/14334/
+MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/14334
 DISTNAME=      WebSVN_${PORTVERSION:S/.//}

 MAINTAINER=    ychsiao@ychsiao.idv.tw

root@FreeBSD [/home/ychsiao/project/websvn] (1:33) diff -ruN /usr/ports/devel/websvn/distinfo distinfo
--- /usr/ports/devel/websvn/distinfo    Fri Aug 13 22:14:15 2004
+++ distinfo    Sat Aug 28 00:24:50 2004
@@ -1,2 +1,2 @@
-MD5 (WebSVN_151.tar.gz) = cb3a91b76ba7f1f8102968387f24cf10
-SIZE (WebSVN_151.tar.gz) = 75016
+MD5 (WebSVN_160.tar.gz) = 317cb51c5434e0eeb9eb62aa8a59e64a
+SIZE (WebSVN_160.tar.gz) = 84415

root@FreeBSD [/home/ychsiao/project/websvn] (1:34) diff -ruN /usr/ports/devel/websvn/pkg-plist pkg-plist
--- /usr/ports/devel/websvn/pkg-plist   Sat Aug 28 01:20:40 2004
+++ pkg-plist   Sat Aug 28 01:20:39 2004
@@ -1,7 +1,9 @@
 www/data/WebSVN/blame.php
 www/data/WebSVN/cache/tmp
 www/data/WebSVN/changes.txt
+www/data/WebSVN/comp.php
 www/data/WebSVN/diff.php
+www/data/WebSVN/dl.php
 www/data/WebSVN/filedetails.php
 www/data/WebSVN/form.php
 www/data/WebSVN/include/command.inc
@@ -27,14 +29,18 @@
 www/data/WebSVN/languages/portuguese.inc
 www/data/WebSVN/languages/russian.inc
 www/data/WebSVN/languages/swedish.inc
+www/data/WebSVN/languages/tchinese-utf8.inc
+www/data/WebSVN/languages/tchinese.inc
 www/data/WebSVN/licence.txt
 www/data/WebSVN/listing.php
 www/data/WebSVN/log.php
 www/data/WebSVN/rss.php
 www/data/WebSVN/templates.txt
 www/data/WebSVN/templates/BlueGrey/blame.tmpl
+www/data/WebSVN/templates/BlueGrey/compare.tmpl
 www/data/WebSVN/templates/BlueGrey/diff.tmpl
 www/data/WebSVN/templates/BlueGrey/directory.tmpl
+www/data/WebSVN/templates/BlueGrey/e-node.png
 www/data/WebSVN/templates/BlueGrey/file.png
 www/data/WebSVN/templates/BlueGrey/file.tmpl
 www/data/WebSVN/templates/BlueGrey/filec.png
@@ -43,14 +49,18 @@
 www/data/WebSVN/templates/BlueGrey/folder.png
 www/data/WebSVN/templates/BlueGrey/footer.tmpl
 www/data/WebSVN/templates/BlueGrey/header.tmpl
+www/data/WebSVN/templates/BlueGrey/i-node.png
 www/data/WebSVN/templates/BlueGrey/index.tmpl
+www/data/WebSVN/templates/BlueGrey/l-node.png
 www/data/WebSVN/templates/BlueGrey/log.tmpl
 www/data/WebSVN/templates/BlueGrey/png.js
 www/data/WebSVN/templates/BlueGrey/styles.css
 www/data/WebSVN/templates/BlueGrey/subversion.png
+www/data/WebSVN/templates/BlueGrey/t-node.png
 www/data/WebSVN/templates/BlueGrey/xml.gif
 www/data/WebSVN/templates/Standard/blame.tmpl
+www/data/WebSVN/templates/Standard/compare.tmpl
 www/data/WebSVN/templates/Standard/diff.tmpl
 www/data/WebSVN/templates/Standard/directory.tmpl
 www/data/WebSVN/templates/Standard/file.tmpl
@@ -60,7 +70,18 @@
 www/data/WebSVN/templates/Standard/log.tmpl
 www/data/WebSVN/templates/Standard/styles.css
 www/data/WebSVN/templates/Standard/xml.gif
+www/data/WebSVN/templates/Zinn/blame.tmpl
+www/data/WebSVN/templates/Zinn/compare.tmpl
+www/data/WebSVN/templates/Zinn/diff.tmpl
+www/data/WebSVN/templates/Zinn/directory.tmpl
+www/data/WebSVN/templates/Zinn/file.tmpl
+www/data/WebSVN/templates/Zinn/footer.tmpl
+www/data/WebSVN/templates/Zinn/header.tmpl
+www/data/WebSVN/templates/Zinn/index.tmpl
+www/data/WebSVN/templates/Zinn/log.tmpl
+www/data/WebSVN/templates/Zinn/styles.css
 www/data/WebSVN/wsvn.php
+@dirrm www/data/WebSVN/templates/Zinn
 @dirrm www/data/WebSVN/templates/Standard
 @dirrm www/data/WebSVN/templates/BlueGrey
 @dirrm www/data/WebSVN/templates
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-08-29 11:58:58 UTC
State Changed
From-To: open->closed

Committed, thanks!