Bug 71292 - [MAINTAINER-UPDATE] Update devel/websvn to 1.61
Summary: [MAINTAINER-UPDATE] Update devel/websvn to 1.61
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-09-02 17:50 UTC by Yuan-Chung Hsiao
Modified: 2004-09-02 18:09 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-09-02 17:50:22 UTC
NEW: Multibyte encodings are considered when urlencoding path names

CHANGE: The listing view will now always show the revision asked for
        (HEAD by default), but the log message will show the log 
        string for the latest modification to the current directory).
        This means the the parent directory structure won't change as you
        browse through old directories.

FIX: A bug prevented downloading of tarballs from working

How-To-Repeat: root@FreeBSD [/home/ychsiao/project] (0:45) diff -ruN /usr/ports/devel/websvn/Makefile websvn/Makefile
--- /usr/ports/devel/websvn/Makefile    Mon Aug 30 22:56:17 2004
+++ websvn/Makefile     Fri Sep  3 00:44:13 2004
@@ -6,7 +6,7 @@
 #

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

root@FreeBSD [/home/ychsiao/project] (0:46) diff -ruN /usr/ports/devel/websvn/pkg-plist  websvn/pkg-plist
--- /usr/ports/devel/websvn/pkg-plist   Fri Sep  3 00:39:26 2004
+++ websvn/pkg-plist    Fri Sep  3 00:39:35 2004
@@ -6,6 +6,7 @@
 www/data/WebSVN/dl.php
 www/data/WebSVN/filedetails.php
 www/data/WebSVN/form.php
+www/data/WebSVN/include/bugtraq.inc
 www/data/WebSVN/include/command.inc
 www/data/WebSVN/include/configclass.inc
 www/data/WebSVN/include/distconfig.inc
@@ -28,6 +29,7 @@
 www/data/WebSVN/languages/korean-utf8.inc
 www/data/WebSVN/languages/portuguese.inc
 www/data/WebSVN/languages/russian.inc
+www/data/WebSVN/languages/spanish.inc
 www/data/WebSVN/languages/swedish.inc
 www/data/WebSVN/languages/tchinese-utf8.inc
 www/data/WebSVN/languages/tchinese.inc

root@FreeBSD [/home/ychsiao/project] (0:46) diff -ruN /usr/ports/devel/websvn/distinfo websvn/distinfo
--- /usr/ports/devel/websvn/distinfo    Mon Aug 30 22:56:17 2004
+++ websvn/distinfo     Fri Sep  3 00:36:23 2004
@@ -1,2 +1,2 @@
-MD5 (WebSVN_160.tar.gz) = 317cb51c5434e0eeb9eb62aa8a59e64a
-SIZE (WebSVN_160.tar.gz) = 84415
+MD5 (WebSVN_161.tar.gz) = 9f81a3793d08bde2e425d2c98f923875
+SIZE (WebSVN_161.tar.gz) = 89305
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2004-09-02 18:09:12 UTC
State Changed
From-To: open->closed

Committed, Thank you.