Bug 68104 - [MAINTAINER-UPDATE] Update devel/websvn to 1.40
Summary: [MAINTAINER-UPDATE] Update devel/websvn to 1.40
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-06-19 10:10 UTC by Yuan-Chung Hsiao
Modified: 2004-06-20 23:46 UTC (History)
0 users

See Also:


Attachments
file.diff (158 bytes, patch)
2004-06-19 10:10 UTC, Yuan-Chung Hsiao
no flags Details | Diff
file.diff (333 bytes, patch)
2004-06-19 10:10 UTC, Yuan-Chung Hsiao
no flags Details | Diff
file.diff (1.52 KB, patch)
2004-06-19 10:10 UTC, Yuan-Chung Hsiao
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuan-Chung Hsiao 2004-06-19 10:10:07 UTC
WebSVN 1.40 has been released and is available in the file sharing area.

ADD: RSS feed support (thanks to L Êbbe Onken for his work on this)
ADD: Translatations for French and Portuguese
ADD: .exe is recognised by default as having content-type application/x-msdownload
ADD: Recognised links are now 'linkified' in the log messages
ADD: Tabs in file/diff listings are now expanded by a user configurable number of spaces.
ADD: WebSVN URLs now access the repository by name rather than number. This means that bookmarks will stay the same when new projects are added. The old behaviour can be configure in config.inc.
FIX: Removed the revision 0 that has appeared in the previous version
FIX: Repositories were not sorted alphabetically when using ParentPath
FIX: The PNG support script needed for IE (and the BlueGrey scheme) is now only loaded with IE

more information, http://websvn.tigris.org/servlets/NewsItemView?newsItemID=757

Fix: root@FreeBSD [~ychsiao/project/websvn] (DING!) cat Makefile.patch
PORTNAME=      websvn
-PORTVERSION=   1.38
+PORTVERSION=   140
 CATEGORIES=    devel www
 MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/10659/
-DISTNAME=      WebSVN
+DISTNAME=      WebSVN_${PORTVERSION}

 MAINTAINER=    ychsiao@ychsiao.idv.tw
 COMMENT=       Subversion repository web frontend
@@ -25,6 +25,7 @@
 do-install:
        ${MKDIR} ${PREFIX}/${WEBSVNDIR}
        ${CP} -R ${WRKSRC}/* ${PREFIX}/${WEBSVNDIR}
-       ${CHOWN} www:www ${PREFIX}/${WEBSVNDIR}
+       ${CHOWN} -R www:www ${PREFIX}/${WEBSVNDIR}
+       ${FIND} ${PREFIX}/${WEBSVNDIR} -type f | ${XARGS} ${CHMOD} 644

 .include <bsd.port.mk>

root@FreeBSD [~ychsiao/project/websvn] (17:00) cat distinfo.patch
root@FreeBSD [~ychsiao/project/websvn] (17:00) cat pkg-plist.patch
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-06-20 23:46:22 UTC
State Changed
From-To: open->closed

Committed, thanks!