ports/115965: [UPDATE] devel/websvn 1.61 -> 2.0

Martin Matuska mm at FreeBSD.org
Fri Aug 31 12:40:01 UTC 2007


>Number:         115965
>Category:       ports
>Synopsis:       [UPDATE] devel/websvn 1.61 -> 2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 12:40:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-STABLE i386 amd64
>Organization:
>Environment:
System: FreeBSD 6.2-STABLE i386 amd64
>Description:
- Update to 2.0
- Some minor fixes
>How-To-Repeat:
>Fix:
Index: ports/devel/websvn/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/websvn/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- ports/devel/websvn/Makefile	21 May 2006 21:47:58 -0000	1.10
+++ ports/devel/websvn/Makefile	31 Aug 2007 11:38:07 -0000
@@ -6,24 +6,25 @@
 #
 
 PORTNAME=	websvn
-PORTVERSION=	1.61
+PORTVERSION=	2.0
 CATEGORIES=	devel www
-MASTER_SITES=	http://websvn.tigris.org/files/documents/1380/14334/
-DISTNAME=	WebSVN_${PORTVERSION:S/.//}
+MASTER_SITES=	http://websvn.tigris.org/files/documents/1380/39378/
 
 MAINTAINER=	ychsiao at ychsiao.org
 COMMENT=	Subversion repository web frontend
 
-USE_PHP=	pcre zlib
+USE_PHP=	iconv pcre xml
 NO_BUILD=	yes
-WRKSRC=		${WRKDIR}/WebSVN
 
-WEBSVNDIR?=	www/data/WebSVN
+WEBSVNDIR?=	www/data/websvn
 PLIST=		${WRKDIR}/pkg-plist
 
+SUB_FILES=	pkg-message
+SUB_LIST+=	WEBSVNDIR="${WEBSVNDIR}"
+
 pre-install:
-	@${TR} -d '\r' < ${WRKSRC}/include/distconfig.inc > ${WRKSRC}/include/config.inc
-	cd ${WRKSRC} && ${FIND} -s * -type f | \
+	@cd ${WRKSRC} && ${RMDIR} temp www
+	@cd ${WRKSRC} && ${FIND} -s * -type f | \
 		${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \
 		&& ${FIND} -d * -type d | \
 		${SED} -e 's|^|@dirrm ${WEBSVNDIR}/|' >> ${PLIST} \
Index: ports/devel/websvn/distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/websvn/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- ports/devel/websvn/distinfo	22 Jan 2006 08:30:10 -0000	1.6
+++ ports/devel/websvn/distinfo	31 Aug 2007 11:38:07 -0000
@@ -1,3 +1,3 @@
-MD5 (WebSVN_161.tar.gz) = 9f81a3793d08bde2e425d2c98f923875
-SHA256 (WebSVN_161.tar.gz) = f419aaca535bcfb06dc96b5575e84cefc6d8e1487c52c564c8eebfd633537e08
-SIZE (WebSVN_161.tar.gz) = 89305
+MD5 (websvn-2.0.tar.gz) = 047e02c0fa2948fdf98a3e348e3f1530
+SHA256 (websvn-2.0.tar.gz) = 38104a86d6a90bb3f18a5b0a957b46cf0c1409037bb2a83c09e9f24543cfa2ea
+SIZE (websvn-2.0.tar.gz) = 172005
Index: ports/devel/websvn/pkg-message
===================================================================
RCS file: ports/devel/websvn/pkg-message
diff -N ports/devel/websvn/pkg-message
--- ports/devel/websvn/pkg-message	24 Jan 2005 05:19:02 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-To make websvn workable, please
-Edit ${PREFIX}/${WEBSVNDIR}/include/config.inc manually.
Index: ports/devel/websvn/pkg-plist
===================================================================
RCS file: ports/devel/websvn/pkg-plist
diff -N ports/devel/websvn/pkg-plist
--- ports/devel/websvn/pkg-plist	19 Oct 2004 03:15:13 -0000	1.7
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
- at comment real PLIST will be generated in pre-install phase
Index: ports/devel/websvn/files/pkg-message.in
===================================================================
RCS file: ports/devel/websvn/files/pkg-message.in
diff -N ports/devel/websvn/files/pkg-message.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ports/devel/websvn/files/pkg-message.in	31 Aug 2007 11:38:07 -0000
@@ -0,0 +1,4 @@
+----------------------------------------------------
+To setup websvn, please edit the configuration file:
+%%PREFIX%%/%%WEBSVNDIR%%/include/config.php
+----------------------------------------------------
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list