Date: Sat, 19 Jun 2004 17:05:32 +0800 (CST) From: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68104: [MAINTAINER-UPDATE] Update devel/websvn to 1.40 Message-ID: <20040619090532.3B00341479@FreeBSD.stu.edu.tw> Resent-Message-ID: <200406190910.i5J9A7FJ048594@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68104 >Category: ports >Synopsis: [MAINTAINER-UPDATE] Update devel/websvn to 1.40 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 19 09:10:07 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yuan-Chung Hsiao >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD FreeBSD.stu.edu.tw 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue Jun 8 22:23:54 CST 2004 root@linux.stu.edu.tw:/usr/obj/usr/src/sys/FreeBSD i386 >Description: 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 >How-To-Repeat: >Fix: root@FreeBSD [~ychsiao/project/websvn] (DING!) cat Makefile.patch --- /usr/ports/devel/websvn/Makefile Wed Jun 16 23:47:52 2004 +++ /home/ychsiao/project/websvn/Makefile Sat Jun 19 16:43:09 2004 @@ -6,10 +6,10 @@ # 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 --- /usr/ports/devel/websvn/distinfo Wed Jun 16 23:47:52 2004 +++ /home/ychsiao/project/websvn/distinfo Sat Jun 19 15:17:14 2004 @@ -1,2 +1,2 @@ -MD5 (WebSVN.tar.gz) = 7add4c9292bbe86ab53153d00eb7173d -SIZE (WebSVN.tar.gz) = 50993 +MD5 (WebSVN_140.tar.gz) = 549d76ffc02214a8cd74ee51252123d3 +SIZE (WebSVN_140.tar.gz) = 65979 root@FreeBSD [~ychsiao/project/websvn] (17:00) cat pkg-plist.patch --- /usr/ports/devel/websvn/pkg-plist Wed Jun 16 23:47:52 2004 +++ /home/ychsiao/project/websvn/pkg-plist Sat Jun 19 16:01:03 2004 @@ -6,6 +6,7 @@ www/data/WebSVN/include/command.inc www/data/WebSVN/include/configclass.inc www/data/WebSVN/include/distconfig.inc +www/data/WebSVN/include/feedcreator.class.php www/data/WebSVN/include/setup.inc www/data/WebSVN/include/svnlook.inc www/data/WebSVN/include/template.inc @@ -14,10 +15,13 @@ www/data/WebSVN/index.php www/data/WebSVN/install.txt www/data/WebSVN/languages/english.inc +www/data/WebSVN/languages/french.inc www/data/WebSVN/languages/german.inc +www/data/WebSVN/languages/portuguese.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/diff.tmpl www/data/WebSVN/templates/BlueGrey/directory.tmpl @@ -35,6 +39,7 @@ www/data/WebSVN/templates/BlueGrey/repo.png www/data/WebSVN/templates/BlueGrey/styles.css www/data/WebSVN/templates/BlueGrey/subversion.png +www/data/WebSVN/templates/BlueGrey/xml.gif www/data/WebSVN/templates/Standard/diff.tmpl www/data/WebSVN/templates/Standard/directory.tmpl www/data/WebSVN/templates/Standard/file.tmpl @@ -43,6 +48,7 @@ www/data/WebSVN/templates/Standard/index.tmpl www/data/WebSVN/templates/Standard/log.tmpl www/data/WebSVN/templates/Standard/styles.css +www/data/WebSVN/templates/Standard/xml.gif www/data/WebSVN/wsvn.php @dirrm www/data/WebSVN/templates/Standard @dirrm www/data/WebSVN/templates/BlueGrey >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040619090532.3B00341479>